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:  

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  ·  

For the past few days, the three main RPC nodes of Blurt have been overloaded and crashing regularly. Since Blurtalam doesn't have its own RPC node, it is also affected by the outages. Only BeBlurt has its own RPC node.

Currently, a blockchain replay is underway on the three main RPC nodes. While waiting for them to come back up (as this process takes several hours), I have set up a temporary RPC node to assist in ensuring that Blurt.blog and Blurtalam can continue to function.

I've started bot again. For some reason this command didn't work for me - pm2 start pm2-ecosystem.config. I'm using pm2 start npm -- start instead. Looks like everything works fine but is that ok?


Posted from https://blurtlatam.intinte.org

  ·  last year  ·  

Hi @mariuszkarowski, sorry, I've been sick for a few days now, which has caused me to fall behind on various ongoing tasks. Regarding the pm2 start pm2-ecosystem.config.js command, its purpose is to add the program to PM2 using an Ecosystem File and initiate its execution. I'll review this as soon as I am able to. Additionally, I plan to make the modification to distinguish between posts and comments.

Loading...