Releases: zertyn/streamr_node_earnings_checker
Releases · zertyn/streamr_node_earnings_checker
v1.5
New features
- All settings are now editable via the new 'config.json' file (previously named 'nodes.json')
- Email support (gmail only) for daily updates and updates for offline nodes
- .exe file added for running the script without any hassle! (make sure to edit the config.json file first, and to keep it in the same directory)
- Improved stability & error detection
v1.4
New features
- Added total staked data, and per node, from the 'The Graph' database (special thanks to Peetu on the Streamr Discord!).
- Added more error catching.
- Fixed an issue where the claim percentage would show 1 or 0 instead of the actual percentage.
- Added color coding to nodes status to easily find nodes that are offline.
- Revamped the nodes overview in tabular form.
v1.3
New features
- Added total revenue paid and unpaid, and per node, from the 'The Graph' database (special thanks to Peetu on the Streamr Discord!).
- Added more error catching to allow for new nodes (with empty data) without errors.
- Added nodes.json file to allow for easier input of addresses without having to edit the code (thanks to Fugashu).
v1.2
New Features
- New revenue calculations based on your node earnings (instead of averaging the revenue). The node based revenue and estimates are more accurate when new nodes are added.
- Added error catching to fetching node data (previously the script would crash if a new node did not yet have data).
- Added estimates for if a node is offline or online (updates based on the latest reward)
- Added global network APR and APY.
- Removed the need for adding your mining start date. This is now solved by fetching the first reward date code from the first node in your addresses (be sure that addresses are added in chronological order of set up date).
- Changed the addresses list from list to dictionary format, for a better overview.
- Added comments to further explain functionalities.