Pages:
Author

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

full member
Activity: 324
Merit: 100
I can't seem to log into FortuneJack.

Error below: (I've tried waiting for a bit and re-logging)
Is there anyway to manually login within DiceBot?

legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
trying the new version fo the bot Smiley seuntje rocks!
newbie
Activity: 10
Merit: 0
Hi all,
My first script Tongue

Quote
-- Martingale avec 0.99% de chance d'avoir un spin gagnant et
-- qui paye 100 fois le bet en cours.
-- Elle augmente le bet de 1% si le spin est perdant et s'il est gagnant
-- on repart au bet de base.

nextbet = 0.000001
speed = 5.0
maxbal = balance+0.01000000 -- Réglage de l'objectif des gains
chance = 0.99
base = 0.000001
function dobet()
if win then
      nextbet=base
      else
      nextbet = previousbet+(previousbet*0.01)
end
      if balance > maxbal then
   print("Profit Objectif atteint. Arrêt du Script...")
   ching()
   ching()
   ching()
   stop()
    end
end

Please can you help me for auto withdraw on PrimeDice (BTC)
exemple:
if balance > maxbal then withdraw.............

Here's a page with some information about the programmer mode as well as some links to video and written tutorials: https://bot.seuntjie.com/programmermode.aspx
Quote
-- Martingale avec 0.99% de chance d'avoir un spin gagnant et
-- qui paye 100 fois le bet en cours.
-- Elle augmente le bet de 1% si le spin est perdant et s'il est gagnant
-- on repart au bet de base.

nextbet = 0.000001
speed = 5.0
maxbal = balance+0.01100000 -- Réglage de l'objectif des gains
chance = 0.99
base = 0.000001
function dobet()
if win then
      nextbet=base
      else
      nextbet = previousbet+(previousbet*0.01)
end
      if balance > maxbal then
        print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
        print("$                BINGO TP TOUCHE               $")
        print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
   ching()
   ching()
   ching()
   -- stop()
   withdraw(0.0102, "33X8JJnduuuvuDHbpDQjTfRZWWQfpC7mxn")
    end
end

Here is my code with auto withdraw on Primedice.
It does not work.
Why?

legendary
Activity: 1717
Merit: 1125
Hi all,
My first script Tongue

Quote
-- Martingale avec 0.99% de chance d'avoir un spin gagnant et
-- qui paye 100 fois le bet en cours.
-- Elle augmente le bet de 1% si le spin est perdant et s'il est gagnant
-- on repart au bet de base.

nextbet = 0.000001
speed = 5.0
maxbal = balance+0.01000000 -- Réglage de l'objectif des gains
chance = 0.99
base = 0.000001
function dobet()
if win then
      nextbet=base
      else
      nextbet = previousbet+(previousbet*0.01)
end
      if balance > maxbal then
   print("Profit Objectif atteint. Arrêt du Script...")
   ching()
   ching()
   ching()
   stop()
    end
end

Please can you help me for auto withdraw on PrimeDice (BTC)
exemple:
if balance > maxbal then withdraw.............

Here's a page with some information about the programmer mode as well as some links to video and written tutorials: https://bot.seuntjie.com/programmermode.aspx
newbie
Activity: 10
Merit: 0
Hi all,
My first script Tongue

Quote
-- Martingale avec 0.99% de chance d'avoir un spin gagnant et
-- qui paye 100 fois le bet en cours.
-- Elle augmente le bet de 1% si le spin est perdant et s'il est gagnant
-- on repart au bet de base.

nextbet = 0.000001
speed = 5.0
maxbal = balance+0.01000000 -- Réglage de l'objectif des gains
chance = 0.99
base = 0.000001
function dobet()
if win then
      nextbet=base
      else
      nextbet = previousbet+(previousbet*0.01)
end
      if balance > maxbal then
   print("Profit Objectif atteint. Arrêt du Script...")
   ching()
   ching()
   ching()
   stop()
    end
end

Please can you help me for auto withdraw on PrimeDice (BTC)
exemple:
if balance > maxbal then withdraw.............
legendary
Activity: 1717
Merit: 1125
  What happens?  First off, do you have BTC addr defined or are you using your eal address there?  Do you have 10000 BTC to withdraw?  
What site are you trying to do this on?  Some don't work, but I',m not sure which ones.  
Here's a list of supported sites and what features are enabled on them: https://bot.seuntjie.com/features.aspx
newbie
Activity: 10
Merit: 0
Hi,

How to code auto withdraw in script?
 I tested this:
   
    if (balance > 0.16) then withdraw (10000, BTC addr)

Dont work


Thx

   What happens?  First off, do you have BTC addr defined or are you using your eal address there?  Do you have 10000 BTC to withdraw? 
What site are you trying to do this on?  Some don't work, but I',m not sure which ones. 

I found the answer.
This does not work on Bitsler.

Thank you for your reply.
newbie
Activity: 10
Merit: 0
Hi,

Why does the script not stop automatically?
Bug code?

Quote
--Tier et Tout Script V1.0 by StarBruck
--Tips appreciated - 18FLaw2fkzzua7C72BdVs613wuAsuw9jvb, or tip "StarBruck" on PrimeDice
--More strategy info at http://www.roulette30.com/2010/04/tier-et-tout.html
startingbet = 0.00000009 --This is the total amount when
basebet = startingbet/3 --Bets work better when basebet is divisible by 3. Try 3, 9, 12 , 15 , 18, etc.
nextbet = basebet
sessionprofit = 0 --How much you made in total.
profitamount = 0 --How much you made until a reset.
profittarget = 0.00000020 --Bot resets after this profit target is reached.
profitlimit = 0.00000200 --Bot stops after this profit limit is reached.
chance = 49.50 --MUST be 49.50
won = 0
lost = 0

function dobet()

if (win) then
    nextbet = previousbet + previousbet/3
    profitamount=profitamount+currentprofit
    won = won+1
    lost = 0
    if profitamount >= profittarget then
   profitamount = 0
   nextbet = basebet
    end
    if sessionprofit >= profitlimit then
   print("Profit Limit reached. Stopping now...")
   print("Session Profit: " .. sessionprofit)
   sessionprofit = 0
   nextbet = basebet
   stop()
    end
    else
    nextbet = previousbet * 2
    profitamount=profitamount+currentprofit
    lost = lost+1
    won = 0 
   if (bethigh) then
   bethigh = false
   else
   bethigh = true
        end
   if lost >= 2  then
   nextbet = basebet
        end
end                                         <- Ends the if win statement
end                                         <- ends the dobet function.  Following code will never execute.   
   if sessionprofit <= profitamount then
   sessionprofit = profitamount
   end
   

Thx

  See my notes in red, in your code.  I don't know if moving the if sessionprofit code between the 2 end statements is going to do anything.

You should add print statement to the code and make sure sessionprofit is getting updated like your expecting. 

This code is not mine.
I do not know how to program.
Can you fix the script?

Thank's
legendary
Activity: 1007
Merit: 1000
Hi,

Why does the script not stop automatically?
Bug code?

Quote
--Tier et Tout Script V1.0 by StarBruck
--Tips appreciated - 18FLaw2fkzzua7C72BdVs613wuAsuw9jvb, or tip "StarBruck" on PrimeDice
--More strategy info at http://www.roulette30.com/2010/04/tier-et-tout.html
startingbet = 0.00000009 --This is the total amount when
basebet = startingbet/3 --Bets work better when basebet is divisible by 3. Try 3, 9, 12 , 15 , 18, etc.
nextbet = basebet
sessionprofit = 0 --How much you made in total.
profitamount = 0 --How much you made until a reset.
profittarget = 0.00000020 --Bot resets after this profit target is reached.
profitlimit = 0.00000200 --Bot stops after this profit limit is reached.
chance = 49.50 --MUST be 49.50
won = 0
lost = 0

function dobet()

if (win) then
    nextbet = previousbet + previousbet/3
    profitamount=profitamount+currentprofit
    won = won+1
    lost = 0
    if profitamount >= profittarget then
   profitamount = 0
   nextbet = basebet
    end
    if sessionprofit >= profitlimit then
   print("Profit Limit reached. Stopping now...")
   print("Session Profit: " .. sessionprofit)
   sessionprofit = 0
   nextbet = basebet
   stop()
    end
    else
    nextbet = previousbet * 2
    profitamount=profitamount+currentprofit
    lost = lost+1
    won = 0 
   if (bethigh) then
   bethigh = false
   else
   bethigh = true
        end
   if lost >= 2  then
   nextbet = basebet
        end
end                                         <- Ends the if win statement
end                                         <- ends the dobet function.  Following code will never execute.   
   if sessionprofit <= profitamount then
   sessionprofit = profitamount
   end
   

Thx

  See my notes in red, in your code.  I don't know if moving the if sessionprofit code between the 2 end statements is going to do anything.

You should add print statement to the code and make sure sessionprofit is getting updated like your expecting. 
legendary
Activity: 1007
Merit: 1000
Hi,

How to code auto withdraw in script?
 I tested this:
   
    if (balance > 0.16) then withdraw (10000, BTC addr)

Dont work


Thx

   What happens?  First off, do you have BTC addr defined or are you using your eal address there?  Do you have 10000 BTC to withdraw? 
What site are you trying to do this on?  Some don't work, but I',m not sure which ones. 
newbie
Activity: 10
Merit: 0
Hi,

Why does the script not stop automatically?
Bug code?

Quote
--Tier et Tout Script V1.0 by StarBruck
--Tips appreciated - 18FLaw2fkzzua7C72BdVs613wuAsuw9jvb, or tip "StarBruck" on PrimeDice
--More strategy info at http://www.roulette30.com/2010/04/tier-et-tout.html
startingbet = 0.00000009 --This is the total amount when
basebet = startingbet/3 --Bets work better when basebet is divisible by 3. Try 3, 9, 12 , 15 , 18, etc.
nextbet = basebet
sessionprofit = 0 --How much you made in total.
profitamount = 0 --How much you made until a reset.
profittarget = 0.00000020 --Bot resets after this profit target is reached.
profitlimit = 0.00000200 --Bot stops after this profit limit is reached.
chance = 49.50 --MUST be 49.50
won = 0
lost = 0

function dobet()

if (win) then
    nextbet = previousbet + previousbet/3
    profitamount=profitamount+currentprofit
    won = won+1
    lost = 0
    if profitamount >= profittarget then
   profitamount = 0
   nextbet = basebet
    end
    if sessionprofit >= profitlimit then
   print("Profit Limit reached. Stopping now...")
   print("Session Profit: " .. sessionprofit)
   sessionprofit = 0
   nextbet = basebet
   stop()
    end
    else
    nextbet = previousbet * 2
    profitamount=profitamount+currentprofit
    lost = lost+1
    won = 0 
   if (bethigh) then
   bethigh = false
   else
   bethigh = true
        end
   if lost >= 2  then
   nextbet = basebet
        end
end
end
   if sessionprofit <= profitamount then
   sessionprofit = profitamount
   end
   

Thx
newbie
Activity: 10
Merit: 0
Hi,

How to code auto withdraw in script?
 I tested this:
   
    if (balance > 0.16) then withdraw (10000, BTC addr)

Dont work


Thx
legendary
Activity: 1717
Merit: 1125
Hi all,

Help me please.
How to make this settings in the bot?



the bot uses a multiplier, not % increase. To convert between the two:

From https://steemit.com/gambling/@seuntjie/diecebot-math
Quote
Convert between multiplier and percentage increase

Percentage increase  = (multiplier*100)-100

Fore Example (1.25 multiplier): (1.25*100)-100=(125)-100=25%



Multiplier = (100+(percentage increase))/100

Fore Example (30% increase): (100+30)/100=(130)/100=1.3
So for 1% increase, multiplier = (100+1)/100=1.01
The rest is pretty self explanatory. Set your chance to the same chance, your starting bet to the same bet, multiplier on win to 1 and check "reset to base on first win"
newbie
Activity: 10
Merit: 0
legendary
Activity: 1717
Merit: 1125
To the Developers,

I am LOVING the dicebot program and would like to ask that you add my favorite site... yobit.net

yobit.net supports ALL crypto-currencies and allows players to roll dice on their site using API bots.... I would like your bot to be compatible with the site please!

Hi

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8

Edit: As far as I can see, yobit isn't provably fair. So unless someone can prove me wrong (by linking or showing their provably fair RNG and how to verify rolls etc), I likely won't add them to the bot.
newbie
Activity: 9
Merit: 0
To the Developers,

I am LOVING the dicebot program and would like to ask that you add my favorite site... yobit.net

yobit.net supports ALL crypto-currencies and allows players to roll dice on their site using API bots.... I would like your bot to be compatible with the site please!
legendary
Activity: 1717
Merit: 1125
Just downloaded the last version, it works. Great job, I'll send you a tip when I make some profits Smiley

Good to know!
newbie
Activity: 42
Merit: 0
Just downloaded the last version, it works. Great job, I'll send you a tip when I make some profits Smiley
legendary
Activity: 1717
Merit: 1125
DiceBot 3.2.4 has been released! Get it here: https://bot.seuntjie.com/botpage.aspx

Change Log

New Features

Added bitvest support (https://bitvest.io?r=46534)
Added XMR for CG


Changes
none


Bug Fixes
999dice connection bugs from russia
bitsler speed fixes
rollin stops (hopefully)
runsim then start not starting the bot
primedice throttle for larger bets removed
999dice stats

newbie
Activity: 42
Merit: 0
Hi guys, I have an issue with the lastest dicebot version 3.2.3 if anyone can help me, it stops betting after a few bets, like 5-13, randomly and then I have to press low or high again after which it stops again. I'm playing on bitsler. Thanks

Are you sure you're betting on 3.2.3? I know it happens on 3.2.2 but it's the first time anyone has reported it's happening on 3.2.3. ALso, try the beta and see if it's still happening there: https://bot.seuntjie.com/botpage.aspx?id=37

Tried the beta, I sadly get the same thing, after a few bets it stops. I deleted the settings from appdata and tried again but it still happens :-?

Do you have reset seed enabled?
If so, does the error happen when or just after resetting the seed?

I had the reset seed disabled, I enabled it ''reset seed after 100 bets'' and does pretty much the same, after 3-4 bets stops, so way before reaching 100.

What size are your bets and in what currency are you betting?

Small bets, 0.00000002 BTC with 2.0 multiplier. Thanks for your time in helping me with my problem Smiley
Pages:
Jump to: