Bitcoin Forum
April 25, 2024, 04:26:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Recipes for Seuntjie's dicebots (builds)  (Read 9615 times)
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
February 28, 2014, 10:27:56 PM
Last edit: April 25, 2014, 09:47:28 AM by David Latapie
 #1

Hi,

I propose to post your favourite strategies by pasting your conf file.
Please hightlight the relevant part and use the <code> tag.

(for newcomers: announcement thread for Seuntije's bots for both just-dice.com and doge-dice.com: https://bitcointalk.org/index.php?topic=307425.0)

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714062383
Hero Member
*
Offline Offline

Posts: 1714062383

View Profile Personal Message (Offline)

Ignore
1714062383
Reply with quote  #2

1714062383
Report to moderator
1714062383
Hero Member
*
Offline Offline

Posts: 1714062383

View Profile Personal Message (Offline)

Ignore
1714062383
Reply with quote  #2

1714062383
Report to moderator
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
February 28, 2014, 10:30:38 PM
Last edit: March 03, 2014, 06:09:05 PM by David Latapie
 #2

I use two settings: one at 90% and one at 47.13%.
For fire and forget, I use the 47.13 mode. I chose 47.13 and not 49.5% or 50 % in order for the successive loss to actually bring more money (with 50 % the longer the streak, the less you lose).
Update1: I moved to 24 bets for easy of mind - this gives me 10% interest, with the risk to ultimately lose everything one day. I made my own calculation on how many time I can lose and it appears the reading on Seuntje are too optimistic (maximum bet it really maximum bets, not maximum time you can still get all your money back and a bit more (so if it says 22, at 21 you win, at 22 you can no more double so you lose money)
Update2: to comment the setting, add a pipe character after the last value, before the comment. Thanks Seuntjie!
Update 3: I added a simulator for playing at 47.13 - this is how I realised the maximum bet is misleading - it really is maximum bets, not maximum safe bets as I assumed first. bot-dice (public version)
It is a bit rough on the edges, but it might help you

There are not-that-sophisticated build, you probably have better one.

If you want to have it simple, paste the first build on your config file, import it then from the bot's interface, change the minimum bet value so that the "maximum bet" value at the bottom hits 23 (yes, it WILL be a tiny amount). According to the simulation, you should be safe for 1 millions bets (4 continuous days a 3 bets a second).

FIY: I lost all I won because I was too greedy (read: did not use 47.13 till the end) and did not backup on time. I plan to change this!


47.13 build
Code:
SaveVersion|2|
MinBet|0.00518417|                       <======= wins over 22 loss streak with 20kDOGE
Multiplier|2|
Chance|47.13|                            <======= the longer the loss, the more I win
MaxMultiply|8|
NBets|3|
Devider|0.95|
MultiplierMode|2|
ReverseEnabled|0|
ReverseMode|0|
ReverseOn|00|
ResetBetLossEnabled|0|
ResetBetLossValue|1|
ResetBetWinsEnabled|0|
ResetWinsValue|5|
WinMultiplier|1|
WinMaxMultiplies|10|
WinNBets|3|
WinDevider|0.95|
WinMultiplyMode|0|
StopAfterLoseStreakEnabled|0|
StopAfterLoseStreakValue|22|
StopAfterLoseStreakBtcEnabled|0|
StopAfterLoseStreakBtcValue|0,0000001|
StopAfterLoseBtcEnabled|0|
StopAfterLoseBtcValue|0,0000001|
ChangeAfterLoseStreakEnabled|0|
ChangeAfterLoseStreakSize|0|
ChangeAfterLoseStreakTo|0|
StopAfterWinStreakEnabled|0|
StopAfterWinStreakValue|4|
StopAfterWinStreakBtcEnabled|0|
StopAfterWinStreakBtcValue|0,0000001|
StopAfterWinBtcEnabled|0|
StopAfterWinBtcValue|0,0000001|
ChangeAfterWinStreakEnabled|0|
ChangeAfterWinStreakSize|0|
ChangeAfterWinStreakTo|0|
ChangeChanceAfterLoseStreakEnabled|1|
ChangeChanceAfterLoseStreakSize|22|      <======= if bad luck surpasses my winline, I move to 90%|
ChangeChanceAfterLoseStreakValue|90|
ChangeChanceAfterWinStreakEnabled|0|
ChangeChanceAfterWinStreakSize|00|
ChangeChanceAfterWinStreakValue|0|

90 build
Code:
SaveVersion|2|
MinBet|0.34|                             <======= wins over 5 loss streak with 20kDOGE|
Multiplier|11|                           <======= compensate for loss PLUS previous loss in a row (10 only compensate previous one)|
Chance|90|                               <======= wins over 5 loss streak with 20kDOGE|
MaxMultiply|2|
NBets|3|
Devider|0.95|
MultiplierMode|2|
ReverseEnabled|0|
ReverseMode|0|
ReverseOn|00|
ResetBetLossEnabled|0|
ResetBetLossValue|3|
ResetBetWinsEnabled|0|
ResetWinsValue|2|
WinMultiplier|1.01|                     <======= mostly because long line of similar is boring to watch. Dangerous, though.|
WinMaxMultiplies|10|
WinNBets|3|
WinDevider|0.95|
WinMultiplyMode|0|
StopAfterLoseStreakEnabled|1|
StopAfterLoseStreakValue|4|             <======= to mitigate the danger of this build|
StopAfterLoseStreakBtcEnabled|0|
StopAfterLoseStreakBtcValue|0,0000001|
StopAfterLoseBtcEnabled|0|
StopAfterLoseBtcValue|0,0000001|
ChangeAfterLoseStreakEnabled|0|
ChangeAfterLoseStreakSize|3|
ChangeAfterLoseStreakTo|0,015|
StopAfterWinStreakEnabled|0|
StopAfterWinStreakValue|4|
StopAfterWinStreakBtcEnabled|0|
StopAfterWinStreakBtcValue|0,0000001|
StopAfterWinBtcEnabled|0|
StopAfterWinBtcValue|0,0000001|
ChangeAfterWinStreakEnabled|0|
ChangeAfterWinStreakSize|0|
ChangeAfterWinStreakTo|0|
ChangeChanceAfterLoseStreakEnabled|1|
ChangeChanceAfterLoseStreakEnabled|1|
ChangeChanceAfterLoseStreakSize|05|     <======= basically useless, since stops at 4 (StopAfterLoseStreakValue)|
ChangeChanceAfterLoseStreakValue|95|
ChangeChanceAfterWinStreakEnabled|0|
ChangeChanceAfterWinStreakSize|00|
ChangeChanceAfterWinStreakValue|0|

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 28, 2014, 11:17:32 PM
Last edit: February 28, 2014, 11:33:38 PM by Kyraishi
 #3

it's constant or variable or max or once ?
and is that the right setting?


seuntjie
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
March 01, 2014, 07:39:37 AM
 #4

Just a quick note: If you want to add comments to a config file, use a pipe character (|) directly after the value, for example

Quote
Code:
47.13 build
Code:
SaveVersion|2
MinBet|0.00518417|                       <======= wins over 22 loss streak with 20kDOGE
Multiplier|2
Chance|47.13|                            <======= the longer the loss, the more I win
MaxMultiply|8
NBets|3
Devider|0.95
MultiplierMode|2
ReverseEnabled|0
ReverseMode|0
ReverseOn|00
ResetBetLossEnabled|0
ResetBetLossValue|1
ResetBetWinsEnabled|0
ResetWinsValue|5
WinMultiplier|1
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|22
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0,0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|0,0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|0
ChangeAfterLoseStreakTo|0
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|4
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0,0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0,0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|1   
ChangeChanceAfterLoseStreakSize|22|      <======= if bad luck surpasses my winline, I move to 90%
ChangeChanceAfterLoseStreakValue|90
ChangeChanceAfterWinStreakEnabled|0
ChangeChanceAfterWinStreakSize|00
ChangeChanceAfterWinStreakValue|0


Also
Quote
it's constant or variable or max or once ?
if you copy and past the text he posted, fix the comments, and then save it a text file on your computer, you can import those settings via the bot (click import, navigate to file, click ok) and it will automatically set all of the settings

Laboboy31
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 02, 2014, 05:02:51 AM
 #5

Check my thread here: https://bitcointalk.org/index.php?topic=491027.0 for more
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
March 03, 2014, 05:42:44 PM
 #6

it's constant or variable or max or once ?
and is that the right setting?
Create a setting file, paste my code (and remove the comments) in it then import the said file. Finally, compare with your screenshot.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
March 03, 2014, 05:44:18 PM
 #7

Just a quick note: If you want to add comments to a config file, use a pipe character (|) directly after the value, for example
Quote
Code:
MinBet|0.00518417|                       <======= wins over 22 loss streak with 20kDOGE
Thanks! I was wondering what is the commentting operator!

I will update my text accordingly.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
March 03, 2014, 05:52:53 PM
 #8

I updated my post with comments in code and two updates.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
Pincer
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
March 28, 2014, 10:24:14 AM
Last edit: March 28, 2014, 12:21:46 PM by Pincer
 #9

Hello there , i first wanna thanks Seuntjie for his effort of the bot. i feel amazed cause i feel like i am betting 1dollar with a bank of 10.000.000dollars . which ofc u cant do in real life Tongue

Here are my settings in 2 days in a row.
Bank Start: 0.21
Bet          : 0.00000039
Chance    :  49,5%

Multiplier on loss

Multiplier     : "2,5"
-
-
After "1" losses in a row Change Chance to "60.00%"

Multiplier on Win

Multiplier    : "2,5"

"reset" after "4" wins in a row

-
-
After "2" wins in a row change chance to "30,00%"

Thats it. it makes Exactly 0.024 btc/day Its has MAX bets : 16
                                                         Crashes            : 0
                                                        Max loss streak   :12
                                                  Max Sim Loss Streak  :14  @ 1.000.000 bets

I wish all Good Luck. If any1 have a clue to make it better wistle me, pm me or reply to this. thanks.
p.s. After all this is Gambling so Dont invest money u don't wanna lose.

Code:
SaveVersion|2
MinBet|0.00000039
Multiplier|2,5
Chance|49.5
MaxMultiply|10
NBets|3
Devider|0.95
MultiplierMode|2
ReverseEnabled|0
ReverseMode|1
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|8
ResetBetWinsEnabled|1
ResetWinsValue|4
WinMultiplier|2.5
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0,0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|0,0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|1
ChangeAfterLoseStreakTo|0,00001
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0,0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0,0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|1
ChangeChanceAfterLoseStreakSize|01
ChangeChanceAfterLoseStreakValue|60
ChangeChanceAfterWinStreakEnabled|1
ChangeChanceAfterWinStreakSize|02
ChangeChanceAfterWinStreakValue|30


Edit: Sim run 3.000.000 bets Crash at 16.
       Still using it though.

P.S. I raised bet to 0.00000104 . Max loss Streak 15 (orange) Than 0.00000039 . Max loss Streak 16(green)  =~0.06 Btc/day
Pincer
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
March 28, 2014, 04:32:31 PM
Last edit: March 29, 2014, 11:54:37 AM by Pincer
 #10

twisted to more simple. i didnt expect to be so easy to bump profit per day.

Here are the settings.

Same bet(i have little higher cause my bank gets bigger:P). ignoring the 30% chance


Code:
SaveVersion|2
MinBet|0.00000042
Multiplier|2,5
Chance|49.5
MaxMultiply|10
NBets|3
Devider|0.95
MultiplierMode|2
ReverseEnabled|0
ReverseMode|1
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|8
ResetBetWinsEnabled|1
ResetWinsValue|4
WinMultiplier|2.5
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0,0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|0,0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|1
ChangeAfterLoseStreakTo|0,00001
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0,0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0,0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|1
ChangeChanceAfterLoseStreakSize|01
ChangeChanceAfterLoseStreakValue|60

Enjoy exactly 0.02987 profit/day with 16 maximum loses. and low bet.   raise bet at your own risk.
Pincer
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
April 02, 2014, 03:30:24 PM
Last edit: April 02, 2014, 03:42:28 PM by Pincer
 #11

New settings. Go with 0.07 Bank(i started) or more safe with 0.20 bank. Here is the settings and its really really good...

UP TO 0.16 Per Day.

Chance 3%..

Code:
SaveVersion|2
MinBet|0.00000035
Multiplier|1.04
Chance|3.00
MaxMultiply|10
NBets|3
Devider|0.95
MultiplierMode|2
ReverseEnabled|1
ReverseMode|2
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|8
ResetBetWinsEnabled|1
ResetWinsValue|4
WinMultiplier|1
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0,0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|12,0000001
ChangeAfterLoseStreakEnabled|1
ChangeAfterLoseStreakSize|100
ChangeAfterLoseStreakTo|0,00001100
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0,0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0,0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|1
ChangeChanceAfterLoseStreakSize|200
ChangeChanceAfterLoseStreakValue|3,30000000
ChangeChanceAfterWinStreakEnabled|0
ChangeChanceAfterWinStreakSize|02
ChangeChanceAfterWinStreakValue|10

Good Luck. its really funny to see all the loses and suddently Boom.!!!!
David Latapie (OP)
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
April 25, 2014, 09:55:43 AM
 #12

Thanks Pincer.
How it is going after 20 days? Did you lose more than you earnt (this is what usually happens in such a period)?

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
w00ki3
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 21, 2015, 08:39:21 AM
 #13

Hi,

Just thought i would add my own build to this thread, it is a fairly slow earning build so you will have to be patient with this one.

If you find this lucrative for you, then please consider donating something Smiley 1LAJPdQUH7FTTwZb8CV4qnKR3FTWYRi2zj (BTC)

Using the current version of the bot 2.5.5 - set the minimum bet to be a small number, basically you want to allow a maximun of 80 losses. So, if you have a balance of 1.0 then your starting bet should be about 0.00000120

Multiply on win: 1.15
Chance: 10.7

Zig Zag every 1 wins

Code:
SaveVersion|2
MinBet|0.000002
Multiplier|1.15
Chance|10.7
MaxMultiply|10
NBets|19
Devider|1.8519
MultiplierMode|2
ReverseEnabled|1
ReverseMode|2
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|8
ResetBetWinsEnabled|0
ResetWinsValue|4
WinMultiplier|1
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0.0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|12.0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|20
ChangeAfterLoseStreakTo|0.001
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0.0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0.0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|0
ChangeChanceAfterLoseStreakSize|20
ChangeChanceAfterLoseStreakValue|49.5
ChangeChanceAfterWinStreakEnabled|0
ChangeChanceAfterWinStreakSize|02
ChangeChanceAfterWinStreakValue|10
MutawaMultiplier|0
MutawaWins|1
MutawaEnabled|0
TrazalWin|3
TrazalWinTo|0.1
TrazalLose|03
TrazalLoseTo|0.1
TrazelMultiPlier|2
TrazelEnabled|0
MKIncrement|0.00000001
MKDecrement|0.00000003
MKEnabled|0
LabEnabled|0
LabReverse|0
LabValues|0.0000001?0.0000001?0.0000002?0.0000002?0.0000002?0.0000001?0.0000001
LabComplete|1

Have run this on all the sites that the bot currently supports and have seen some good returns so far. Let me know how it goes for you.
Stcgold
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 21, 2015, 11:47:17 AM
 #14

Hi,

Just thought i would add my own build to this thread, it is a fairly slow earning build so you will have to be patient with this one.

If you find this lucrative for you, then please consider donating something Smiley 1LAJPdQUH7FTTwZb8CV4qnKR3FTWYRi2zj (BTC)

Using the current version of the bot 2.5.5 - set the minimum bet to be a small number, basically you want to allow a maximun of 80 losses. So, if you have a balance of 1.0 then your starting bet should be about 0.00000120

Multiply on win: 1.15
Chance: 10.7

Zig Zag every 1 wins

Code:
SaveVersion|2
MinBet|0.000002
Multiplier|1.15
Chance|10.7
MaxMultiply|10
NBets|19
Devider|1.8519
MultiplierMode|2
ReverseEnabled|1
ReverseMode|2
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|8
ResetBetWinsEnabled|0
ResetWinsValue|4
WinMultiplier|1
WinMaxMultiplies|10
WinNBets|3
WinDevider|0.95
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0.0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|12.0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|20
ChangeAfterLoseStreakTo|0.001
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0.0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0.0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|0
ChangeAfterWinStreakTo|0
ChangeChanceAfterLoseStreakEnabled|0
ChangeChanceAfterLoseStreakSize|20
ChangeChanceAfterLoseStreakValue|49.5
ChangeChanceAfterWinStreakEnabled|0
ChangeChanceAfterWinStreakSize|02
ChangeChanceAfterWinStreakValue|10
MutawaMultiplier|0
MutawaWins|1
MutawaEnabled|0
TrazalWin|3
TrazalWinTo|0.1
TrazalLose|03
TrazalLoseTo|0.1
TrazelMultiPlier|2
TrazelEnabled|0
MKIncrement|0.00000001
MKDecrement|0.00000003
MKEnabled|0
LabEnabled|0
LabReverse|0
LabValues|0.0000001?0.0000001?0.0000002?0.0000002?0.0000002?0.0000001?0.0000001
LabComplete|1

Have run this on all the sites that the bot currently supports and have seen some good returns so far. Let me know how it goes for you.

i will try your build
slow earning is no problem
as long as we got profit Smiley
seVell
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 18, 2016, 12:53:31 PM
 #15


Why was this thread abandoned?

It looked interesting.

Everybody just lost everything?  Grin

I hope not! I plan on starting to use the bot and would like some advice on long-term strategies.
AceFairy
Newbie
*
Offline Offline

Activity: 100
Merit: 0


View Profile
December 16, 2019, 07:34:44 AM
 #16

this one comes for programming mode, a script:
Code:
--c50 to c49 with 101% increase on loss and switch to high/low [under/over];
--reset to basebet on win;
--with my balance of just 10,000+ DOGE winning was slow - about 1% an hour;

chance = 50
div = 1048576 -- calculated for chance 50% odds to bust over 50 conscutive losses;
base = balance/div
nextbet = balance/div

lowhigh     = 1
rollcount   = 10

print("-------------------------------------------")
print("  BALANCE: ") print(balance)
print("-------------------------------------------")
resetseed(); resetseed(); resetseed(); resetseed();
resetseed(); resetseed(); resetseed(); resetseed();
resetstats();resetstats();resetstats();
nextbet=0.00000001 -- just to reset any previous last bets in memory buffer;
resetseed();resetseed();resetseed();
resetseed(); resetseed(); resetseed(); resetseed();
resetseed(); resetseed(); resetseed(); resetseed();

stoploss  = balance*0.98 -- safe to lose 2% of balance
wintarget = balance*1.02 -- set to win 2% of balance

function dobet()

    -- Check Balance
if balance-(nextbet) >= wintarget and wintarget ~= 0 then
            print("\n\nWinTarget Reach\n\n")
print("Profit: " .. string.format("%9.8f", currentprofit) )
            resetseed()
            resetstats()
            nextbet = base
            stop();
            ching()
    end
   
if balance-(nextbet) <= stoploss and stoploss ~= 0 then
print("\n\nStoploss Reach\n\n")
print("Profit: " .. string.format("%9.8f", currentprofit) )
stop()
ching()
end

if win then
    chance = 50
    nextbet = balance/div -- rolling updates basebet as we progress;
lowhigh = math.random(0,1)
else
    chance =49
    nextbet = (balance/div)*2.01 -- here trying to increase bet by 101% on loss;
end

if !win then
    chance = 49
    nextbet = previousbet*2.01
end

if (lowhigh == 0) then
    bethigh = false
else
    bethigh = true
end

--change seed every 10 rolls/bets
if (rollcount == 10) then
    rollcount = 0
    resetseed();
    print("---------------------------------------------------------------------------------------------")
    print("Profit: " .. string.format("%9.8f", currentprofit) )
    print("---------------------------------------------------------------------------------------------")
else
    rollcount = rollcount + 1
end


end
ask questions!
dre1982
Sr. Member
****
Offline Offline

Activity: 770
Merit: 284


★Bitvest.io★ Play Plinko or Invest!


View Profile
July 09, 2020, 05:46:47 AM
 #17

Haven't found this topic yet. Looks interesting with all the codes. I will post my scripts here too.

this one comes for programming mode, a script:
Code:
--c50 to c49 with 101% increase on loss and switch to high/low [under/over];
--reset to basebet on win;
--with my balance of just 10,000+ DOGE winning was slow - about 1% an hour;

chance = 50
div = 1048576 -- calculated for chance 50% odds to bust over 50 conscutive losses;
base = balance/div
nextbet = balance/div

lowhigh     = 1
rollcount   = 10

print("-------------------------------------------")
print("  BALANCE: ") print(balance)
print("-------------------------------------------")
resetseed(); resetseed(); resetseed(); resetseed();
resetseed(); resetseed(); resetseed(); resetseed();
resetstats();resetstats();resetstats();
nextbet=0.00000001 -- just to reset any previous last bets in memory buffer;
resetseed();resetseed();resetseed();
resetseed(); resetseed(); resetseed(); resetseed();
resetseed(); resetseed(); resetseed(); resetseed();

stoploss  = balance*0.98 -- safe to lose 2% of balance
wintarget = balance*1.02 -- set to win 2% of balance

function dobet()

    -- Check Balance
if balance-(nextbet) >= wintarget and wintarget ~= 0 then
            print("\n\nWinTarget Reach\n\n")
print("Profit: " .. string.format("%9.8f", currentprofit) )
            resetseed()
            resetstats()
            nextbet = base
            stop();
            ching()
    end
   
if balance-(nextbet) <= stoploss and stoploss ~= 0 then
print("\n\nStoploss Reach\n\n")
print("Profit: " .. string.format("%9.8f", currentprofit) )
stop()
ching()
end

if win then
    chance = 50
    nextbet = balance/div -- rolling updates basebet as we progress;
lowhigh = math.random(0,1)
else
    chance =49
    nextbet = (balance/div)*2.01 -- here trying to increase bet by 101% on loss;
end

if !win then
    chance = 49
    nextbet = previousbet*2.01
end

if (lowhigh == 0) then
    bethigh = false
else
    bethigh = true
end

--change seed every 10 rolls/bets
if (rollcount == 10) then
    rollcount = 0
    resetseed();
    print("---------------------------------------------------------------------------------------------")
    print("Profit: " .. string.format("%9.8f", currentprofit) )
    print("---------------------------------------------------------------------------------------------")
else
    rollcount = rollcount + 1
end


end
ask questions!

Why reseting your seed 22 times in a row?



BIG WINNER!
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████
▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░▄███
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████
██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░
▀██░▄▄▄▄░████▄▄██▄░░░░
▄████████████▀▀▀▀▀▀▀██▄
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄
▀██░████████░███████░█▀
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████
▀████████████████████▀




Rainbot
Daily Quests
Faucet
dre1982
Sr. Member
****
Offline Offline

Activity: 770
Merit: 284


★Bitvest.io★ Play Plinko or Invest!


View Profile
July 17, 2020, 11:59:16 AM
 #18

scrip 5000 DOGE, share price to 5 peoples only - PM me,
 only serious - script design to make 6X balance!
--BTC: 1M9R9LNfUf5MQswEoceipzxy2XsmSTNw2w
--DOGE: DSw3PUaUtRpGfAH8KdDyz2fNdwFhuVWtoD
--ETH: 0xD78dB755C846841C0F39aE890C90e65df77eE235
--LTC: LS5vjVbiC2ffLPWUv8icCuMi2LUmBnf65P
100% balance profit in 1 hour is guaranteed or 2X

нa пpoдaжy нoвый cкpипт - 2X дeлaeт, вoпpoc 5000 ДOГ
пpeдлaгaю нa 5 пepвыx тoлькo, пoтoм cнимaю c лoткa!
нaпиши в личкy,,,

You know the 100% profit guaranteed can't be real? If that was the case we all would be driven in lambo's.  Grin

And why selling a script, when it gives you guaranteed profit? Just keep it for your own and be rich.



BIG WINNER!
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████
▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░▄███
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████
██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░
▀██░▄▄▄▄░████▄▄██▄░░░░
▄████████████▀▀▀▀▀▀▀██▄
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄
▀██░████████░███████░█▀
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████
▀████████████████████▀




Rainbot
Daily Quests
Faucet
AceFairy
Newbie
*
Offline Offline

Activity: 100
Merit: 0


View Profile
September 13, 2020, 02:55:58 PM
 #19

scrip 5000 DOGE, share price to 5 peoples only - PM me,
 only serious - script design to make 6X balance!
--BTC: 1M9R9LNfUf5MQswEoceipzxy2XsmSTNw2w
--DOGE: DSw3PUaUtRpGfAH8KdDyz2fNdwFhuVWtoD
--ETH: 0xD78dB755C846841C0F39aE890C90e65df77eE235
--LTC: LS5vjVbiC2ffLPWUv8icCuMi2LUmBnf65P
100% balance profit in 1 hour is guaranteed or 2X

нa пpoдaжy нoвый cкpипт - 2X дeлaeт, вoпpoc 5000 ДOГ
пpeдлaгaю нa 5 пepвыx тoлькo, пoтoм cнимaю c лoткa!
нaпиши в личкy,,,

You know the 100% profit guaranteed can't be real? If that was the case we all would be driven in lambo's.  Grin

And why selling a script, when it gives you guaranteed profit? Just keep it for your own and be rich.
yes a 100% profit is as real as you are wearing shoes when you go downtown, it means the bot wins 2X the starting balance, that's it! you probably won't be able to repeat it later because casinos record your game and won't let you win , if you keep getting lucky! and if you envy those who make profits, stop trolling people who can make profit!
there is always one prick in every place who will try to piss on other people's aspirations and success!
Pages: [1]
  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!