5 SBD Bounty: How to use ( and set up ) cli_wallet to change my passwordssteemCreated with Sketch.

in #steemhelp7 years ago

Some months ago, I mined @balkanbot.

Without the cli_wallet I can not change the passwords, because ( from what I understand ) the active- and owner key are the same ( because it's a mined account ) - I simply can't lock into Steemit now.

I would like to use the account.

I can't find any documentation for normal people on how to use the cli_wallet.

First person to link me to a comprehensive guide or to guide me through the process ( I have successfully compiled steemd before ) will get the 5 SBD.

Contact me here or in Steemit.chat.

Thanks

Sort:  

I would gladly help you on this. I went through this not long time ago.
Use update_account

Parameters:
    accountname: The name of the account (type: string)
    json_meta: New JSON Metadata to be associated with the account (type:
        string)
    owner: New public owner key for the account (type: public_key_type)
    active: New public active key for the account (type: public_key_type)
    posting: New public posting key for the account (type: public_key_type)
    memo: New public memo key for the account (type: public_key_type)
    broadcast: true if you wish to broadcast the transaction (type: bool)

so your command would look like this:
update_account balkanbot "" key1 key2 key3 key4 true

key1, key2, key3, key4 should be public keys for your key pairs.
key1 might be your current public key so you won't change key for owner
To generate new key pairs using cli_wallet use suggest_brain_key command.
For each key pair that would be generated by that command:
wif_priv_key is what you should save in safe place (private key)
pub_key is what you should use for key1 (then next for key2, and so on)

I hope that this makes sense :)

Thanks.

That step seems comprehensible enough.

I don't have a cli_wallet. Do I have to compile steemd and resync and all that ?

Update: I have the cli_wallet now.

Loading...

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.031
BTC 62471.79
ETH 2621.42
USDT 1.00
SBD 2.56