Update for Steem Basic Income Automation - scripts are ported to HIVE and running now!
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
Leave Update for Steem Basic Income Automation - scripts are ported to HIVE and running now! to:
Read more #steembasicincome posts
Best Posts From Holger
We have not curated any of holger80's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Holger
- BLURT is under heavy spam attack right now
- Beempy post will create a new post, when changing the title in the yaml header, will fix this soon.
- EOS inflates their blocktivity stats by massively sending batched transactions with a value of 0.0001 EOS
- Verify blocktivity numbers for Hive and Blurt
- How to use a coldcard MK3 to derive your new account password from a 24 word seed
- Update for beem: improved account history handling
- How to use beempy in tails (e.g. for changing the account keys)
- update for beem: make beem/beempy ready for tails
- update for beem: changes regarding HF24
- update for beem: compatibility issues with HF24 have been fixed