https://github.com/gr0vity-dev/nano_pingpong
A simple bot that generates an account and returns all funds to the sender
https://github.com/gr0vity-dev/nano_pingpong
Last synced: about 1 year ago
JSON representation
A simple bot that generates an account and returns all funds to the sender
- Host: GitHub
- URL: https://github.com/gr0vity-dev/nano_pingpong
- Owner: gr0vity-dev
- Created: 2024-01-22T10:18:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:48:29.000Z (over 2 years ago)
- Last Synced: 2025-02-02T08:42:18.062Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nano_pingpong
## Requirements :
- free AUTH_KEY from rpc.nano.to
- python and the dependencies from requirements.txt
## Run the script
```
git clone https://github.com/gr0vity-dev/nano_pingpong.git
cd nano_pingpong
pip install -r requirements.txt
// add you AUTH_KEY to config.py
python3 nano_refundbot.py
```