Author

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

hero member
Activity: 546
Merit: 500

How set amount for labouchere method ?



IN the labouchere tab there is a text box with a list of numbers. Those are the bets used in the labouchere method, 1 bet per line.

I haven't these numbers . i use alpha version

legendary
Activity: 1717
Merit: 1125

How set amount for labouchere method ?



IN the labouchere tab there is a text box with a list of numbers. Those are the bets used in the labouchere method, 1 bet per line.
hero member
Activity: 546
Merit: 500
Hi, I hope noone asked this question before, but my problem is that I use 999dice, and the autowithdrawal pops up, when it has to, but it inserts a , ( coma ) instead of . ( dot ).
Could you fix it? By the way great program I really like it.

Simplest fix for you at this time is to change your date and number format to english US, or to try the alpha.


Alpha version (build 8 ) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b8.zip
Dicebots Source is avilable at https://github.com/seuntie900/DiceBot

How set amount for labouchere method ?


I found a bug yesterday that causes the balance to be sent through as 0 to the lua environment, It's been fixed but you'll need to wait a few days before i can release the build, I've got some other fixes and features to finish before i can release.

Great work man .
legendary
Activity: 1717
Merit: 1125
Hi. In v3 b8, how do I set a percentage of balance bets in a martingale?

Thanks!

There isn't a specific setting to set your starting bet for martingale based on a percentage of your balance. Here's a little lua script that should be able to do it in programmer mode:

Code:
function dobet()
if (win) then
nextbet=balance*(percentage/100.0)
else
nextbet = previousbet *2
end
end

To use this script, set the bot to use programmer mode,
Copy and paste this script into the code box.
either replace percentage in the script by the percentage you want, or, in the console execute: percentage = 0.0005
   or whatever percentage you want to set it to
then, in the console, execute start() to start the bot, and stop() to stop the bot.

I tried the script and it creates the initial bet based on the percentage setting.
When it loses, it follows the "nextbet = previousbet *2"
however after it wins, the initial bet starts off at "0" instead of the percentage of the bet.

How do I fix this?

Thanks again.

I found a bug yesterday that causes the balance to be sent through as 0 to the lua environment, It's been fixed but you'll need to wait a few days before i can release the build, I've got some other fixes and features to finish before i can release.
newbie
Activity: 34
Merit: 0
Hi. In v3 b8, how do I set a percentage of balance bets in a martingale?

Thanks!

There isn't a specific setting to set your starting bet for martingale based on a percentage of your balance. Here's a little lua script that should be able to do it in programmer mode:

Code:
function dobet()
if (win) then
nextbet=balance*(percentage/100.0)
else
nextbet = previousbet *2
end
end

To use this script, set the bot to use programmer mode,
Copy and paste this script into the code box.
either replace percentage in the script by the percentage you want, or, in the console execute: percentage = 0.0005
   or whatever percentage you want to set it to
then, in the console, execute start() to start the bot, and stop() to stop the bot.

I tried the script and it creates the initial bet based on the percentage setting.
When it loses, it follows the "nextbet = previousbet *2"
however after it wins, the initial bet starts off at "0" instead of the percentage of the bet.

How do I fix this?

Thanks again.
full member
Activity: 225
Merit: 100
How much bitcoin do you need to begin with? what is the safe configuration with small or middle win do you use?
newbie
Activity: 41
Merit: 0
Hi, I hope noone asked this question before, but my problem is that I use 999dice, and the autowithdrawal pops up, when it has to, but it inserts a , ( coma ) instead of . ( dot ).
Could you fix it? By the way great program I really like it.

Simplest fix for you at this time is to change your date and number format to english US, or to try the alpha.


Alpha version (build 8 ) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b8.zip
Dicebots Source is avilable at https://github.com/seuntie900/DiceBot

Thanks now it works well! Great program, I will send a bit of my winning as a donation.
legendary
Activity: 1717
Merit: 1125
Hi. In v3 b8, how do I set a percentage of balance bets in a martingale?

Thanks!

There isn't a specific setting to set your starting bet for martingale based on a percentage of your balance. Here's a little lua script that should be able to do it in programmer mode:

Code:
function dobet()
if (win) then
nextbet=balance*(percentage/100.0)
else
nextbet = previousbet *2
end
end

To use this script, set the bot to use programmer mode,
Copy and paste this script into the code box.
either replace percentage in the script by the percentage you want, or, in the console execute: percentage = 0.0005
   or whatever percentage you want to set it to
then, in the console, execute start() to start the bot, and stop() to stop the bot.
legendary
Activity: 1717
Merit: 1125
Hi, I hope noone asked this question before, but my problem is that I use 999dice, and the autowithdrawal pops up, when it has to, but it inserts a , ( coma ) instead of . ( dot ).
Could you fix it? By the way great program I really like it.

Simplest fix for you at this time is to change your date and number format to english US, or to try the alpha.


Alpha version (build 8 ) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b8.zip
Dicebots Source is avilable at https://github.com/seuntie900/DiceBot
newbie
Activity: 41
Merit: 0
Hi, I hope noone asked this question before, but my problem is that I use 999dice, and the autowithdrawal pops up, when it has to, but it inserts a , ( coma ) instead of . ( dot ).
Could you fix it? By the way great program I really like it.
newbie
Activity: 34
Merit: 0
Hi. In v3 b8, how do I set a percentage of balance bets in a martingale?

Thanks!
legendary
Activity: 1717
Merit: 1125
what happen with my bot?

i cant even open it...say something wrong like that..im using dicebot ver 2.5.5


hmm.... Say something wrong like that..... Then it must be your computers flux capacitor that needs to be replaced. I'm surprised any other program can still run on your computer.....


But seriously, I'll need more information to help you. Send me a screenshot of the error or something. If the bot did work, and now it doesn't, something changed on your computer. Maybe you moved a file to the wrong directory or something



member
Activity: 98
Merit: 10
damn play dice with bot?
i never did thing like that.
just play randomly with my self.
but this one i have to try.
just nice share, you are nice man.
hero member
Activity: 602
Merit: 500
what happen with my bot?

i cant even open it...say something wrong like that..im using dicebot ver 2.5.5
legendary
Activity: 1007
Merit: 1000

   Comments on the new build, b8 is the one I tried.  I just used it on Just-dice. 

First the good, I loved being able to chat while the bot was running.  The old version 2.5.5taken back by  took the focus from the chat input each time a bet was made.  I was surprised by the change in the layout.  But was able to figure it out in about 2 minutes..  Took a bit though. 

  The bad.  Or maybe I just don't know what I'm doing.  Manual bets does not provide the full function of the site.  There is no way to double or half your bet easily.  Also the manual bets are not adjusted as the bot plays. 

   I play a modified martingale and stop after X loses.  Then I want to manually bet.  Old version worked great for this.  The new one, I have to manually calculate the bet and type it in. 

    Thanks for the great bot.... 
hero member
Activity: 532
Merit: 500
Just try  this bot.
It's a very nice to use for bet.
sr. member
Activity: 266
Merit: 250
for justdice, why so slow do bet.
This problem my computer or bot I do not know.
could you please tell me

maybe your computer spec is too old, so it is quite slow if you are using a bot. I also have experienced it, but now I play on a laptop and it smoothly Smiley
legendary
Activity: 1717
Merit: 1125
for justdice, why so slow do bet.
This problem my computer or bot I do not know.
could you please tell me

I need more details please. Which version are you using, how large are your bets, how fast is your internet, how slow is slow? Keep in mind that just-dice throttles smaller bets, so if you have a very small starting bet, it probably gets throttled by the site.
sr. member
Activity: 322
Merit: 250
for justdice, why so slow do bet.
This problem my computer or bot I do not know.
could you please tell me
legendary
Activity: 1717
Merit: 1125
seuntjie bot not work for dadice or just my connection
im not seen my balance at bot

dadice? I've never implemented the bot for dadice, why would it possibly work?
i think this bot can be used for all dice site ,for the future, did you will make a bot for many dice site?

If someone pays me to implement it for a site and the site has an API, I will add support for that site.

I charge 0.5 btc for adding a site to the bot.
Jump to: