Cryptocurrency-crypto-bot is an open-source Node.js wallet bot for Discord.
https://github.com/5G-Cash/cryptocurrency-crypto-bot?tab=readme-ov-file#bot-commands
Additional information
It supports all coins using the standard Bitcoin rpc commands
It’s possible to configure a staking pool for POS coins
Written for Node.js
The bot offers the option to enable or disable all commands seperated, so its not needed to use them all
The backend is a mysql database
A massive configuration file to manage all content from one file
You can define administrators, moderators and a vip group
… and many many many more options, please check the config file
Installation
Create a MySQL Database and import the cryptocurrency-crypto-bot.sql
Edit the config file carefully without missing any needed value!
Start your bot and enjoy! -> node index.js
Staking
The database connection needs to work
Enable staking on your wallet and add walletnotify option to your coin config (change the path to the bots transactions.sh script)
staking=1
walletnotify=/path/to/your/bot/folder/transaction.sh %s
Enalbe staking options on the config file
Check if transactionns are coming in to database