Skip to content

cbijon/dagger_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

dagger_tools

Some tools for DAGGER project

Node Leaderboard Information Retrieval

This script allows you to retrieve information about a specific node from the SHDW Rewards Oracle node leaderboard.

Usage

  1. Make sure you have Python installed on your system.
  2. Install the required packages by running the following command: pip3 install requests
  3. Run the script with the following command: python3 dagger_leaderboard.py <node_address> Replace <node_address> with the actual node address you want to check.

Example

python3 dagger_leaderboard.py 77DXfdCcBrivtbvLDXA5kKwHmnALCCqRmRBwMKCtaKKT
Node Rank: 1
Total Rewards: 246.55829145
Node Status: top_150

Output
The script will display the rank, total rewards, and status of the specified node.

Notes The total rewards are presented in SHDW.

About

Some tools for DAGGER project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages