Steemit is great, sadly i never explored it outside the webpage and my python interface, now i am trying to adapt stuff for Bearshares i am discovering the power of cli_wallet and i am loving it.
How ever i am struggling understanding the authority commands and how to use.
Basically i am trying to find a way to have active authority over the different accounts i manage.
I wonder if it is possible to:
Be logged in with my WIF and transfer from reveur wallet for example, so i dont have to login log out...
I've seen that with steem connect we use the give authority to user method... But even thought i know I can use @reveur posting key on my bots to make @nnnarvaez vote something and then i dont seem to need to use the add key to authority... anyway i am confused... I added key authority to mi second bearshares account and now i see two of them in the permissions in condenser...
It is fun, i am learning a lot and enjoying because there is everything to be done there!
Add user authority to another account
update_account_auth_account <account-to-be-affected> posting <account-to-authorize> 50 true
Allows another account to do stuff on your behalf
Account to share authority
Type of authority (Active, Posting, Owner)
Auth weight (0 removes)
Broadcast, true or false
Add add authority to an account from a public key
update_account_auth_key <account> posting SHR5r7ooewLQe9Jn9LARpV6VzDpizfuWg6CnFXJgzLZvTwnxLAGTn 50 true
Allows to login to post, vote, comment from another key.
Account for which the key will be added
Type of authority (Active, Posting, Owner)
Public key to add
Weight (0 Removes)
Broadcast, true or false
Change the authority of an account (reduce or increase it)
I honestly have no idea of what this one does, but i suspect is related to having to use multisignatures to allow a TX
update_account_auth_threshold <account> posting 49 true
Account to change authority
Type of authority (Active, Posting, Owner)
Public key to add
Weight (0 Removes DON'T DO THAT !)
Broadcast, true or false