Pages:
Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 58. (Read 274841 times)

legendary
Activity: 1717
Merit: 1125
Dicebot keeps crashing after a few minutes is there any suggested software packages to install prior? (maybe Net-framework?)


which version are you using ( a version number please)?
What exactly do you mean with crash?
What site do you play on?
Does it show any error messages? if so, what is the message?
full member
Activity: 324
Merit: 100
Dicebot keeps crashing after a few minutes is there any suggested software packages to install prior? (maybe Net-framework?)
legendary
Activity: 1717
Merit: 1125
Anyone know how to pull .csv values for all bet history?

I know there's a location that holds the values but im not sure where to find it.

Seuntjie should totally open a dicesite!


You can use something like sqlitebrowser to open the dicebot.db file and export it to a csv from there, or just use sql to do you queries. The dicebot.db file is located in same folder as the executable.
full member
Activity: 324
Merit: 100
Anyone know how to pull .csv values for all bet history?

I know there's a location that holds the values but im not sure where to find it.

Seuntjie should totally open a dicesite!
sr. member
Activity: 714
Merit: 316
The Experience Layer of the Decentralized Internet
Hi I want to see the bet history on the bot, but I'm getting a blank screen.
View> Bet History screenshot looks like this.
Where do I get Bet History data?

In the drop down top left, select the beginning of time.

This is a wonderful thank you. I tried all the options except this one. Now all bet history is in front of my eyes. Grin Grin Grin
legendary
Activity: 1717
Merit: 1125
Hi I want to see the bet history on the bot, but I'm getting a blank screen.
View> Bet History screenshot looks like this.
Where do I get Bet History data?

In the drop down top left, select the beginning of time.
sr. member
Activity: 714
Merit: 316
The Experience Layer of the Decentralized Internet
Hi I want to see the bet history on the bot, but I'm getting a blank screen.
View> Bet History screenshot looks like this.




Where do I get Bet History data?
legendary
Activity: 2996
Merit: 1054
Leading Crypto Sports Betting & Casino Platform
Why? This is a good programming job, but is still stupid. You will never win, never, the house edge will overcome your martingale, and leave you broke. Haven't we all been over this before...
yes even you have a lots of mathematics but still in the long run you will still lose martingale will not help you, just play with your combination strategy
use some assessment and try to find the lucky combo.
legendary
Activity: 1717
Merit: 1125
When I use Dicebot the client seeds inserted are different from the one in bitsler site account. Is there a way to get the same client seed from the bitsler site to the dicebot whenever I reset seeds.

Note: I don't want the client seed set by Bitsler automatically to be changed. Instead I want the that client seed( automatically set by Bitsler) to be inserted to Dicebot .

Also when I select reset seed after 1 win check box ,it just delays the seed change if the win happens earlier.I want the betting to stop if the win happens earlier and only continue betting after a seed change.

I was unable to reproduce your error and I'm very confused as to how you experienced it, since I get the server seed hash and the client seed that is inserted into the database from bitsler. I can only assume you were looking at different bets in the bot and the site?
HCP
legendary
Activity: 2086
Merit: 4361
This should probably be in the programmers mode discussion thread... Wink

Anyway, your script doesn't work with the decimal multipliers because the comparison for checking if the bet is over max is using "equals" instead of "greater than or equals". If you simply change the "if previousbet==maxBet then" to "if previousbet>=maxBet then", the code will work with the decimal multipliers like 2.1x or 2.75x etc
newbie
Activity: 54
Merit: 0
Seuntjie,
Looking to automate this pattern using DiceBot settings.
My description is repetitive as to be as clear as possible.
Can this be done with settings or prelist? Thanks for great bot!

For 2x payout, 49.5 odds, martingale:


Accumulated multiplier
X2- 1st loss
X4- 2nd loss (2x + 2x)
X8- parley if won
X16- reset on win, no parley if won
X32
X64
X128
X256 min bet- MAX, reset on loss or win

Multiply after loss but not more than 8 times to MAX 256x min bet

MAX bet is x256 min bet

1st win... do nothing, multiple x 1.0, repeat SAME (parley) bet
-- (reset to base after 2nd consecutive win, not 1st)
-- no parley if above x16 min bet
-- only one parley in series

1st loss after repeating SAME (parley) winning bit... multiply x4 previous losing bet
-- (only one x4 after a loss in this series (change once), all other losses are x2 until MAX

2nd consecutive win in a row... RESET to base

1st win after repeating SAME (parley) bet... RESET to base

1st loss after a win... multiply x2
-- Unless the win was a repeat of a SAME (parley) win bet, then x4, only once in series

Loss after a loss... multiply x2 always, until MAX

Loss x2 - unless right after SAME bet from win, then x4 once

1st loss after SAME bet is x4, once only

Always RESET after 2nd win in series

1st W- same bet
2nd W in row- RESET to base
2nd W in series SAME bet after loss (parley) unless x8 min bet then reset after win

EXAMPLE:
Min bet- loss- x2
.001- min
.002- 1st double after loss, repeat .02 bet next if this wins, reset if it wins again
.004- 2nd double after loss, parley SAME if won, unless 2nd win in series then RESET
.008- 3rd double after loss, parley SAME if 1st WIN after loss, otherwise RESET if 2nd win in series
.016- 4th double after loss, RESET if won
.032- 5th double after loss, RESET if won
.064- 6th double after loss, RESET if won
.128- 7th double after loss, RESET if won
.256- 8th, MAX, RESET after loss or win

My challenge mostly setting it to parley only once when winning x4 or x8 or x16 of min bet, and... having 1st loss after 1st win increasing x4 only once. Thanks




This one might do the work in the programmers mode:

Code:
chance=49.5
parley=true
basebet=0.001
highestParley=0.008
nextbet=basebet
maxBet=0.256

function dobet()
if win then
if parley and previousbet<=highestParley then
nextbet=previousbet
parley=false
else
nextbet=basebet
parley=true
end
else
if previousbet==maxBet then
nextbet=basebet
parley=true
else
nextbet=previousbet*2
end
end
end

If you have any further questions I think the right place to discuss would be this thread

Thanks so much. I will test it out and report back.

The parley have a one flaw when you put any multiplier more than a single digit like 2.1x, 2.5x or 2.75x it won't stop on the max bet it continue after you have reach the max bet. When you put a any single digit multiplier it stop at the max bet. Luckly for me i notice it(Was planing to leave it overnight)  and make a nice profit cause i stop it manually, if not mine coin will be gone just like that.
legendary
Activity: 1717
Merit: 1125
I just came to say that I love the quizzes SeuntjiBot runs in the PrimeDice chat. Although I've never won the quiz because every time someone is faster than me with the right answer, I really like to participate in the game. Also I like the fact that it is almost impossible to google the answer, great idea for an internet quiz.

That's kind of irrelevant to this thread but I'm glad you like it
legendary
Activity: 3374
Merit: 2198
I stand with Ukraine.
I just came to say that I love the quizzes SeuntjiBot runs in the PrimeDice chat. Although I've never won the quiz because every time someone is faster than me with the right answer, I really like to participate in the game. Also I like the fact that it is almost impossible to google the answer, great idea for an internet quiz.
legendary
Activity: 1717
Merit: 1125
Were you able to figure out the client seed thing I said about?Huh

I haven't had time to look into it yet.
newbie
Activity: 51
Merit: 0
no I just want to take only one win from every seed and no more.

And if I can set on in programmer mode like you said,then can you please provide me the script or command to do so.

You can try asking on this thread: https://bitcointalk.org/index.php?topic=1114503.new#new

Someone there might be able to help you.



in your latest version 3.3.5 in advance mode using reset on win after x bets or profits is not working it works in 3.3.4

Can you send me a screenshot of it not working (bets and profit chart) as well as your settings?



Were you able to figure out the client seed thing I said about?Huh
legendary
Activity: 1717
Merit: 1125
no I just want to take only one win from every seed and no more.

And if I can set on in programmer mode like you said,then can you please provide me the script or command to do so.

You can try asking on this thread: https://bitcointalk.org/index.php?topic=1114503.new#new

Someone there might be able to help you.



in your latest version 3.3.5 in advance mode using reset on win after x bets or profits is not working it works in 3.3.4

Can you send me a screenshot of it not working (bets and profit chart) as well as your settings?
newbie
Activity: 27
Merit: 0
no I just want to take only one win from every seed and no more.

And if I can set on in programmer mode like you said,then can you please provide me the script or command to do so.
problem with that is a lot of sites will not let you change seeds unless x time or bets have passed
newbie
Activity: 27
Merit: 0
in your latest version 3.3.5 in advance mode using reset on win after x bets or profits is not working it works in 3.3.4
newbie
Activity: 51
Merit: 0
no I just want to take only one win from every seed and no more.

And if I can set on in programmer mode like you said,then can you please provide me the script or command to do so.
legendary
Activity: 1717
Merit: 1125
When I use Dicebot the client seeds inserted are different from the one in bitsler site account. Is there a way to get the same client seed from the bitsler site to the dicebot whenever I reset seeds.

Note: I don't want the client seed set by Bitsler automatically to be changed. Instead I want the that client seed( automatically set by Bitsler) to be inserted to Dicebot .

Also when I select reset seed after 1 win check box ,it just delays the seed change if the win happens earlier.I want the betting to stop if the win happens earlier and only continue betting after a seed change.

I will need to look into the client seed thing before I can answer.

As for not betting until after the seed reset: There is no way to wait other than stopping the bot and manually starting it again after 3 minutes since the last reset has elapsed. You might be able to add a timer in the programmer mode and sleep until 3 minutes have passed before attempting to reset the seed again.

Can I ask, why are you resetting seeds as often? Are you actually verifying your rolls after each seed reset or is it just a superstition thing?
Pages:
Jump to: