All Projects → SergiySW → NanoWalletBot

SergiySW / NanoWalletBot

Licence: BSD-3-Clause License
[DISCONTINUED] Open source Telegram bot for Nano currency

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NanoWalletBot

reblocks
React Components for Nano cryptocurrency (formerly RaiBlocks) - including Payments via Brainblocks
Stars: ✭ 21 (-59.62%)
Mutual labels:  nano, raiblocks
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (-34.62%)
Mutual labels:  nano, raiblocks
nano-vanity
Vanity address generator for Nano
Stars: ✭ 37 (-28.85%)
Mutual labels:  nano, raiblocks
jNano
A comprehensive Java library for the Nano cryptocurrency.
Stars: ✭ 25 (-51.92%)
Mutual labels:  nano, raiblocks
rai
🗿 rai is a pythonic client for interacting with Raiblocks nodes
Stars: ✭ 21 (-59.62%)
Mutual labels:  nano, raiblocks
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+259.62%)
Mutual labels:  telegram-bot
foxbot
Telegram bot for finding furry image sources and inline mirroring
Stars: ✭ 25 (-51.92%)
Mutual labels:  telegram-bot
really-simple-telegram-bot
Example of php telegram bot, for medium article
Stars: ✭ 13 (-75%)
Mutual labels:  telegram-bot
nano-modeline
GNU Emacs / N Λ N O Modeline
Stars: ✭ 66 (+26.92%)
Mutual labels:  nano
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+90.38%)
Mutual labels:  telegram-bot
telegram-udf-autoit
🚀 Telegram Bot UDF for AutoIt.
Stars: ✭ 38 (-26.92%)
Mutual labels:  telegram-bot
ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (+48.08%)
Mutual labels:  telegram-bot
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (-7.69%)
Mutual labels:  telegram-bot
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (-42.31%)
Mutual labels:  telegram-bot
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (-32.69%)
Mutual labels:  telegram-bot
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (-46.15%)
Mutual labels:  telegram-bot
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-69.23%)
Mutual labels:  telegram-bot
sz-rose-bot
szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️
Stars: ✭ 26 (-50%)
Mutual labels:  telegram-bot
caligo
SelfBot for Telegram
Stars: ✭ 34 (-34.62%)
Mutual labels:  telegram-bot
RoboThief-Telegram-Session-Stealer
Robo Thief is a software for steal telegram session .
Stars: ✭ 18 (-65.38%)
Mutual labels:  telegram-bot

NanoWalletBot

@NanoWalletBot — Open source Telegram bot for Nano cryptocurrency

Python requirements

Required non-default Python3 libraries
python3-urllib3
python3-requests
python3-mysql.connector
python3-pil
python3-qrtools
python3-socks
Installed with pip (pip3 install)
pycryptodomex
pypng
PyQRCode
python-telegram-bot
six
websockets
Optional for Nano IPC connection nano-ipc-py

Other software configurations

nano_node config sample in config-node.toml
RPC config sample in config-rpc.toml
MySQL database structure in mysql.sql
Nginx config sample in nginx_site.conf

RPC config tuning

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

nano_node config tuning

0.1 Nano incoming limit:

[node]   
receive_minimum = "100000000000000000000000000000"   

https://docs.nano.org/protocol-design/distribution-and-units/#unit-dividers

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 sample.bot.cfg with your preferences and save as bot.cfg (don't forget to change salt, aes_password, private_key & other passwords)
Start bot python3 raiwalletbot.py
Start websockets incoming transactions server python3 frontiers_websockets.py
Set cron job for python3 frontiers.py and other scripts if required

Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].