I need to recover my keys for another account created directly in cli_walled.
In the time of account creation I use the command
suggest_brain_key
- wich gives me a 16-words brain key and active
role wif_priv_key
Then I used this wif_priv_key
to start STEEM PoW mining. After I found my first PoW block I get a new account activated with 1 STEEM in SP balance.
Well, it's OK and quite simple process.
But currently I stuck with a problem: I need another keys (owner, posting and memo) for that new account.
There is a command in cli_walled program to recover the private keys: get_private_key_from_password
but this command requires password, not a brain key.
How could I convert STEEM brain key into the password to recover keys?
Any suggestions?