https://github.com/m4cs/cluwards
CLUCoin Reward Tracker - Command Line Web3 Client
https://github.com/m4cs/cluwards
clucoin cluwallet web3 web3py
Last synced: about 1 year ago
JSON representation
CLUCoin Reward Tracker - Command Line Web3 Client
- Host: GitHub
- URL: https://github.com/m4cs/cluwards
- Owner: M4cs
- Created: 2021-05-20T18:11:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T19:03:53.000Z (about 5 years ago)
- Last Synced: 2025-03-11T11:05:14.018Z (over 1 year ago)
- Topics: clucoin, cluwallet, web3, web3py
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cluwards - CLUCoin CLI Reward Tracker
Easily track a wallet's CLUCoin rewards.
If you'd like to donate, send some CLU here: 0x44f6498D1403321890F3f2917E00F22dBDE3577a
### Installation
**Requires Python 3.6+ Installed**
```
pip install cluwards
```
or
```
git clone github.com/M4cs/cluwards
cd cluwards
python setup.py install
```
### Usage
```
cluwards ADDR
```
**Output in terminal:**
```
╭────────────────────────── CLUCoin Reward Summary: ───────────────────────────╮
│ Current Balance: 190,356,559.872826358 │
│ Total Rewards over last 3 minutes: 5,860.180806946 │
│ Average Reward per Block over last 1 minute: 147.43492824695 │
│ Average Reward per Block over last 3 minutes: 97.66968011576666666666666667 │
│ Total Rewards over last 3 minutes: 5,860.180806946 │
│ Total Rewards Since Tracking Began: 5860.180806946 │
╰──────────────────────────────────────────────────────────────────────────────╯
```
**This will update every 15 seconds.**