create account

RE: Howto: Steemit Bot Tutorial For Newbies #1 - Votebot by sigmajin

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @felixxx/howto-steemit-bot-tutorial-for-newbies-1-votebot

· @sigmajin ·
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?
👍  
properties (23)
authorsigmajin
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 04:35:21
last_update2016-12-14 04:35:21
depth1
children2
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length338
author_reputation35,847,511,233,614
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,999,579
net_rshares77,098,073,233
author_curate_reward""
vote details (1)
@l0k1 · (edited)
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.
properties (22)
authorl0k1
permlinkre-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z-20161214t112646551z
categoryhowto
json_metadata{"tags":"howto","app":"esteem/1.3.3","format":"markdown+html"}
created2016-12-14 10:26:51
last_update2016-12-14 10:28:39
depth2
children0
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length251
author_reputation94,800,257,230,993
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,001,248
net_rshares0
@xeroc ·
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`
👍  ,
properties (23)
authorxeroc
permlinkre-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t071109899z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 07:11:09
last_update2016-12-14 07:11:09
depth2
children0
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length393
author_reputation118,819,064,085,695
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,000,278
net_rshares378,708,245,051
author_curate_reward""
vote details (2)