support op: update_account、update_witness、withdraw、delegate_vest、vote_witness
Prepare python3 environment and steem library.
pip3 install steem
For example, you need to vote a witness, just modify "config_vote_witness.json" in config directory, then run the command below.
[
{
"key": "5KhzBw1YkwCZikR4C4uBwM9esFnnbA6vrvQb3zATPmFywdtktAJ",
"vote_witness": {
"account": "account1",
"witness": "witness1",
"approve": true
}
}
]
python3 steem_ops.py vote_witness