Ardor Reward Summary script presents daily rewards breakdown for Ardor and NXT nodes. It takes as parameter wallet address, which was used to register chain nodes.
- Python 3.8 or newer
- Clone repository and create a Python virtual environment
$ git clone https://github.com/ChainTools-Tech/ardor_reward_summary
$ cd ardor_reward_summary
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
- Install the requirements
(venv) $ python -m pip install -r requirements.txt
- Install script
(venv) $ pip install -e .
(venv) $ python -m ardor-reward-summary --account ARDOR-XXXX-XXXX-XXXX-XXXXX
2022-09-29 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-09-30 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-01 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-02 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-03 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-04 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-05 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-06 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
2022-10-07 ARDOR-4PV4-Z2VE-PK78-DUWPX 127.2368
ARDOR-B3YC-5537-72BN-2TYKS 127.2368
(venv) $
NOTE: In reward summary list rewards for Ardor nodes and NXT nodes are presented separately as sum of daily rewards for following addresses:
- Ardor nodes reward: ARDOR-4PV4-Z2VE-PK78-DUWPX
- NXT nodes reward: ARDOR-B3YC-5537-72BN-2TYKS
RP Checker provides the following options:
-a
or--account
specifies wallet address which receives node rewards.
(venv) $ pip uninstall ardor_reward_summary
Email: support@chaintools.tech
Distributed under the MIT license. See LICENSE
in the root directory of this repo for more information.