create account

MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed! by mydicebot

View this thread on: hive.blogpeakd.comecency.com
· @mydicebot · (edited)
$7.11
MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!
MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!

![Selection_008.png](https://cdn.steemitimages.com/DQmY53p69ByzbvDm7rzLrNhvBxE4p6eeNENiJq6gwqicAUc/Selection_008.png)

# Windows/Mac/Linux/Android
* https://github.com/mydicebot/mydicebot.github.io/releases/tag/190409

# Android Google Play
* https://play.googlace.com/store/apps/details?id=com.mydicebot.app

# MyDiceBot
* [https://mydicebot.com](https://mydicebot.com)
* [MyDiceBot](https://mydicebot.com) 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](https://github.com/mydicebot/mydicebot.github.io) and __Free Forever__

# Online Simulator
* [https://simulator.mydicebot.com](https://simulator.mydicebot.com)

# Download
* Binaries: [https://github.com/mydicebot/mydicebot.github.io/releases](https://github.com/mydicebot/mydicebot.github.io/releases)
* Source Code: [https://github.com/mydicebot/mydicebot.github.io](https://github.com/mydicebot/mydicebot.github.io)

# Supporting Dice Sites (alphabet sequence)
## Traditional
* [999Dice](https://www.999dice.com/?224280708)
* [Bitsler](https://www.bitsler.com/?ref=mydicebot)
* [Crypto-Games](https://www.crypto-games.net?i=CpQP3V8Up2)
* [PrimeDice](https://primedice.com/?c=mydicebot)
* [Stake](https://stake.com/?code=mydicebot)
* [YoloDice](https://yolodice.com/r?6fAf-wVz)
## Blockchain - STEEM
* [EpicDice](https://epicdice.io/?ref=mydicebot)
* [MagicDice](https://magic-dice.com/?ref=mydicebot)

# Quick Start
* Download MyDiceBot Binaries here: [MyDiceBot Releases](https://github.com/mydicebot/mydicebot.github.io/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
    ```

# 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)

## 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

```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
```

# Report Issue
* [https://github.com/mydicebot/mydicebot.github.io/issues](https://github.com/mydicebot/mydicebot.github.io/issues)

# License
* GPL-3.0

# Thanks
* Special thanks to the open source project of [Seuntjies DiceBot](https://github.com/Seuntjie900/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](https://github.com/mydicebot/mydicebot.github.io/issues)
* steemit: [https://steemit.com/@mydicebot](https://steemit.com/@mydicebot)
* bitcointalk: [MyDiceBot - Cross-Platform | Multi-Script-Language | Multi-Site | Multi-Strategy](https://bitcointalk.org/index.php?topic=5057661)
* discord: [https://discord.gg/S6W5ec9](https://discord.gg/S6W5ec9)

# Donation
* BTC: 19Yw3Hs8zAidGEUNeEUM2r4tXLnrJDy7kN
* ETH: 0x3d652737ad9906344C0fb9C693bD3917FDaa37dC
* BCH: 17Wqoswyayuy3aSSqRomrxYFqrWQBAwHTf
* LTC: LL786aQKy4pF9bCbkirvm8416CZAwvTgCU
* DOGE: DB1BQMmdTbQE7FApvgw4dNsW4BfK5hFCHQ
* DASH: XtEn4BRYQB9m4vDVawd2YgAZs4oPvLoonB
* ZCash: t1U9hyzFm9Xh2D1cWXRRPZutGgowawKvAG9
* STEEM: [@mydicebot](https://steemit.com/@mydicebot)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authormydicebot
permlinkmydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","gambling","android","magicdice"],"image":["https://cdn.steemitimages.com/DQmY53p69ByzbvDm7rzLrNhvBxE4p6eeNENiJq6gwqicAUc/Selection_008.png"],"links":["https://github.com/mydicebot/mydicebot.github.io/releases/tag/190409","https://play.googlace.com/store/apps/details?id=com.mydicebot.app","https://mydicebot.com","https://github.com/mydicebot/mydicebot.github.io","https://simulator.mydicebot.com","https://github.com/mydicebot/mydicebot.github.io/releases","https://www.999dice.com/?224280708","https://www.bitsler.com/?ref=mydicebot","https://www.crypto-games.net?i=CpQP3V8Up2","https://primedice.com/?c=mydicebot","https://stake.com/?code=mydicebot","https://yolodice.com/r?6fAf-wVz","https://epicdice.io/?ref=mydicebot","https://magic-dice.com/?ref=mydicebot","https://github.com/mydicebot/mydicebot.github.io/issues","https://github.com/Seuntjie900/DiceBot","https://steemit.com/@mydicebot","https://bitcointalk.org/index.php?topic=5057661","https://discord.gg/S6W5ec9"],"app":"steemit/0.1","format":"markdown"}
created2019-04-10 09:40:39
last_update2019-04-10 10:45:06
depth0
children7
last_payout2019-04-17 09:40:39
cashout_time1969-12-31 23:59:59
total_payout_value5.406 HBD
curator_payout_value1.704 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,317
author_reputation4,401,015,603,033
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,797,218
net_rshares11,505,635,310,641
author_curate_reward""
vote details (62)
@lordneroo · (edited)
$5.68
Hello, @mydicebot!

Thank you for another interesting update. The post contains all the necessary details, and I appreciate the effort.

On the content side, this was a mixed bag for me. Even though I like all the information provided, I have to admit that I wanted to read more about the features mentioned in your post. For the most part, the post looks like a bullet point essay, which makes it hard for the readers to get a flavour of the key points for the whole text. Furthermore, I wanted to see more personal content in your post. We value your personal knowledge, views and experience of working on this project, and this is the kind of content we like to see in blog posts.

Nevertheless, you did a good job in providing useful information about the project, and even though the post lacks editorial content, it sure is informative. 

I look forward to your next contribution.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/1/3-4-4-2-3-1-2-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
👍  , , , , , , , , , , , , , , , ,
properties (23)
authorlordneroo
permlinkre-mydicebot-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190410t202118308z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["mydicebot"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/1/3-4-4-2-3-1-2-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-04-10 20:21:21
last_update2019-04-10 20:25:39
depth1
children1
last_payout2019-04-17 20:21:21
cashout_time1969-12-31 23:59:59
total_payout_value4.338 HBD
curator_payout_value1.346 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,336
author_reputation266,559,244,769,431
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,833,238
net_rshares9,467,021,708,613
author_curate_reward""
vote details (17)
@utopian-io ·
Thank you for your review, @lordneroo! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-mydicebot-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190410t202118308z-20190412t213741z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-04-12 21:37:42
last_update2019-04-12 21:37:42
depth2
children0
last_payout2019-04-19 21:37:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation152,955,367,999,756
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,984,298
net_rshares0
@partiko ·
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
properties (22)
authorpartiko
permlinkre-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190410t113130
categoryutopian-io
json_metadata"{"app": "partiko"}"
created2019-04-10 11:31:33
last_update2019-04-10 11:31:33
depth1
children0
last_payout2019-04-17 11:31:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation39,207,160,334,751
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,802,606
net_rshares0
@steem-ua ·
#### Hi @mydicebot!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 1.348 which ranks you at **#43343** across all Steem accounts.
Your rank has dropped 80 places in the last three days (old rank 43263).

In our last Algorithmic Curation Round, consisting of 359 contributions, your post is ranked at **#217**.
##### Evaluation of your UA score:

* Only a few people are following you, try to convince more people with good work.
* The readers like your work!
* Good user engagement!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190410t220014z
categoryutopian-io
json_metadata"{"app": "beem/0.20.19"}"
created2019-04-10 22:00:15
last_update2019-04-10 22:00:15
depth1
children0
last_payout2019-04-17 22:00:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length661
author_reputation23,214,230,978,060
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,839,311
net_rshares0
@steemitboard ·
Congratulations @mydicebot! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@mydicebot/posts.png?201904101331</td><td>You published more than 70 posts. Your next target is to reach 80 posts.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@mydicebot) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=mydicebot)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>


To support your work, I also upvoted your post!


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/the-steem-blockchain-survived-its-first-virus-plague"><img src="https://steemitimages.com/64x128/https://steemitimages.com/0x0/![](https://cdn.steemitimages.com/DQmYKnawrtqFCShyVvVs4QS7548eretcMUKQJc3D2f69pb9/image.png)"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/the-steem-blockchain-survived-its-first-virus-plague">The Steem blockchain survived its first virus plague!</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-mydicebot-20190410t143511000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-04-10 14:35:09
last_update2019-04-10 14:35:09
depth1
children0
last_payout2019-04-17 14:35:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,420
author_reputation38,975,615,169,260
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,813,074
net_rshares0
@travoved ·
excellent! I was waiting when it'll be availiable for Android 9!
properties (22)
authortravoved
permlinkre-mydicebot-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190410t190850706z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-04-10 19:08:51
last_update2019-04-10 19:08:51
depth1
children0
last_payout2019-04-17 19:08:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation48,430,358,836,295
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,828,904
net_rshares0
@utopian-io ·
Hey, @mydicebot!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-mydicebot-190409-is-released-and-android-9-0-launching-issue-is-fixed-20190411t025139z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-04-11 02:51:39
last_update2019-04-11 02:51:39
depth1
children0
last_payout2019-04-18 02:51:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length591
author_reputation152,955,367,999,756
root_title"MyDiceBot - 190409 is released and Android 9.0 launching issue is fixed!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,852,450
net_rshares0