Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add sync section

...

Code Block
languagexml
themeDJango
$ mkfifo /tmp/chain.rlp && geth export /tmp/chain.rlp && sleep 1 && parity import /tmp/chain.rlp

...

Syncing

...

When you first run an Ethereum client, It will first need to sync with the current blockchain. Depending on your client, system, bandwith, this action can take very long, up to a few days. Please visit this ethereum stackexchange post for tips.

 

 

 

 

 

See also

...