Releases: mydicebot/mydicebot.github.io
MyDiceBot - v19.9.19 Fix WinDice issue
MyDiceBot - v19.9.19 Fix WinDice issue
MyDiceBot - 19.8.21 Desktop & Browser Editions & Auto Update!
MyDiceBot - 19.8.21 Desktop & Browser Editions & Auto Update!
MyDiceBot is supporting two different types of editions for PC right now
- Desktop Edition - Embedded Chrome by using Electron, to avoid browser compatibility issues.
- Browser Edition - Smaller size and need to open the UI through your local default browsers.
Desktop Edition is supporting auto update
- YES, the Desktop Edition will notify you once there is any update of new versions, automatically.
Desktop Edition is supporting Raspberry Pi NOW!
- Choose the mydicebot-desktop-19.8.21-armv7l.AppImage, have fun then.
FAQ
- Why download .AppImage does not work on Linux?
A: Using command 'chmod +x mydicebot-desktop-xxx.AppImage' to let the binary has execution mode, then it works.
MyDiceBot - v190808 Android Edition support searching functions in betting history
MyDiceBot - v190808 Android Edition support searching functions in betting history
Android Download - 2 options
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
MyDiceBot - v190801 Freebitco.in & WinDice are supported!
MyDiceBot - v190801 Freebitco.in & WinDice are supported!
Android Download - 2 options
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
Quick Start
-
Download MyDiceBot Binaries here: MyDiceBot Releases.
-
Different execution methods on different platforms.
-
Linux (Open Terminal)
chmod +x mydicebot-linux
./mydicebot-linux
-
Mac (Open Terminal)
chmod +x mydicebot-macos
./mydicebot-macos
-
Windows (Open Command Prompt)
mydicebot-win.exe
-
-
Choose Dice Site, Input username/password/2FA/APIKey, then Login.
-
Bet and WIN.
MyDiceBot - v190703 DuckDice is supported NOW!
MyDiceBot - v190703 DuckDice is supported NOW!
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
MyDiceBot - v190628 Fix Prime & Stake Bet Id issue
MyDiceBot - v190628 Fix Prime & Stake Bet Id issue
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
MyDiceBot - v190627 Fixing API change issue of Primedice & Stake
MyDiceBot - v190627 Fixing API change issue of Primedice & Stake
-
Special thanks to @Seuntjie900 patching just in time
-
Special thanks to @MJ2769 for reporting so quick
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
MyDiceBot - v190626 Fix bitsler API change issue
MyDiceBot - v190626 Fix bitsler API change issue
Issue
Fix
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
MyDiceBot - v190625 Simulator supports multiple currencies and different balances
MyDiceBot - v190625 Simulator supports multiple currencies and different balances
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
MyDiceBot - V190616 Fix chat room issues
MyDiceBot - V190616 Fix chat room issues
MyDiceBot
- https://mydicebot.com
- MyDiceBot is World #1 Cross-Platform Dicing Bot.
- Multiple platforms are supported, including Windows, Mac, Linux, and Web.
- Multiple blockchains are supported, including STEEM.
- Multiple programming languages are supported such as Lua and Javascript.
- Open Source and Free Forever.
Table Of Content
- Download
- Supporting Dice Sites (alphabet sequence)
- TODO
- Quick Start
- Startup Options
- Features
- Manual Bet
- Auto Bet
- Script Bet
- Report Issue
- License
- Thanks
- Quote
- Disclaimer
- Legal
- Contact
- Donation
Online Simulator
Download
- Binaries: https://github.com/mydicebot/mydicebot.github.io/releases
- Source Code: https://github.com/mydicebot/mydicebot.github.io
Supporting Dice Sites (alphabet sequence)
Traditional
Blockchain - STEEM
TODO
- BetKing (coming soon)
- BitDice (coming soon)
- BitVest (coming soon)
- Dice-Bet (coming soon)
- DuckDice (coming soon)
- Freebitco.in (coming soon)
- KingDice (coming soon)
- MegaDice (coming soon)
- NitroDice (coming soon)
- NitrogenSports (coming soon)
- SafeDice (coming soon)
- (More will be coming soon)
Quick Start
-
Download MyDiceBot Binaries here: MyDiceBot Releases.
-
Different execution methods on different platforms.
-
Linux (Open Terminal)
chmod +x mydicebot-linux
./mydicebot-linux
-
Mac (Open Terminal)
chmod +x mydicebot-macos
./mydicebot-macos
-
Windows (Open Command Prompt)
mydicebot-win.exe
-
-
Choose Dice Site, Input username/password/2FA/APIKey, then Login.
-
Bet and WIN.
Features
- Supported platforms: Windows, Mac, Linux, Web
- Supported programming languages: Lua and Javascript
- Supported multiple dice-sites
- Supported multiple strategies
- New account registration
- Existing account login
- Betting statistics
- Manual bet
- Auto bet
- Script bet (compatible with Seuntjies DiceBot scripts)
- Script upload/download/voting (coming soon)
- Github integration (coming soon)
Manual Bet
- You can control every bet by yourself.
Auto Bet
- Essential configurations are provided for betting automatically.
Script Bet
- Lua programming language
- JavaScript programming language
- Python programming language (coming soon)
- Compatible with the variables and functions of Seuntjie DiceBot's Lua script
Internal Variables
- Single Bet Info
Variable | Type | Permission | Purpose |
---|---|---|---|
basebet | double | Read Write | Shows the amount of the first bet. Only set for first bet. |
previousbet | double | Read Only | Shows the amount of the previous bet. Only set after first bet. |
nextbet | double | Read Write | The amount to bet in the next bet. You need to assign a value to this variable to change the amount bet. Defaults to previousbet after first bet. Needs to be set before betting can start. |
chance | double | Read Write | The chance to win when betting. Defaults to value set in advanced settings if not set. Need to set this value to change the chance to win/payout when betting. |
bethigh | bool | Read Write | Whether to bet high/over (true) or low/under(false). Defaults to true (bet high/bet over) |
win | bool | Read Only | Indicates whether the last bet you made was a winning bet (true) or a losing bet (false). |
currentprofit | double | Read Only | Shows the profit for the last bet made. This is not the amount returned. betting 1 unit at x2 payout, when winning, currentprofit will show 0.00000001 (returned =0.00000002), when losing, profit will show -0.00000001 |
- Current Session Info
Variable | Type | Permission | Purpose |
---|---|---|---|
balance | double | Read Only | Lists your balance at the site you're logged in to. |
bets | int | Read Only | Shows the number of bets for the current session. |
wins | int | Read Only | Shows the number of wins for the current session. |
losses | int | Read Only | Shows the number of losses for the current session. |
profit | double | Read Only | Shows your session profit. Session is defined as the time since opening the current instance of bot or the last time you reset your stats in the bot. |
currentstreak | double | Read Only | Shows the current winning or losing streak. When positive (>0), it's a winning streak. When negative (<0) it's a losing streak. Can never be 0. Only set after first bet. |
currentroll | double | Read Only | Show current roll information |
Internal Functions
Function | Purpose |
---|---|
dobet() | The loop of bets |
stop() | Stop the bet |
Sample Code
- Strategy: Basic Martingale
- Using Lua
chance = 49.5
multiplier = 2
basebet = 0.00000010
bethigh = false
function dobet()
if profit >= 0.1 then
stop()
end
if win then
nextbet = basebet
else
nextbet = previousbet * multiplier
end
end
- Using Javascript
chance = 49.5;
multiplier = 2;
baseBet = 0.00000001;
betHigh = false;
function dobet() {
if (win) {
nextBet = basebet;
} else {
nextBet = previousbet * multiplier;
}
}
Report Issue
License
- GPL-3.0
Thanks
- Special thanks to the open source project of Seuntjies DiceBot.
- If you need simulation functions or advanced-autobet functions, we recommand Seuntjies DiceBot.
Quote
- "Gambling is gambling no matter what you do or how good your strategy is. The house always wins if you keep playing. Winners know when to stop."
- "Like any human, we make mistakes, and like any program, the bot is bound to have a few bugs. Use the bot at your own risk. "
Disclaimer
- This is still gambling. The bot is not guaranteed to win.
- Please do not gamble more than you can afford to lose.
- The bot has a lot of settings, and we cannot test each and every combination.
- The bot might behave unpredictable and unreliably with certain combinations of settings.
- Certain actions from the server might also result in unexpected behavior.
- We cannot be held responsible for any losses incurred while using the bot.
Legal
- It is your obligation to ensure compliance with any legislation relevant to your country of domicile regarding online gambling.
Contact
- github: https://github.com/mydicebot/mydicebot.github.io/issues
- steemit: https://steemit.com/@mydicebot
- bitcointalk: MyDiceBot - Cross-Platform | Multi-Script-Language | Multi-Site | Multi-Strategy
- discord: https://discord.gg/S6W5ec9
Donation
- BTC: 19Yw3Hs8zAidGEUNeEUM2r4tXLnrJDy7kN
- ETH: 0x3d652737ad9906344C0fb9C693bD3917FDaa37dC
- BCH: qpwukqk0a557yytlg9x9tl77qjh8lje03gyd73qgm6
- DOGE: D9wMjdtGqsDZvjxWMjt66JLjE9E9nMAKb7
- steemit: @mydicebot