Post
Topic
Board Project Development
Re: Primedice Better Bot - Fastest, lightest, advanced java based bot
by
tytanick
on 21/04/2015, 10:41:03 UTC
also i think that there might be a problem with auto withdraw in script.
When it tries to do that, it receives the same error, over and over, and finally API block this account Smiley
So this might be a problem, now i blocked auto withdraw by setting 1Bitcoin so it wont withdraw for a loooong time and see what happens.

Also if you want to tune things up...

DATE       TIME         DEL BET ID   NONCE  ROLL  TARGET  STRK    BET PROFIT    SES PROFIT       BALANCE   WINS LOSSES  ROLLS   LUCK MAX
2015-04-21 12:36:01 294 4833505739  370994 64,13 < 20,00  3 17   -0,00000017    0,00014476    0,00366799    228    858   1086 104,97  38

In this code, it show MAX 38 - rounds using martiangle and specific options.
But this is calculated as bet*multiply^38 = MAX balance
but i saw that it screams "insuffiecent funds" on even 34/38 step
so this should be calculated as

bet*multiply^1 + bet*multiply^2 + bet*multiply^3 +bet*multiply^3 + ..... bet*multiply^38 <= Balance - then then MAX number will be correct.

Also if i will deposit or withdraw from webpage, scrips doesnt update balance.