QRLCasino is a gambling discord bot. It use QRL as the deposit method.
This project is a PoC developped during the QRL Winter Hackathon 2022.
Commands | Screenshot |
---|---|
Slots | |
Blackjack | |
Flip | |
Roll | |
Help | |
QRL | |
Faucet | |
Deposit | |
Withdraw | |
Sync | |
Leaderboard |
(tests were done with Ubuntu 20.04)
-
Open a terminal and install git
sudo apt install git
-
Download this project.
git clone https://github.com/0xFF0/QRLCasino.git
-
Make the scripts executable.
chmod +x Start_QRLCasino.sh
-
Edit config file.
$ gedit config.yml
Variable Description token Discord bot token. owners_id Discord user id, enable hidden commands for these users. prefix Command prefix. default_bet 1 QRL default bet. bonus_multiplier Default bet x bonus multiplier = faucet giveaway. bonus_cooldown Limit faucet every X hours. qrl_addr Casino QRL main address. Private key needs to be in qrlData/Mainet/walletd.json -
Run the script to setup and install everything.
./Start_QRLCasino.sh
Code based on https://github.com/ConnorSwis/casino-bot.