https://github.com/mgpai22/ergo-miner-reward-consolidator
Allows mined funds to be sent to one recipient address
https://github.com/mgpai22/ergo-miner-reward-consolidator
Last synced: 7 days ago
JSON representation
Allows mined funds to be sent to one recipient address
- Host: GitHub
- URL: https://github.com/mgpai22/ergo-miner-reward-consolidator
- Owner: mgpai22
- Created: 2023-01-25T03:54:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:05:45.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:17:06.379Z (about 2 years ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - Miner Reward Consolidator
README
# Ergo Miner Reward Consolidator
Send all mined funds to a recipient address via python terminal.
## Deployment
- Have python3 installed
- Follow instructions given in terminal```bash
mgpai repo ( original ): git clone https://github.com/mgpai22/ergo-miner-reward-consolidator.git && cd ergo-miner-reward-consolidator
reqlez repo ( this repo ): git clone https://github.com/reqlez/ergo-miner-reward-consolidator.git && cd ergo-miner-reward-consolidator
``````bash
pip3 install -r requirements.txt
``````bash
python3 main.py
```