Updates
- Change steem api server to api.steemit.com.
- Android edition is officially released on Google Play:
- https://play.google.com/store/apps/details?id=com.mydicebot.app
- https://github.com/mydicebot/mydicebot.github.io/releases/tag/190319
- Recommend: Android OS version >=6.0.1
Git commit
- https://github.com/mydicebot/mydicebot.github.io/commit/0f3f2ba53ea0f6820bc3815cf5c9a1707f61ffeb
- https://github.com/mydicebot/mydicebot.github.io/commit/859023086575f176269b23fd24972cf96804f4b0
- https://github.com/mydicebot/mydicebot.github.io/commit/329e37ef97c6498dc8031d3c903f4a470ec577be
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.
- Open Source and Free Forever
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)
Features
- Supported platforms: Windows, Mac, Linux, Web
- Supported programming languages: Lua
- 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)
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.
Startup Options
-port (port is 3000 by default)
mydicebot-win.exe -port 12345
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 |
Legal
- It is your obligation to ensure compliance with any legislation relevant to your country of domicile regarding online gambling.