w3f / polkadot-wiki-old

The Polkadot wiki.
https://wiki.polkadot.network
55 stars 40 forks source link

change outdated seed to keystore #263

Open garrettian opened 5 years ago

lsaether commented 5 years ago

I believe the --keystore-path flag is not a drop-in replacement for the old --key flag. Instead keys are managed by the node and require RPC methods either author_setKey or author_rotateKeys. The --keystore-path flag has always existed even alongside the --key flag and determines which directory to keep keys in the node.