https://github.com/calvintam236/docker_geth
geth in Docker. Full node. Supports CPU mining.
https://github.com/calvintam236/docker_geth
dockerfile geth
Last synced: 4 months ago
JSON representation
geth in Docker. Full node. Supports CPU mining.
- Host: GitHub
- URL: https://github.com/calvintam236/docker_geth
- Owner: calvintam236
- Created: 2017-07-22T20:10:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T19:15:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T16:18:21.326Z (over 3 years ago)
- Topics: dockerfile, geth
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## geth
### What is it?
geth is the console full node & miner provided by [Ethereum](https://github.com/ethereum/go-ethereum).
geth supports Ethereum (ETH).
### Example usages
- To build the image:
```console
$ docker build . --file YOUR_VERSION/Dockerfile.YOUR_ARCH --tag calvintam236/geth:YOUR_VERSION
```
- To run the container in background:
```console
$ 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:
```console
$ docker run --rm calvintam236/geth:YOUR_VERSION
```
- To fetch logs of a container:
```console
$ docker logs YOUR_CONTAINER_NAME
```
### Donations
If you like to buy me a coffee, you can donate to here:
- [Ko-fi](https://ko-fi.com/calvintam236)
- BTC: `1MTkPFtp3qxE4Y98pTHP3z767RGKmrT92a`
- ETH: `0x5896a85E8c175c563DC00087535582394d394838`
- XMR: `474adYsC8sLVM5gK8DbvtUVb237y9m5eMeRuYpJJVuoYUuMN5EYDuixHWxpEr6iNBb2zv3gowmJjcRoTrjhJLvMTRD1eKio`
- ETC: `0xFaBA3be3b3De5469C3F6C6185150928F3773C7b4`
- ZEC: `t1Z5Kc75JQ17txyaDUfwwyabTgsJMfuuSp4`