Skip to content

geth in Docker. Full node. Supports CPU mining.

Notifications You must be signed in to change notification settings

calvintam236/docker_geth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geth

What is it?

geth is the console full node & miner provided by Ethereum.

geth supports Ethereum (ETH).

Example usages

  • To build the image:
$ docker build . --file YOUR_VERSION/Dockerfile.YOUR_ARCH --tag calvintam236/geth:YOUR_VERSION
  • To run the container in background:
$ docker run -v geth:/mnt/geth/ -d --name YOUR_CONTAINER_NAME -p YOUR_PORT:YOUR_PORT calvintam236/geth:YOUR_VERSION --datadir /mnt/geth/ --port YOUR_PORT
  • To get geth options:
$ docker run --rm calvintam236/geth:YOUR_VERSION
  • To fetch logs of a container:
$ docker logs YOUR_CONTAINER_NAME

Donations

If you like to buy me a coffee, you can donate to here:

  • Ko-fi
  • BTC: 1MTkPFtp3qxE4Y98pTHP3z767RGKmrT92a
  • ETH: 0x5896a85E8c175c563DC00087535582394d394838
  • XMR: 474adYsC8sLVM5gK8DbvtUVb237y9m5eMeRuYpJJVuoYUuMN5EYDuixHWxpEr6iNBb2zv3gowmJjcRoTrjhJLvMTRD1eKio
  • ETC: 0xFaBA3be3b3De5469C3F6C6185150928F3773C7b4
  • ZEC: t1Z5Kc75JQ17txyaDUfwwyabTgsJMfuuSp4

About

geth in Docker. Full node. Supports CPU mining.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published