Author

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

legendary
Activity: 1717
Merit: 1125
So does anyone have a profitable algorithm to use with this bot yet?  I will pay bitcoin to someone who can come up with one that works.

How about paying bitcoin to the creator of the bot? I also need to make a living you know
newbie
Activity: 33
Merit: 0
So does anyone have a profitable algorithm to use with this bot yet?  I will pay bitcoin to someone who can come up with one that works.
hero member
Activity: 546
Merit: 500
Hello seuntjie

How i do something that  , after wining follow a loss don't back to base bet ?


Example :

My base bet is 10 Doge ,
After loss multiple by 1.1 so bet is 11
After winning bot reset back to 10 doge but i want continue by 11 doge on next bet , Not 10 doge ( in martingale system ) .


You'll need to write a lua script for this.

something like:

Code:
function dobet()
if not win then
nextbet=previousbet * 1.1
end

end


If I understand you correctly, that should do it.

How do that ?
legendary
Activity: 1717
Merit: 1125
seunthji, how to use preroll on this bot?

i couldnt find it, is that in custom strategy? sometimes my bet just roll for 0 bet..is that error?


To set up prerolling for DiceBot, see
hero member
Activity: 602
Merit: 500
seunthji, how to use preroll on this bot?

i couldnt find it, is that in custom strategy? sometimes my bet just roll for 0 bet..is that error?
legendary
Activity: 1717
Merit: 1125
Perfect...  Sounds like you have most of the stuff covered.  I was able to recreate the code pretty easy.  I just created it yesterday...   It takes more then a day to forget what the heck I did...  Cheesy  I've been just pasting the code into the code area for now.  I'll play with the file functions a little later. 

   I did crash a few more times.  What info are you looking for? I really just get a little pop-up that says dice-bot has crashed, close the program....  Not sure if there is some setting I can check to get better info...


Usually there's a details button, If you open that, it should show the stack trace. I'd need to see the whole stack trace if possible.

  I just get a dice-bot has stopped working correctly.  The only option is to close the program.  This is running under windows 7 if that matters.  Let me know if there is any kind of dump I can take when it happens again. 

   And while I've got your ear.  Is there a way to print text and variables in the same line?  I've just coded 2 prints instead.  Figured I'd ask...

I was able to pull this up in windows event viewer.

Faulting application name: DiceBot.exe, version: 0.0.7.0, time stamp: 0x550c0f6f
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x29e8
Faulting application start time: 0x01d068b40fc91db4
Faulting application path: C:\Users\user1\Bitcoin\Bots\dicebot b9\DiceBot-v3 Alpha\DiceBot.exe
Faulting module path: C:\windows\syswow64\KERNELBASE.dll
Report Id: 74ce37a2-d4ab-11e4-ad9b-40f02f074de8

Working back this is the prior error.

Application: DiceBot.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AggregateException
Stack:
   at System.Threading.Tasks.TaskExceptionHolder.Finalize()



There should be more after    at System.Threading.Tasks.TaskExceptionHolder.Finalize()

That's the part I really need
legendary
Activity: 1007
Merit: 1000
Perfect...  Sounds like you have most of the stuff covered.  I was able to recreate the code pretty easy.  I just created it yesterday...   It takes more then a day to forget what the heck I did...  Cheesy  I've been just pasting the code into the code area for now.  I'll play with the file functions a little later. 

   I did crash a few more times.  What info are you looking for? I really just get a little pop-up that says dice-bot has crashed, close the program....  Not sure if there is some setting I can check to get better info...


Usually there's a details button, If you open that, it should show the stack trace. I'd need to see the whole stack trace if possible.

  I just get a dice-bot has stopped working correctly.  The only option is to close the program.  This is running under windows 7 if that matters.  Let me know if there is any kind of dump I can take when it happens again. 

   And while I've got your ear.  Is there a way to print text and variables in the same line?  I've just coded 2 prints instead.  Figured I'd ask...

I was able to pull this up in windows event viewer.

Faulting application name: DiceBot.exe, version: 0.0.7.0, time stamp: 0x550c0f6f
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x29e8
Faulting application start time: 0x01d068b40fc91db4
Faulting application path: C:\Users\user1\Bitcoin\Bots\dicebot b9\DiceBot-v3 Alpha\DiceBot.exe
Faulting module path: C:\windows\syswow64\KERNELBASE.dll
Report Id: 74ce37a2-d4ab-11e4-ad9b-40f02f074de8

Working back this is the prior error.

Application: DiceBot.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AggregateException
Stack:
   at System.Threading.Tasks.TaskExceptionHolder.Finalize()
legendary
Activity: 1007
Merit: 1000
Perfect...  Sounds like you have most of the stuff covered.  I was able to recreate the code pretty easy.  I just created it yesterday...   It takes more then a day to forget what the heck I did...  Cheesy  I've been just pasting the code into the code area for now.  I'll play with the file functions a little later. 

   I did crash a few more times.  What info are you looking for? I really just get a little pop-up that says dice-bot has crashed, close the program....  Not sure if there is some setting I can check to get better info...


Usually there's a details button, If you open that, it should show the stack trace. I'd need to see the whole stack trace if possible.

  I just get a dice-bot has stopped working correctly.  The only option is to close the program.  This is running under windows 7 if that matters.  Let me know if there is any kind of dump I can take when it happens again. 

   And while I've got your ear.  Is there a way to print text and variables in the same line?  I've just coded 2 prints instead.  Figured I'd ask...
legendary
Activity: 1717
Merit: 1125
Perfect...  Sounds like you have most of the stuff covered.  I was able to recreate the code pretty easy.  I just created it yesterday...   It takes more then a day to forget what the heck I did...  Cheesy  I've been just pasting the code into the code area for now.  I'll play with the file functions a little later. 

   I did crash a few more times.  What info are you looking for? I really just get a little pop-up that says dice-bot has crashed, close the program....  Not sure if there is some setting I can check to get better info...


Usually there's a details button, If you open that, it should show the stack trace. I'd need to see the whole stack trace if possible.
legendary
Activity: 1007
Merit: 1000
 Seuntjie,

   Played around with the programmer mode.  How do you save the code?  I was hoping it was automatic, but after a crash and losing my code, I find it is not.  
I can't seem to cut/paste in the code box either...  Can I put it into a file and have it automatically loaded?  

EDIT: ctrl-c and ctrl-v work, so I'm able to code it up in note pad and copy it over...

As of yet, I haven't added a way of saving the code automatically or loading code into the bot. Been meaning to do so, just haven't gotten around to it.

for now, you can use the dofile() method to load from a file.

To do this, just delete the dobet function from the code box (would be best if it's empty), then execute dofile("your script name.txt") from the console. If you start the bot now, the loaded method will be executed. Alternatively you can replace the code in the code box with dofile and just start the bot normally.

Note: It's important that the dobet() function is NOT in the code box when you start betting. when executing start(), the code in the code box is executed. If dobet is present, it will override the one in your file.


  A few questions came to mind while playing around.  How is the first roll's input determined?  IE the bet amount and hi/low?  I added a few variable inits before the dobet() function.  They seem to get set correctly, but not before the first roll..  

At the moment, the first roll is determined by the base bet text box in the basic and advanced modes, same for chance and it defaults to betting high. In build 9 there is a bug that prevents changing these values from outside the dobet function, but I've been working on improving it and the next version will fix these issues.

Some of these issues has already been fixed and the code has been committed to github if you want to compile the bot yourself and test it out.

I don't know how many people you have using the programmer mode, but a cool addition would be to have a few screen areas defined for input and output.  This would allow changing parms from the panel, and displaying some output related to the run.  

The console is there to allow input and output. you can declare and set variables using the console, as well as get their values using the print function. you can also use the print function from inside your code to print applicable info to the console during the run. The stats windows and some other hidden features will be view-able while in the programmer mode in the next build (these updates has already been committed to github).

The console is pretty much like a javascript console. You can execute just about any code from it.

I coded up the mutawa function with a zig/zag twist.  It was working great till the bot crashed and I lost it all.  Not a huge deal about 40 lines of code,  and I remember most of it...    
Sorry to hear you lost the code. I know it's an inconvenience and I will make it save the settings automatically soon.
Would be great if you could send the error details from when the bot crashed though, Hard for me to fix errors if i don't know what they are Smiley




Edit: github repo: https://github.com/seuntie900/DiceBot

Perfect...  Sounds like you have most of the stuff covered.  I was able to recreate the code pretty easy.  I just created it yesterday...   It takes more then a day to forget what the heck I did...  Cheesy  I've been just pasting the code into the code area for now.  I'll play with the file functions a little later. 

   I did crash a few more times.  What info are you looking for? I really just get a little pop-up that says dice-bot has crashed, close the program....  Not sure if there is some setting I can check to get better info...
legendary
Activity: 1717
Merit: 1125
 Seuntjie,

   Played around with the programmer mode.  How do you save the code?  I was hoping it was automatic, but after a crash and losing my code, I find it is not.  
I can't seem to cut/paste in the code box either...  Can I put it into a file and have it automatically loaded?  

EDIT: ctrl-c and ctrl-v work, so I'm able to code it up in note pad and copy it over...

As of yet, I haven't added a way of saving the code automatically or loading code into the bot. Been meaning to do so, just haven't gotten around to it.

for now, you can use the dofile() method to load from a file.

To do this, just delete the dobet function from the code box (would be best if it's empty), then execute dofile("your script name.txt") from the console. If you start the bot now, the loaded method will be executed. Alternatively you can replace the code in the code box with dofile and just start the bot normally.

Note: It's important that the dobet() function is NOT in the code box when you start betting. when executing start(), the code in the code box is executed. If dobet is present, it will override the one in your file.


  A few questions came to mind while playing around.  How is the first roll's input determined?  IE the bet amount and hi/low?  I added a few variable inits before the dobet() function.  They seem to get set correctly, but not before the first roll..  

At the moment, the first roll is determined by the base bet text box in the basic and advanced modes, same for chance and it defaults to betting high. In build 9 there is a bug that prevents changing these values from outside the dobet function, but I've been working on improving it and the next version will fix these issues.

Some of these issues has already been fixed and the code has been committed to github if you want to compile the bot yourself and test it out.

I don't know how many people you have using the programmer mode, but a cool addition would be to have a few screen areas defined for input and output.  This would allow changing parms from the panel, and displaying some output related to the run.  

The console is there to allow input and output. you can declare and set variables using the console, as well as get their values using the print function. you can also use the print function from inside your code to print applicable info to the console during the run. The stats windows and some other hidden features will be view-able while in the programmer mode in the next build (these updates has already been committed to github).

The console is pretty much like a javascript console. You can execute just about any code from it.

I coded up the mutawa function with a zig/zag twist.  It was working great till the bot crashed and I lost it all.  Not a huge deal about 40 lines of code,  and I remember most of it...    
Sorry to hear you lost the code. I know it's an inconvenience and I will make it save the settings automatically soon.
Would be great if you could send the error details from when the bot crashed though, Hard for me to fix errors if i don't know what they are Smiley




Edit: github repo: https://github.com/seuntie900/DiceBot
legendary
Activity: 1007
Merit: 1000
Hello seuntjie

How i do something that  , after wining follow a loss don't back to base bet ?


Example :

My base bet is 10 Doge ,
After loss multiple by 1.1 so bet is 11
After winning bot reset back to 10 doge but i want continue by 11 doge on next bet , Not 10 doge ( in martingale system ) .


You'll need to write a lua script for this.

something like:

Code:
function dobet()
if not win then
nextbet=previousbet * 1.1
end

end


If I understand you correctly, that should do it.

  Seuntjie,

   Played around with the programmer mode.  How do you save the code?  I was hoping it was automatic, but after a crash and losing my code, I find it is not.  
I can't seem to cut/paste in the code box either...  Can I put it into a file and have it automatically loaded?  

EDIT: ctrl-c and ctrl-v work, so I'm able to code it up in note pad and copy it over...


   A few questions came to mind while playing around.  How is the first roll's input determined?  IE the bet amount and hi/low?  I added a few variable inits before the dobet() function.  They seem to get set correctly, but not before the first roll..  

I don't know how many people you have using the programmer mode, but a cool addition would be to have a few screen areas defined for input and output.  This would allow changing parms from the panel, and displaying some output related to the run.  

I coded up the mutawa function with a zig/zag twist.  It was working great till the bot crashed and I lost it all.  Not a huge deal about 40 lines of code,  and I remember most of it...    
legendary
Activity: 1717
Merit: 1125
Hello seuntjie

How i do something that  , after wining follow a loss don't back to base bet ?


Example :

My base bet is 10 Doge ,
After loss multiple by 1.1 so bet is 11
After winning bot reset back to 10 doge but i want continue by 11 doge on next bet , Not 10 doge ( in martingale system ) .


You'll need to write a lua script for this.

something like:

Code:
function dobet()
if not win then
nextbet=previousbet * 1.1
end

end


If I understand you correctly, that should do it.
hero member
Activity: 546
Merit: 500
Hello seuntjie

How i do something that  , after wining follow a loss don't back to base bet ?


Example :

My base bet is 10 Doge ,
After loss multiple by 1.1 so bet is 11
After winning bot reset back to 10 doge but i want continue by 11 doge on next bet , Not 10 doge ( in martingale system ) .
legendary
Activity: 1717
Merit: 1125
http://c2n.me/3eQ69Tz

bug fix please

Where are you from?
on which site are you betting?
what do you do when this happens?
which build are you using?
I need more details.
sr. member
Activity: 406
Merit: 250
999dice is a scam, why promote it with this bot?

Prove it .

Are you really trying to tell me 999dice isn't rigged?

LOL
Rigged or not it pays out instantly when you withdraw sooooo how is it a scam?


Not on this thread please. This thread is to discuss the bot, not how scammy the sites are. Take it somewhere else.

Understood. Not trying to start anything. The site pays out fine and the bot works well on 999dice so well done! Smiley
hero member
Activity: 546
Merit: 500
999dice is a scam, why promote it with this bot?

Prove it .

Are you really trying to tell me 999dice isn't rigged?

LOL


I heard something like that many times but unfortunately There isn't any proof for it !
sr. member
Activity: 378
Merit: 250
be your self
Rigged or not it pays out instantly when you withdraw sooooo how is it a scam?
he said it was a scam site maybe because he lost a lot there, and this is not a discussion of scam issues
  we are here to discuss about bots and seuntjie bot works well on these sites
legendary
Activity: 1717
Merit: 1125
999dice is a scam, why promote it with this bot?

Prove it .

Are you really trying to tell me 999dice isn't rigged?

LOL
Rigged or not it pays out instantly when you withdraw sooooo how is it a scam?


Not on this thread please. This thread is to discuss the bot, not how scammy the sites are. Take it somewhere else.
Jump to: