Skip to content

Ompanime/QRLCasino

 
 

Repository files navigation

QRLCasino

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

Installation

(tests were done with Ubuntu 20.04)

  1. Open a terminal and install git

     sudo apt install git
    
  2. Download this project.

     git clone https://github.com/0xFF0/QRLCasino.git
    
  3. Make the scripts executable.

     chmod +x Start_QRLCasino.sh
    
  4. 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
  5. Run the script to setup and install everything.

     ./Start_QRLCasino.sh	
    

Credits

Code based on https://github.com/ConnorSwis/casino-bot.

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Shell 8.5%