TylerTheFox / Monero-TipBot

Discord Tipbot built in C++ for Monero
GNU General Public License v2.0
9 stars 18 forks source link
discord intensecoin intensecoin-tipbot itns masari monero rpc tipbot xmr

Monero-TipBot

Discord Tipbot built in C++ for Monero/IntenseCoin

Discord: https://discord.gg/TyD4jfU

Compile

Windows

Linux

Applications

Tip

Commands

Faucet

Commands

Lottery

Commands

Requirements

Dependencies (included)

Windows/Linux

Linux Packages

RPC Setup

You need to download the RPC for the coin you want to setup the bot with, for example, IntenseCoin (https://github.com/valiant1x/intensecoin/releases). Unzip it to whereever you built the TIPBOT.

Deamon setup

Next you'll need to open the daemon for the coin, for example, intensecoind for IntenseCoin.

The file structure should look like this:

Discord Token Setup

Navigate to "My Apps" on Discord (https://discordapp.com/developers/applications/me). Click new app, give it a name and description. Click create a bot user. Copy the token generated on that page and open TIPBOT and enter it when prompted. To add a bot user to your account you'll need to get the client id for the bot which is also on that page. Then navigate to this url (https://discordapp.com/oauth2/authorize?client_id=CLIENTID&scope=bot) and replace CLIENTID in the url with the client url on the page.

The bot should now be ready to run. Launch it, enter the token, and type !balance and if it returns a balance of 0 then the communication between the bot and the RPC is working correctly.

Author: Brandan Tyler Lasley