You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptocurrency-crypto-bot is an open-source Node.js wallet bot for Discord.
Preview pictures
BOT COMMANDS
+register | +r
Register an account with the bot. +profile | +p
Display account information. +balance | +b
Display your current balance. +deposit | +d
Get your deposit address. +withdraw <address> <amount> | +w <address> <amount>
Withdraw balance to an address (0.01 VIP transaction fee will be added on top of the amount). +stake <amount>
Convert balance to stake balance for receiving stake pool payouts. (Its always possible to add balance but it will reset the unstake timer) +unstake <amount>
Convert balance to normal balance (Only once within 24 hours if no stake/unstake has been done).__
+tip <@username> <amount>
Tip a user from Discord. +rain <all/online/random> <amount> <userCount>
(all) Tip amount divided by total user count. / (online) Tip amount divided by active users. / (random) Tip amount divided by random user count.
+drop <phrase/react> <amount> <timeInSeconds> <30 letter phrase>
(phrase) Send coins to all users that reply with the asked phrase. / (react) Send coins to all users that react with the asked icon. +history <deposits/withdrawals/payments> | +history <d/w/p>
(deposits) Show your latest deposits. / (withdrawals) Show your latest withdrawals. / (payments) Show your latest payments.
+update | +u
Update your username. +donate
Show the bot creators tip address. +notify <on/off>
Enable or disable to get mentioned by the bot. +version | +v
Get current bot and wallet information.
ADMIN COMMANDS
+start / +stop
Enable/Disable all bot commands while the bot is running. +getdeposits | +gd
Manually get latest transactions from wallet and update confirmations. +creditdeposits | +cd
Manually check confirmations on database and credit deposits if they have min confirmations. +getstakes || +gs
Manually check transactions on database if they are stakes. +creditstakes || +cs
Manually credit stakes to users.
+clear || +c
Delete all visible messages from chat.
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
Projects using the bot - Feel free to contact me to get added