Update for Steem Basic Income Automation - scripts are ported to HIVE and running now!

in #steembasicincome4 years ago

sbi.png

Repository

https://github.com/holgern/steembasicincome

About Steem Basic Income

Steem Basic Income is a voluntary social experiment to bring a crowd-funded basic income to as many Steemians as possible. Members join by sponsoring others into the program. Steem Basic Income is delivered through providing regular upvotes to member content.

Update of beem

beem is updated to the newest version (0.22.4) to be able to use it for the HIVE blockchain.

Option to use HIVE blockchain has been added

The config.json has now a hive_blockchain parameter. When set to true, only HIVE nodes are selected.

Nodes are obtained by

    nodes = NodeList()
    try:
        nodes.update_nodes()
    except:
        print("could not update nodes")
        
    node_list = nodes.get_nodes(hive=hive_blockchain)
    stm = Steem(node=node_list, num_retries=3, timeout=10)

Current symbols are replaced

STEEM and SBD is replaced by stm.steem_symbol and stm.sbd_symbol

Enjoy your upvotes from the SBI project under HIVE :).

GitHub Account

https://github.com/holgern

Sort:  

Back to the normality, Thanks for the good work! Are you planning anything for steemrewarding tool?

I will port the steemrewarding tool to HIVE.

Hey ..it's amazing to have you back ;) ...ping me on Discord when you have time

Ok, thank you very much for this

Thanks for all the work you do here! ❤️

great to hear!

Thanks so much, @holger80!
The rest period did you a lot of good: you're back more active than before!
But I recommend: slow down!
A huge hug!
@tipu curate

This will make a lot of people happy and relieved.
I also noticed your witness server is back online :)

Sweet, I was going to ask what was going to happen to all those SBIs i got over the years, I guess I got my answer, thanks so much! Welcome back SBI or should I say HBI

Great job again, Holger!!!
Thanks a lot for your support.

Will there also be (or is there already) a hive-ua version?

Thank you for setting this up.

I have an unrelated question regarding beempy and communities. When I look up top tags, communities are shown in a format like this hive-148441. Is there a module or function I can use to look up the actual hive community name?