/BademWalletBot

Open source Telegram bot for Badem currency

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

NanoWalletBot

@NanoWalletBot — Open source Telegram bot for Nano cryptocurrency

Python requirements

Required non-default Python libraries
python-urllib3
python-requests
python-mysql.connector
python-qrtools
Installed with pip (pip install)
pypng
PyQRCode
python-telegram-bot

Other software configurations

rai_node config sample in config.json
MySQL database structure in mysql.sql
Nginx config sample in nginx_site.conf

rai_node config.json tuning

If you use docker node, set "address": "::0.0.0.0"

0.1 Nano incoming limit: "receive_minimum": "100000000000000000000000000000"
https://github.com/clemahieu/raiblocks/wiki/Distribution-and-Mining#Divider

Start bot

Create wallet with curl -g -d '{ "action": "wallet_create" }' http://localhost:7076
Set password with curl -g -d '{ "action": "password_change", "wallet": "WALLETID", "password": "WalletPassword123" }' http://localhost:7076
Edit bot.cfg with your preferences
Start bot python raiwalletbot.py
Start callback incoming transactions server python frontiers_callback.py
Set cron job for python frontiers.py and other scripts if required

Thanks