Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  last year  ·  

You can think of it as a super node, which combines all the functionalities of a normal node (responding to all regular methods available on a normal node) with extended features like community management (what you have on Steem, Hive, and BeBlurt too as the BeBlurt RPC node is already a Nexus node). Additionally, it includes a notification system (unlike Blurt, which relies on a third-party system, except for BeBlurt, which uses Nexus' system), and more... If you have some knowledge about Blurt architecture: this relies in part on the use of custom_json operations, which are analyzed by Nexus program.

Thanks, I use this bot, but there are often problems, I tried different nodes, but sometimes the bot does not detect all my votes. If problem persist I will try your node

https://github.com/fbslo/steem-voting-bots


Posted from https://blurtlatam.intinte.org

  ·  last year  ·  

Hi @mariuszkarowski, if you'd like to take a look and tell me what you think: https://gitlab.com/beblurt/blurt-voting-trail-bot

It looks great. One question.
Does this bot have protection against this situation:

curator 1 votes for post A with 100% voting power, then curator 2 votes for same post with 50% voting power

In this situation, first vote (100%) will be withdrawn and a 50% vote will be assigned. The user of the bot loses VP and does not receive a curation reward.

does bot have "already voted" check mechanism?


Posted from https://blurtlatam.intinte.org

  ·  last year  ·  

I didn't specify it, but if any of the accounts listed in the 'CURATORS' section has already voted on the post, the bot will skip it and display a message in the console to notify you. No new vote will be cast.

It's this part of the code

image

source: https://gitlab.com/beblurt/blurt-voting-trail-bot/-/blob/main/src/index.ts?ref_type=heads#L141

it would be nice if the bot could recognize main posts and comments, then we could vote on comments with less power


Posted from https://blurtlatam.intinte.org

  ·  last year  ·  

Great idea 👍 I'm a little bit sick since yesterday, I'll make the change tomorrow I think and I let you know.

Hi. Yesterday and today we had a lot of problems with Blurt nodes. Blurtalam and blurtblog went down many times. I thought it might have something to do with the bot and turned it off. Everything came back to normal. Is it just a coincidence?


Posted from https://blurtlatam.intinte.org

  ·  last year  ·  

If I have some free time, I will create and publish on Gitlab an updated version of the "steem-voting-bots" using my dblurt client library and my Blurt RPC nodes checker to automatically switch between RPC nodes. I'll keep you informed.