Author

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

newbie
Activity: 33
Merit: 0
Your strategy did nothing but drain for me Monopoly.
legendary
Activity: 1717
Merit: 1125
can't get this to work on Ubuntu are there any dependency I need to install
Yeah, dotNet. It's written for windows, it wouldn't work on unix.

You can try compiling it with mono, but you will need to compile every dll file with mono as well.
full member
Activity: 182
Merit: 100
DaDice! Next Generation Dice Game
can't get this to work on Ubuntu are there any dependency I need to install
hero member
Activity: 546
Merit: 500
I think , these settings are very good but the bot reset back to base bet after first win , if it doesn't , this strategy is really good for multiple x10 your invest and play long term .



Note : These numbers must be optimized and i can't write lua script for these settings and optimized them

Could someone write the code ?
legendary
Activity: 1717
Merit: 1125
Nice work seuntjie.
Can you add to zigzag option to switch hi low depending on roll number not just win loose. For example if roll below 50.0000 its hi and if higher 50.0000 its low. Or if roll below 50.0000 its low and if higher 50.0000 its hi. Thx.

Currently not and I don't plan on implementing it or something similar, but from the next build onward it will be possible to do this in the programmer mode.


Hello. If possible, please do so:


There's a bit more to it than most people realize. I will implement something like this soon, just need to figure out all of the details first.
newbie
Activity: 1
Merit: 0
Nice work seuntjie.
Can you add to zigzag option to switch hi low depending on roll number not just win loose. For example if roll below 50.0000 its hi and if higher 50.0000 its low. Or if roll below 50.0000 its low and if higher 50.0000 its hi. Thx.
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()



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

That's the part I really need


   Unfortunately that was all I get.    I was getting that error, running on my laptop which is using a VPN.  It would fail in less then an hour.  I switched over to my desktop, and now it's been running for several days without a problem.  I was hoping the desktop would give more info if it failed, but it appears to be something on my laptop.  Thanks for looking..
newbie
Activity: 34
Merit: 0
Hi,

Is it safe to run more than 1 instance of the bot?

I was hoping to run one for JD and another for PD.

Thanks!

There could be some file locking issues if you run both instances from the same folder, and if you use different settings, they might get mixed up when you close and open the bots.

So if you just copy the folder so that each instance runs in it's own folder and you check you settings each time before you start the bot, there should be no problem

Appreciate the response. Will try it. Thanks!
legendary
Activity: 1717
Merit: 1125
Hi,

Is it safe to run more than 1 instance of the bot?

I was hoping to run one for JD and another for PD.

Thanks!

There could be some file locking issues if you run both instances from the same folder, and if you use different settings, they might get mixed up when you close and open the bots.

So if you just copy the folder so that each instance runs in it's own folder and you check you settings each time before you start the bot, there should be no problem
newbie
Activity: 34
Merit: 0
Hi,

Is it safe to run more than 1 instance of the bot?

I was hoping to run one for JD and another for PD.

Thanks!
newbie
Activity: 33
Merit: 0
Well if it was more useful to me trust me I would pay you well Seuntjie.  But first I have to come up with a usage case for it.
hero member
Activity: 546
Merit: 500


It works now But there is a problem .
I want to use multiplier on loss and multiplier on won options on martingale system , and beside them use this function . But it just multiple 1.1 and ignore those options .


Simply i don't want back to base bet after winning at martingale system , i looking for a function eliminate it but use other options .
See below picture :




Thanks for your help .



The martingale option will ALWAYS reset to base after the first win. That's the way it works and I'm not intending to change it.

Figure out how to write the lua code you want then. I can't give you the code if you keep leaving out pieces of the strategy. If you use programmer mode, All other settings are disabled and only the code is executed.


I saw that people started using bots over at satoshidice.com too now, maybe you should consider adding support for their API.

Sure, If someone pays me the 0.5Btc to add the site to the bot.


I sent you a message about the strategy ,
legendary
Activity: 1717
Merit: 1125


It works now But there is a problem .
I want to use multiplier on loss and multiplier on won options on martingale system , and beside them use this function . But it just multiple 1.1 and ignore those options .


Simply i don't want back to base bet after winning at martingale system , i looking for a function eliminate it but use other options .
See below picture :




Thanks for your help .



The martingale option will ALWAYS reset to base after the first win. That's the way it works and I'm not intending to change it.

Figure out how to write the lua code you want then. I can't give you the code if you keep leaving out pieces of the strategy. If you use programmer mode, All other settings are disabled and only the code is executed.


I saw that people started using bots over at satoshidice.com too now, maybe you should consider adding support for their API.

Sure, If someone pays me the 0.5Btc to add the site to the bot.
member
Activity: 105
Merit: 10
I saw that people started using bots over at satoshidice.com too now, maybe you should consider adding support for their API.
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 ?



Sir , seuntjie
I want to combine some systems together and really need this function in your bot at martingale system ,  Please do something .

I did something like that but it didn't work .




A series of betting that i want :

Base bet 10 doge
After loss multiplie by 1.1
After wiining again multiplie by 1.1

So :

10 Doge
11 Doge
12.1 Doge

It probably didn't work because you missed the second end.

So if you want it to just multiply by 1.1 after every bet, the code for lua will just be:

Code:
function dobet()
nextbet=previousbet*1.1
end

Make sure you copy the whole thing this time, and after you've copied it, type start() in the console to start betting, and stop() to stop betting.

It works now But there is a problem .
I want to use multiplier on loss and multiplier on won options on martingale system , and beside them use this function . But it just multiple 1.1 and ignore those options .


Simply i don't want back to base bet after winning at martingale system , i looking for a function eliminate it but use other options .
See below picture :




Thanks for your help .
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.

How do that ?



Sir , seuntjie
I want to combine some systems together and really need this function in your bot at martingale system ,  Please do something .

I did something like that but it didn't work .




A series of betting that i want :

Base bet 10 doge
After loss multiplie by 1.1
After wiining again multiplie by 1.1

So :

10 Doge
11 Doge
12.1 Doge

It probably didn't work because you missed the second end.

So if you want it to just multiply by 1.1 after every bet, the code for lua will just be:

Code:
function dobet()
nextbet=previousbet*1.1
end

Make sure you copy the whole thing this time, and after you've copied it, type start() in the console to start betting, and stop() to stop betting.
legendary
Activity: 1717
Merit: 1125
thanks for the bot  Grin.
i wanna ask an issue, theres when i use the on primedice it always crash.
anyone know how to fix this ? bcos in another dice site i works well.

When it crashes, please click on the details button and send me the complete error message as shown there. Without that, I can't fix the problem.
full member
Activity: 224
Merit: 100
thanks for the bot  Grin.
i wanna ask an issue, theres when i use the on primedice it always crash.
anyone know how to fix this ? bcos in another dice site i works well.
legendary
Activity: 3654
Merit: 1165
www.Crypto.Games: Multiple coins, multiple games
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.
not too often, but the method that i use seems work well but not in a long time, if it has been profit then i've to make a withdrawal to save my money
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 ?



Sir , seuntjie
I want to combine some systems together and really need this function in your bot at martingale system ,  Please do something .

I did something like that but it didn't work .




A series of betting that i want :

Base bet 10 doge
After loss multiplie by 1.1
After wiining again multiplie by 1.1

So :

10 Doge
11 Doge
12.1 Doge
Jump to: