hello there, iv found a bug in bot in their betting multiplie system about payout structure in small betting amounts, or idk, this bug is on two different sites. (maybe its global payout bug?!)
with who i need to talk about that?!
Post the details of the bug here or submit it to
https://bot.seuntjie.com/bugreport.aspxidk if u will see image in good quality to see that...
btw, it happens every 1-3minutes allday long to me.
simple story, if u bet 1 on 5% chance to get 19(+18) all is fine, but when u bet 1,1 or 1,4 or 1,7 or 1,9 or 2,1 or 2,9 etc... you will get smaller payout than u made 1 bet! (1 = 0.00000001)
like sample - bet 1 > get 18, but when bet 1,XX > get 17.XX (5% chance - x19.84 payout)
system dsn;t like small decimals, or what?!
The problem is that for some sites I need to calculate the profit manually, the site doesn't send the profit for the bet, and the sites generally only work up to 8 decimals.
As a result, the bot remembers the bet as 0.00000001119364, but the site sees it as 0.00000001. For 999dice for example, I get the payout for the bet, but not the profit (payout is total amount the bet returns, for example when you bet 1 on x2, payout is 2, profit is payout - bet amount, so for the same example, profit is 1). Since the site sees the bet as 0.00000001, the payout is 0.00000018. To calculate the profit, the bet takes 0.00000018 (returned from the site)-0.00000001119364 (local) = 0.00000017880636.
So in reality, that bet was for 0.00000001 and the profit was 0.00000018, but the bot can only work with what it has, resulting in the slightly different displayed values.
It is not a very significant bug in my opinion because it generally only affects bets to the order of e-9, which is less than the smallest decimal for bitcoin, and it is site specific. I will look into fixing it, but it's not a high priority.
I hope each of those bots are running on different accounts/sites, and from different folders.