CLI Commands for All Nodes
CLI commands that all node operators use.
1. Node Operators CLI Command Reference
1.1. suggest_brain_key
brain_key_info graphene::wallet::wallet_api::suggest_brain_key()const;suggest_brain_keystruct brain_key_info
{
string brain_priv_key;
string wif_priv_key;
public_key_type pub_key;
};suggest_brain_key
{
"brain_priv_key": "EDIFICE PALLID ANOESIA STRIDE PARREL SPORTY AXIFORM INOPINE SWOONED TONETIC CORKER OATEN PUSHER MIN CERN TACT",
"wif_priv_key": "5JyK47o1xFmA6fE4Z4Pgzcdd7dGhQnorW2sTPzPxeXH7QaT4eN6",
"pub_key": "PPY6TK9mXBaFr8ewaJa9zpgbRQVN7VkvAKay4hHGA2hDceDQvrRBv"
}1.2. get_private_key_from_password
1.3. import_key
1.4. upgrade_account
1.5. create_vesting_balance
1.6. get_private_key
1.7. dump_private_keys
1.8. get_account
Last updated
Was this helpful?
