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.
RE: Blurt Blockchain TESTNET with Nexus
You are viewing a single comment's thread from:
Blurt Blockchain TESTNET with Nexus
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
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?
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
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
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?
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.
testing https://blurt.blog/curation/@onchain-curator/occ-s-art-of-curation-or-5th-august-2023
https://ecosynthesizer.com/blurt/blk/31776574
error
53 X 0.7 = 37.1
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.