Versions Compared

Key

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

...

There is no man page but you can run $ partity parity --help to see a list of options and default settings. You will see that configuration settings are stored in the~/.parityfolderparity folder. To run basic parity, first be sure to own a key.

Key management

$ parity account list shall return a list of your Ether accounts. If you already had some keys before parity installation, this command will return a list of them:

...

The key shall appear in your ~/.parity/keys/ directory. To view details on your key, run $ cat ~/.parity/keys/*

Connect to network

The simple following command will start parity: $ parity . By default it will connect to other nodes on the Ethereum Homestead network and synchronize the blockchain. Since build 1.2.0, JSON-RPC and dapps server are enabled by default. You may still want to specify the  pruning method to avoid too large archiving.

 

 

 

Geth

...

 

Eth

...

 

 

Run a node

...

 

 

 

 

See also

...