Viewing a response to: @felixxx/howto-steemit-bot-tutorial-for-newbies-1-votebot
so what if you have more than one votebot... does this work assuming they all have the same posting key? print(c.upvote(weight=100, voter="votebot")) print(c.upvote(weight=100, voter="votebot2")) print(c.upvote(weight=100, voter="votebot3")) if you had like 8000 votebots running like this, would that likely be prohibitively unstable?
author | sigmajin |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 04:35:21 |
last_update | 2016-12-14 04:35:21 |
depth | 1 |
children | 2 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 338 |
author_reputation | 35,847,511,233,614 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,999,579 |
net_rshares | 77,098,073,233 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sigmajin | 0 | 77,098,073,233 | 100% |
It would be better to put a multi select function that triggers votes from multiple bots in one. Each instance will be pulling the same data, it makes more sense to only do this once. Yes if all the bots have the same key they can vote like you show.
author | l0k1 |
---|---|
permlink | re-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z-20161214t112646551z |
category | howto |
json_metadata | {"tags":"howto","app":"esteem/1.3.3","format":"markdown+html"} |
created | 2016-12-14 10:26:51 |
last_update | 2016-12-14 10:28:39 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 94,800,257,230,993 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,001,248 |
net_rshares | 0 |
When instanciating `Steem()` you can pass an array of wif keys: ```python steem = Steem(keys=[wif1, wif2, wif3] ``` of you install the keys into the library-internal wallet using pison ``` piston addkey ``` then you don't need to deal with keys in the script at all but need to provide the masterpassword for the wallet either in the terminal-prompt, or in the environmental variable `UNLOCK`
author | xeroc |
---|---|
permlink | re-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t071109899z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 07:11:09 |
last_update | 2016-12-14 07:11:09 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 393 |
author_reputation | 118,819,064,085,695 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,000,278 |
net_rshares | 378,708,245,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 327,128,004,583 | 100% | ||
felixxx | 0 | 51,580,240,468 | 100% |