KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

get_max_bet calculation is wrong! #5

Closed KgBC closed 11 years ago

KgBC commented 11 years ago

Current formula for rounds calculation: self.balance*pow(2,-self.lose_rounds) This does calculate the max bet for 1 round, not for all lost rounds before.

For now, DOUBLE your self.lose_rounds to be safe! Will fix immediatly.

KgBC commented 11 years ago

Ok, not that big issue. Assumptions above are wrong, we just raise a bit later as we could. Fixing anyway.

KgBC commented 11 years ago

fixed. just some rounding diffs in new formula. Upload in some minutes.