Versions Compared

Key

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

...

Now start Mist as you normally would. It will connect to ~/.ethereum/geth.ipc socket if everything is correctly setup.

Import a chain from Geth

On 1.2 and above, use Geth's export feature along with Parity's import:

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

 

 

 

 

 

 

See also

...