logo

Geth | Clientes Ethereum Nodes

Sobre nós da rede principal Ethereum

github.com

Como iniciar um nó completo com o cliente Geth

Hardware recomendado

  • Fast CPU with 4+ cores
  • 16 GB+ RAM
  • SSD rápido com pelo menos 500 GB de espaço livre em sincronização rápida e 6 TB+ em modo de arquivo completo
  • 25+ MBit/s bandwidth

Network

  • 8545 TCP, used by the HTTP based JSON RPC API
  • 8546 TCP, used by the WebSocket based JSON RPC API
  • 8547 TCP, used by the GraphQL API
  • 30303 TCP and UDP, used by the P2P protocol running the network

Como iniciar usando o docker-compose

  • Need a .env file to be launched with this docker-compose file.
  • use following tag ethereum/client-go:stable

Recursos