Bitcoin Forum
May 13, 2024, 03:01:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 168 »
  Print  
Author Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!  (Read 274507 times)
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 27, 2015, 04:44:06 PM
 #501

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.

Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
chilly2k
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
March 27, 2015, 05:31:58 PM
 #502

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...

chilly2k
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
March 27, 2015, 06:10:01 PM
 #503

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()

seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 27, 2015, 10:13:44 PM
 #504

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

birdcat90
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
March 28, 2015, 09:33:32 AM
 #505

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?

<a href="http://www.freebiebitcoin.com">Earn free bitcoin</a>
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 28, 2015, 11:00:37 AM
 #506

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

Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
March 28, 2015, 09:26:50 PM
 #507

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 ?
Radiant311
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
March 28, 2015, 10:40:01 PM
 #508

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.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 28, 2015, 10:46:07 PM
 #509

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

Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
March 28, 2015, 10:55:14 PM
Last edit: March 29, 2015, 12:01:11 AM by Monopoly
 #510

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
el kaka22
Legendary
*
Offline Offline

Activity: 3514
Merit: 1162


www.Crypto.Games: Multiple coins, multiple games


View Profile
March 28, 2015, 11:29:14 PM
 #511

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

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
rio3232
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 29, 2015, 01:09:32 AM
 #512

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.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 29, 2015, 08:48:27 AM
 #513

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.

seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 29, 2015, 09:04:02 AM
 #514

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.

Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
March 29, 2015, 10:41:48 AM
Last edit: March 29, 2015, 12:45:19 PM by Monopoly
 #515

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 .
nygaar
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
March 29, 2015, 12:28:34 PM
 #516

I saw that people started using bots over at satoshidice.com too now, maybe you should consider adding support for their API.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 29, 2015, 01:36:02 PM
 #517



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.

Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
March 29, 2015, 02:13:48 PM
 #518



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 ,
Radiant311
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
March 29, 2015, 08:14:44 PM
 #519

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.
blayzer
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
March 30, 2015, 10:31:22 AM
 #520

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!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 168 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!