Skip to content

Instantly share code, notes, and snippets.

@Krucamper
Created November 21, 2018 11:15
Show Gist options
  • Save Krucamper/5c37557c0512a1c66dcc6b874f689ddd to your computer and use it in GitHub Desktop.
Save Krucamper/5c37557c0512a1c66dcc6b874f689ddd to your computer and use it in GitHub Desktop.
initial genesis.json
/* ต้องการ node จำนวนกี่ node ก็ต่อลงมาเรื่อย ๆ เลย */
geth --datadir "node1" init "genesis.json"
geth --datadir "node2" init "genesis.json"
geth --datadir "node3" init "genesis.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment