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 :).