create account

Post Promoter JavaScript Voting Bot - Update 4 by yabapmatt

View this thread on: hive.blogpeakd.comecency.com
· @yabapmatt ·
$128.41
Post Promoter JavaScript Voting Bot - Update 4
![](https://i.imgur.com/SGQhdV2.png)

I'm back again with some great new updates to the Post Promoter voting bot software! It is now powering bots with over 4 Million Steem Power combined!

Anyway, here are the latest developments:

## Option to auto-withdraw funds after each round
Previously funds could only be automatically withdrawn from the bot account once per day, but now you can set the "frequency" option to "round_end" to distribute them after each bidding window!

```
"auto_withdrawal": {
    "active": true,
    "accounts": [
      { "name": "account1", "stake": 8000 },
      { "name": "account2", "stake": 2000 }
    ],
    "frequency": "round_end"
}
```

## Automatically retry failed transactions
For some reasons transactions were sometimes randomly failing with a "max_block_age" error. If anyone knows what that means or why it happens please let me know! In any case I have set it up so that it will retry failed transactions (votes, withdrawals, etc) one time at which point the transaction seems to go through successfully.

```
// Try again one time on error
      if(retries < 1)
        sendVote(bid, retries + 1);
      else {
        utils.log('============= Vote transaction failed two times for: ' + bid.permlink + ' ===============');
      }
```

## Auto-withdrawal of liquid post rewards
If the auto withdrawal feature is enabled it will automatically send out all of the liquid STEEM and/or SBDs in the account daily or after every bidding round. This is great if you want to automatically pay out earnings from the bot to different accounts, but the problem is that if your bot's posts get any upvotes those rewards would be auto-withdrawn as well.

Now you can specify a separate account which will automatically get sent all liquid post rewards as soon as they are claimed:

```
"post_rewards_withdrawal_account": "withdraw_liquid_post_rewards_to_account",
```

## Added a price feed setting to properly value SBD and STEEM bids
Until this update the bot software valued SBD and STEEM bids the same. This means that someone who sent a 1 SBD bid would get the same vote as someone who sent a 1 STEEM bid. This was clearly not good as 1 SBD is now worth 5X what 1 STEEM is worth. It was a highly requested change and now it's done!

To use it, simply set the "price_feed_url" config setting to a URL that sends the current STEEM and SBD price in USD. You are free to use the one I set up at: [https://postpromoter.com/api/prices](https://postpromoter.com/api/prices)

```
"price_feed_url": "https://postpromoter.com/api/prices"
```

Obviously this is only necessary if your bot accepts both STEEM and SBDs.

## Thanks for your support!
I wanted to thank everyone who has helped and supported me in creating this software. I love that it has been able to help so many people get their content promoted. Please stay tuned for more updates in the coming weeks!

Links to relevant commits:
[Added price feed setting to value SBD & STEEM bids based on their pri…](https://github.com/MattyIce/postpromoter/commit/01b1540f412d873e9d4b1200501e3244284680f3)
[Added log for retry of vote failing and fixed issue with withdrawals](https://github.com/MattyIce/postpromoter/commit/f8c75e953740de7108983dd84911cc459dd2208d)
[Added feature to auto-withdraw liquid post rewards to an account](https://github.com/MattyIce/postpromoter/commit/85964c929b61d1495bd9804622bf642604a0a1a7)
[Added option to withdraw funds after each bidding round](https://github.com/MattyIce/postpromoter/commit/e436e8f2fbbfc5e2eb20b9788f83ace334e7b133)

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@yabapmatt/post-promoter-javascript-voting-bot-update-4">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 82 others
properties (23)
authoryabapmatt
permlinkpost-promoter-javascript-voting-bot-update-4
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":112392239,"name":"postpromoter","full_name":"MattyIce/postpromoter","owner":{"login":"MattyIce","id":2294614,"avatar_url":"https://avatars1.githubusercontent.com/u/2294614?v=4","gravatar_id":"","url":"https://api.github.com/users/MattyIce","html_url":"https://github.com/MattyIce","followers_url":"https://api.github.com/users/MattyIce/followers","following_url":"https://api.github.com/users/MattyIce/following{/other_user}","gists_url":"https://api.github.com/users/MattyIce/gists{/gist_id}","starred_url":"https://api.github.com/users/MattyIce/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MattyIce/subscriptions","organizations_url":"https://api.github.com/users/MattyIce/orgs","repos_url":"https://api.github.com/users/MattyIce/repos","events_url":"https://api.github.com/users/MattyIce/events{/privacy}","received_events_url":"https://api.github.com/users/MattyIce/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/MattyIce/postpromoter","description":"Steem bid-based voting bot written in JavaScript","fork":false,"url":"https://api.github.com/repos/MattyIce/postpromoter","forks_url":"https://api.github.com/repos/MattyIce/postpromoter/forks","keys_url":"https://api.github.com/repos/MattyIce/postpromoter/keys{/key_id}","collaborators_url":"https://api.github.com/repos/MattyIce/postpromoter/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/MattyIce/postpromoter/teams","hooks_url":"https://api.github.com/repos/MattyIce/postpromoter/hooks","issue_events_url":"https://api.github.com/repos/MattyIce/postpromoter/issues/events{/number}","events_url":"https://api.github.com/repos/MattyIce/postpromoter/events","assignees_url":"https://api.github.com/repos/MattyIce/postpromoter/assignees{/user}","branches_url":"https://api.github.com/repos/MattyIce/postpromoter/branches{/branch}","tags_url":"https://api.github.com/repos/MattyIce/postpromoter/tags","blobs_url":"https://api.github.com/repos/MattyIce/postpromoter/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/MattyIce/postpromoter/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/MattyIce/postpromoter/git/refs{/sha}","trees_url":"https://api.github.com/repos/MattyIce/postpromoter/git/trees{/sha}","statuses_url":"https://api.github.com/repos/MattyIce/postpromoter/statuses/{sha}","languages_url":"https://api.github.com/repos/MattyIce/postpromoter/languages","stargazers_url":"https://api.github.com/repos/MattyIce/postpromoter/stargazers","contributors_url":"https://api.github.com/repos/MattyIce/postpromoter/contributors","subscribers_url":"https://api.github.com/repos/MattyIce/postpromoter/subscribers","subscription_url":"https://api.github.com/repos/MattyIce/postpromoter/subscription","commits_url":"https://api.github.com/repos/MattyIce/postpromoter/commits{/sha}","git_commits_url":"https://api.github.com/repos/MattyIce/postpromoter/git/commits{/sha}","comments_url":"https://api.github.com/repos/MattyIce/postpromoter/comments{/number}","issue_comment_url":"https://api.github.com/repos/MattyIce/postpromoter/issues/comments{/number}","contents_url":"https://api.github.com/repos/MattyIce/postpromoter/contents/{+path}","compare_url":"https://api.github.com/repos/MattyIce/postpromoter/compare/{base}...{head}","merges_url":"https://api.github.com/repos/MattyIce/postpromoter/merges","archive_url":"https://api.github.com/repos/MattyIce/postpromoter/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/MattyIce/postpromoter/downloads","issues_url":"https://api.github.com/repos/MattyIce/postpromoter/issues{/number}","pulls_url":"https://api.github.com/repos/MattyIce/postpromoter/pulls{/number}","milestones_url":"https://api.github.com/repos/MattyIce/postpromoter/milestones{/number}","notifications_url":"https://api.github.com/repos/MattyIce/postpromoter/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/MattyIce/postpromoter/labels{/name}","releases_url":"https://api.github.com/repos/MattyIce/postpromoter/releases{/id}","deployments_url":"https://api.github.com/repos/MattyIce/postpromoter/deployments","created_at":"2017-11-28T21:38:48Z","updated_at":"2017-12-06T23:23:12Z","pushed_at":"2017-12-14T21:19:40Z","git_url":"git://github.com/MattyIce/postpromoter.git","ssh_url":"git@github.com:MattyIce/postpromoter.git","clone_url":"https://github.com/MattyIce/postpromoter.git","svn_url":"https://github.com/MattyIce/postpromoter","homepage":null,"size":4230,"stargazers_count":5,"watchers_count":5,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":4,"mirror_url":null,"archived":false,"open_issues_count":5,"license":null,"forks":4,"open_issues":5,"watchers":5,"default_branch":"master","score":53.267265},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemdev","steemitdev","dev","bots"],"links":["https://postpromoter.com/api/prices","https://github.com/MattyIce/postpromoter/commit/01b1540f412d873e9d4b1200501e3244284680f3","https://github.com/MattyIce/postpromoter/commit/f8c75e953740de7108983dd84911cc459dd2208d","https://github.com/MattyIce/postpromoter/commit/85964c929b61d1495bd9804622bf642604a0a1a7","https://github.com/MattyIce/postpromoter/commit/e436e8f2fbbfc5e2eb20b9788f83ace334e7b133"]}"
created2017-12-15 19:54:36
last_update2017-12-15 19:54:36
depth0
children38
last_payout2017-12-22 19:54:36
cashout_time1969-12-31 23:59:59
total_payout_value91.246 HBD
curator_payout_value37.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,736
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,664,678
net_rshares25,544,198,432,037
author_curate_reward""
vote details (146)
@abiye ·
Nice post..... You just put a smile on my life @yabapmatt thumb up
properties (22)
authorabiye
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t212958844z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2017-12-15 21:30:03
last_update2017-12-15 21:30:03
depth1
children0
last_payout2017-12-22 21:30:03
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_length66
author_reputation13,761,437,546,353
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,672,981
net_rshares0
@aliakbar2 · (edited)
Plese refund 0.05
https://steemit.com/parrot/@aliakbar2/nice-parrot
properties (22)
authoraliakbar2
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171229t182813547z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1","links":["https://steemit.com/parrot/@aliakbar2/nice-parrot"]}
created2017-12-29 18:28:24
last_update2017-12-29 18:29:12
depth1
children1
last_payout2018-01-05 18:28:24
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_length67
author_reputation260,016,665,359,301
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,921,039
net_rshares0
@yabapmatt ·
Your bid was automatically refunded because it was below the minimum bid amount. Please check your transaction history before posting!
properties (22)
authoryabapmatt
permlinkre-aliakbar2-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171229t183950055z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-29 18:39:48
last_update2017-12-29 18:39:48
depth2
children0
last_payout2018-01-05 18:39:48
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_length134
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,922,675
net_rshares0
@ankitchoudhary ·
$0.31
Great update @yabapmatt
πŸ‘  
properties (23)
authorankitchoudhary
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t213911047z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2017-12-15 21:39:12
last_update2017-12-15 21:39:12
depth1
children0
last_payout2017-12-22 21:39:12
cashout_time1969-12-31 23:59:59
total_payout_value0.234 HBD
curator_payout_value0.077 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation2,267,468,120,312
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,673,735
net_rshares51,060,223,746
author_curate_reward""
vote details (1)
@berylwills ·
Here's a little bit about Africa. Feel free to upvote if you enjoyed it 
https://steemit.com/uyo/@berylwills/my-heritage-my-culture
Merry Christmas to youπŸ˜€
properties (22)
authorberylwills
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171228t162554165z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/uyo/@berylwills/my-heritage-my-culture"],"app":"steemit/0.1"}
created2017-12-28 16:26:27
last_update2017-12-28 16:26:27
depth1
children0
last_payout2018-01-04 16:26:27
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_length155
author_reputation317,999,327,687
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,716,947
net_rshares0
@berylwills ·
Here's a little bit about Africa. Feel free to upvote if you enjoyed it 
https://steemit.com/uyo/@berylwills/my-heritage-my-culture
Merry Christmas to youπŸ˜€
properties (22)
authorberylwills
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171228t162844539z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/uyo/@berylwills/my-heritage-my-culture"],"app":"steemit/0.1"}
created2017-12-28 16:29:12
last_update2017-12-28 16:29:12
depth1
children0
last_payout2018-01-04 16:29:12
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_length155
author_reputation317,999,327,687
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,717,406
net_rshares0
@choiboo ·
it will be great
properties (22)
authorchoiboo
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171216t012438837z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-16 01:24:39
last_update2017-12-16 01:24:39
depth1
children0
last_payout2017-12-23 01:24:39
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_length16
author_reputation1,798,328,368,552
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,691,609
net_rshares0
@creon ·
Hi,  I sent 0.100sbd to @postpromoter with the URL of my post and my sad was returned....  I'd like to know if I made any mistake
properties (22)
authorcreon
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171221t210116472z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["postpromoter"],"app":"steemit/0.1"}
created2017-12-21 21:02:00
last_update2017-12-21 21:02:00
depth1
children2
last_payout2017-12-28 21:02:00
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_length129
author_reputation2,792,252,766,467
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,586,910
net_rshares0
@yabapmatt ·
The minimum bid is 0.5 SBD.
properties (22)
authoryabapmatt
permlinkre-creon-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171221t210249350z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-21 21:02:45
last_update2017-12-21 21:02:45
depth2
children1
last_payout2017-12-28 21:02:45
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_length27
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,587,014
net_rshares0
@creon ·
thanks i will resend the url with the appropriate amount
properties (22)
authorcreon
permlinkre-yabapmatt-re-creon-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171218t093109140z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-21 21:54:15
last_update2017-12-21 21:54:15
depth3
children0
last_payout2017-12-28 21:54:15
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_length56
author_reputation2,792,252,766,467
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,592,971
net_rshares0
@cryptogrind ·
hi, i sent you a memo on you allaz bot i also sent you a message on steemit chat, i have concerns about your allaz service, please respond
properties (22)
authorcryptogrind
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t073825176z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-17 07:38:27
last_update2017-12-17 07:38:27
depth1
children1
last_payout2017-12-24 07:38:27
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_length138
author_reputation5,515,908,549,737
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,847,753
net_rshares0
@yabapmatt ·
You sent your initial bid right after that round ended so you got your vote in the next round.
properties (22)
authoryabapmatt
permlinkre-cryptogrind-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t160519553z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-17 16:05:18
last_update2017-12-17 16:05:18
depth2
children0
last_payout2017-12-24 16:05:18
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_length94
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,897,577
net_rshares0
@danielsaori ·
$0.41
Well done and thanks for the update!
Great you got the SBD & STEEM conversion for the bids taken into account. For the price feed, any reason you decided to not go with the rate via the internal market? Curious, in case you found it unreliable.
πŸ‘  
properties (23)
authordanielsaori
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t202241350z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-15 20:22:42
last_update2017-12-15 20:22:42
depth1
children2
last_payout2017-12-22 20:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.389 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation19,949,800,673,455
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,667,335
net_rshares66,542,587,385
author_curate_reward""
vote details (1)
@yabapmatt ·
$0.05
Glad you like it! I didn't even think to use the internal market lol...not sure how to do that, I guess I would use the steem.api.getOrderBook() call? Either way it was super simple to use the coinmarketcap.com API so I went with that!
πŸ‘  
properties (23)
authoryabapmatt
permlinkre-danielsaori-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t203149411z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-15 20:31:48
last_update2017-12-15 20:31:48
depth2
children1
last_payout2017-12-22 20:31:48
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,668,221
net_rshares8,467,846,903
author_curate_reward""
vote details (1)
@danielsaori ·
I use the get_ticker call and use the returned value for 'latest' tick. 
See below the API call used in steem-python.

```
def get_ticker(self):
        """Returns the market ticker for the internal SBD:STEEM market."""
        return self.exec('get_ticker', api='market_history_api')```
properties (22)
authordanielsaori
permlinkre-yabapmatt-re-danielsaori-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t215406087z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-15 21:54:06
last_update2017-12-15 21:54:06
depth3
children0
last_payout2017-12-22 21:54:06
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_length287
author_reputation19,949,800,673,455
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,674,994
net_rshares0
@emrebeyler ·
$0.93
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
πŸ‘  , , , , , ,
properties (23)
authoremrebeyler
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t204730009z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/1.0.0"}
created2017-12-15 20:47:30
last_update2017-12-15 20:47:30
depth1
children0
last_payout2017-12-22 20:47:30
cashout_time1969-12-31 23:59:59
total_payout_value0.713 HBD
curator_payout_value0.218 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation448,535,049,068,622
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,669,573
net_rshares151,211,524,667
author_curate_reward""
vote details (7)
@extraterrestrial ·
Very nice post! Your a very kind soul! I'm a steemit newbie and I really appreciate posts like these! It is such an honor to be a part of the steemit community! Such a great and helpful community! I'm telling everyone I know on this planet about steemit! Steemit to the moon! I'm following and upvoting! :)
properties (22)
authorextraterrestrial
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t201434113z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-17 20:14:33
last_update2017-12-17 20:14:33
depth1
children0
last_payout2017-12-24 20:14:33
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_length306
author_reputation1,341,857,598,518
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,925,342
net_rshares0
@frank1in ·
excellent achievements, you are doing useful things that will make life easier for many. Useful work
πŸ‘  
properties (23)
authorfrank1in
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t213016316z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-15 21:30:18
last_update2017-12-15 21:30:18
depth1
children0
last_payout2017-12-22 21:30:18
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_length100
author_reputation10,904,791,287,124
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,672,992
net_rshares1,143,100,387
author_curate_reward""
vote details (1)
@iricardoxd ·
Its show the Power dev in steem community
properties (22)
authoriricardoxd
permlinkre-yabapmatt-20171218t192958832z
categoryutopian-io
json_metadata{"tags":["utopian-io","steemdev","steemitdev","dev","bots"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2017-12-18 23:30:03
last_update2017-12-18 23:30:03
depth1
children0
last_payout2017-12-25 23:30:03
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_length41
author_reputation173,046,500,256
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,095,751
net_rshares0
@kennyc ·
Good day sir @ yabapmatt I am @kennyc an active Nigerian steemian, and an active steemit promoter here in my country, Pls can you teach me or give me an insight on how these boys work and how one can invest in it. Will be a great pleasure to hear from you sir,as developing my steemit life and helping my community do the same would be my watch word.  Steemon!
properties (22)
authorkennyc
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20180207t083348134z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["kennyc"],"app":"steemit/0.1"}
created2018-02-07 08:34:00
last_update2018-02-07 08:34:00
depth1
children0
last_payout2018-02-14 08:34:00
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_length360
author_reputation1,172,467,753,650
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,611,334
net_rshares0
@luckyboy786 ·
Great update @yabapmatt
properties (22)
authorluckyboy786
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20180119t052457339z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2018-01-19 05:24:57
last_update2018-01-19 05:24:57
depth1
children0
last_payout2018-01-26 05:24:57
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_length23
author_reputation-67,869,236,239
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,550,961
net_rshares0
@mervesaglam ·
Would you like to give upvote :)
properties (22)
authormervesaglam
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171228t175832553z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-28 16:57:06
last_update2017-12-28 16:57:06
depth1
children0
last_payout2018-01-04 16:57:06
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_length32
author_reputation-18,262,447,807
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,721,861
net_rshares0
@nirgf ·
$0.08
Thank you, dear friend - you're doing a fabulous job
I have no idea how you do it - but, well done

Me and programming - do not go well together
In JAVA I have no idea.
πŸ‘  
properties (23)
authornirgf
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171215t201512754z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-15 20:15:09
last_update2017-12-15 20:15:09
depth1
children0
last_payout2017-12-22 20:15:09
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation3,658,575,899,162
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,666,567
net_rshares13,308,517,477
author_curate_reward""
vote details (1)
@noly ·
$0.05
@yabapmatt how can i get in touch with you good sir? :P
πŸ‘  
properties (23)
authornoly
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t101015342z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2017-12-17 10:10:15
last_update2017-12-17 10:10:15
depth1
children1
last_payout2017-12-24 10:10:15
cashout_time1969-12-31 23:59:59
total_payout_value0.047 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation7,065,389,353,481
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,860,580
net_rshares7,742,130,288
author_curate_reward""
vote details (1)
@yabapmatt ·
You can contact me on steemit.chat
properties (22)
authoryabapmatt
permlinkre-noly-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t121238360z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-17 12:12:36
last_update2017-12-17 12:12:36
depth2
children0
last_payout2017-12-24 12:12:36
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_length34
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,871,922
net_rshares0
@penston ·
I've been looking at several bots and it appears as though a lot of people are losing SBD/STEEM on them after curation. How does that happen and is there a way to fix it?
properties (22)
authorpenston
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171222t224958978z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-22 22:49:57
last_update2017-12-22 22:49:57
depth1
children4
last_payout2017-12-29 22:49:57
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_length170
author_reputation2,737,271,606,190
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,768,863
net_rshares0
@yabapmatt ·
The bots work on a bidding system, so the value of the votes received is directly dependent on the amount of bids that come in that round. If more bids come in than the bot's vote value is worth after curation, then it will be a negative direct ROI. Many people wait until the very end of the bidding round to see what the return is before deciding to bid or not.

But to me the bots are a tool to help you promote your posts, not to make a quick profit. Even if you lose a little bit or break even on your bid you should gain a lot more by the increased visibility your posts receive.
πŸ‘  
properties (23)
authoryabapmatt
permlinkre-penston-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171222t230557392z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-22 23:05:57
last_update2017-12-22 23:05:57
depth2
children3
last_payout2017-12-29 23:05:57
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_length585
author_reputation160,224,638,135,630
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,770,525
net_rshares326,647,558
author_curate_reward""
vote details (1)
@penston ·
I completely agree with the idea of using bots as a promotional tool until you get a strong following. However, I think that people may be using bots without realising that they could be losing SBD.

Automatically refunding bids (along with a message explaining why) that are at the threshold of unprofitability would establish fairness. I think I'm going to have to write a post about this.
properties (22)
authorpenston
permlinkre-yabapmatt-re-penston-re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171222t234624903z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-22 23:46:24
last_update2017-12-22 23:46:24
depth3
children2
last_payout2017-12-29 23:46:24
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_length391
author_reputation2,737,271,606,190
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,774,637
net_rshares0
@postpromoter ·
re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171216t151518346z
You got a 0.91% upvote from @postpromoter courtesy of @yabapmatt!
properties (22)
authorpostpromoter
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171216t151518346z
categoryutopian-io
json_metadata{"app":"postpromoter/1.6.0"}
created2017-12-16 15:15:18
last_update2017-12-16 15:15:18
depth1
children0
last_payout2017-12-23 15:15:18
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_length65
author_reputation12,722,616,650,811
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,761,534
net_rshares0
@reddyyeswanth ·
Thank you for the contribution. It has been approved.
properties (22)
authorreddyyeswanth
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171230t130331036z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-30 13:05:54
last_update2017-12-30 13:05:54
depth1
children0
last_payout2018-01-06 13:05:54
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_length53
author_reputation56,252,585,067
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,044,383
net_rshares0
@reshmira ·
This post is very helpful and auto withdraw really great idea Thanks for update @postpromoter
properties (22)
authorreshmira
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171226t192227997z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["postpromoter"],"app":"steemit/0.1"}
created2017-12-26 19:22:30
last_update2017-12-26 19:22:30
depth1
children0
last_payout2018-01-02 19:22:30
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_length93
author_reputation129,549,293,228
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,389,429
net_rshares0
@upmewhale ·
$2.17
re-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171220t055003291z
You got a 1.14% upvote from @upmewhale courtesy of @yabapmatt!
πŸ‘  ,
properties (23)
authorupmewhale
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171220t055003291z
categoryutopian-io
json_metadata{"app":"postpromoter/1.6.0"}
created2017-12-20 05:50:03
last_update2017-12-20 05:50:03
depth1
children0
last_payout2017-12-27 05:50:03
cashout_time1969-12-31 23:59:59
total_payout_value1.629 HBD
curator_payout_value0.539 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation28,704,887,249,463
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,300,031
net_rshares343,766,719,305
author_curate_reward""
vote details (2)
@utopian-io ·
### Hey @yabapmatt I am @utopian-io. I have just upvoted you!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- You are generating more rewards than average for this category. Super!;)
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
πŸ‘  
properties (23)
authorutopian-io
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171216t213936339z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-12-16 21:39:36
last_update2017-12-16 21:39:36
depth1
children0
last_payout2017-12-23 21:39:36
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_length1,139
author_reputation152,955,367,999,756
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,799,712
net_rshares0
author_curate_reward""
vote details (1)
@waihinoo ·
Good Post...

Your vote give my post. Please

https://steemit.com/myanmar/@waihinoo/poem-for-steemit-friend
properties (22)
authorwaihinoo
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171220t061351949z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/myanmar/@waihinoo/poem-for-steemit-friend"],"app":"steemit/0.1"}
created2017-12-20 06:14:00
last_update2017-12-20 06:14:00
depth1
children0
last_payout2017-12-27 06:14:00
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_length107
author_reputation-55,676,001,656
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,302,613
net_rshares0
@zakir.quetta ·
That is great. I love all bot because they not only profit themselves but also give profits to others with their awesome upvotes. Keep it up dear.
properties (22)
authorzakir.quetta
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171231t153812504z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-31 02:38:30
last_update2017-12-31 02:38:30
depth1
children0
last_payout2018-01-07 02:38:30
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_length146
author_reputation8,337,949,857,235
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,143,921
net_rshares0
@zibonk · (edited)
Thanks for the explanation you provided for our new-play in the steem. a very good explanation for me personally and possibly also for everyone wrote plays in the steem. 
Let me share your postings to the others so that the information could be useful as well. 
I look forward to working with you and can be your friend @yabapmatt @yabapmatt.
πŸ‘  
properties (23)
authorzibonk
permlinkre-yabapmatt-post-promoter-javascript-voting-bot-update-4-20171217t105816262z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-17 10:58:24
last_update2017-12-17 11:18:45
depth1
children0
last_payout2017-12-24 10:58:24
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_length342
author_reputation334,877,595,037
root_title"Post Promoter JavaScript Voting Bot - Update 4"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,864,831
net_rshares251,602,822
author_curate_reward""
vote details (1)