项目作者: rabbotio

项目描述 :
geth with netstats via docker compose
高级语言: JavaScript
项目地址: git://github.com/rabbotio/geth-docker.git
创建时间: 2017-11-21T15:47:06Z
项目社区:https://github.com/rabbotio/geth-docker

开源协议:MIT License

下载


geth-docker

geth with netstats via docker compose

Gotcha

  • You’ll need full sync and setup coinbase account to start mining.

To run

  1. # At local macOS
  2. . up-local
  3. # At remote Ubuntu
  4. . up

To bring it down

  1. . down

To run

  1. # To run geth inside Docker
  2. . geth
  3. # To attach with existing geth
  4. . geth attach
  5. # To exec
  6. . exec
  7. # To see docker logs https://docs.docker.com/compose/reference/logs/
  8. . logs -f
  9. # To getting in
  10. . in
  11. # To load js script e.g. ./src/getBalances.js
  12. . load ./src/getBalances.js

TODO

  • 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.