RE: Steem Pressure #7: Go Fork Yourself. Step by step guide to building and setting up a MIRA powered HF21-ready Steem consensus node.

avatar

You are viewing a single comment's thread:

If I set up a node in this fashion, would I be able to execute RPC calls against it using Beem? I specifically believe I need the reward API from previous discussions.

I would guess I would not be needing condenser in that case. My intent is to test the SFR bot at some point and explore a mechanism so reward flags different coming from downvote mana.

Any thoughts / guidance would be appreciated.

Posted using Partiko Android



0
0
0.000
3 comments
avatar

While you can use it to perform some calls, LOW_MEMORY_NODE might not be enough for you. Please note that rewards_api is for testing purpose only, and explicitly said that it's not meant for use in production.

0
0
0.000
avatar

I may be getting the API needed confused in that case.

Our bot does approximate flag rshares to SBD conversions using methods of the Beem Steem class for it's voting.

Looks like the method uses get_sbd_per_rshares which calls get_reward_fund. That uses the database API if I am understanding correctly.

That should be fine, right?

Posted using Partiko Android

0
0
0.000
avatar

The rewards_api is something brand new that was used to attempt to model the changes to rewards after HF21.

What you are referring to is found in condenser_api which the the api you will use the majority of the time. Sometimes there is the need for database_api but, neither of those are explicitly declared in the config.

0
0
0.000