geth with netstats via docker compose
- You'll need full sync and setup
coinbase
account to start mining.
# At local macOS
. up-local
# At remote Ubuntu
. up
. down
# To run geth inside Docker
. geth
# To attach with existing geth
. geth attach
# To exec
. exec
# To see docker logs https://docs.docker.com/compose/reference/logs/
. logs -f
# To getting in
. in
# To load js script e.g. ./src/getBalances.js
. load ./src/getBalances.js
- Custom command from
.env
. - test JSON-RPC.
- test JSON-RPC from external.
- Test load script.
- Try rsync chain data.
- Custom port from
.env
. - Docker Compose logs rotate.
- Docker Compose logs tail.
- Complete readme.
- Scale in same droplets.
- Scale in other droplets.
- Try send ether on main net.