Skip to content

Setting Up A Node Using Go Ethereum

Wyatt Barnes edited this page Dec 9, 2018 · 2 revisions

Install Geth

Run The Blockchain Synchronization

sudo geth --syncmode "type-of-sync" --datadir "path/to/desired/storage/dir"

"type-of-sync" can be one of the following:

  • fast
  • full
  • light

Clone this wiki locally