cess
cess copied to clipboard
Add account
Hi, I have a question about the account, how do I add my own account when I join a node in the cess chain? what is the exactly way?
Hello, i'm glad to anwser your issue here. The first steps is save your private key in a text file, and running the node for the first time. Then, terminate the node and add the secret key by the following commands of two line:
./target/release/cess-node key insert——base-path /tmp/cess——chain cess-testnet——scheme
./target/release/cess-node key insert——base-path /tmp/cess——chain cess-testnet——scheme Ed25519——key-type gran——suri /yourkeypath . conf /cess- test . conf /cess- test . conf /cess- test . conf
when you finished the commands, you could running the node again. The added account job is done.