Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On 1.2 and above, use Geth's export feature along with Parity's import:. Run the following command to import a previously downloaded chain from Geth.

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

...