Bitcoin Forum
July 12, 2024, 01:24:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 26, 2019, 05:08:30 AM
basebet=0.00000001
nextbet=basebet
Chance=47
function dobet()

if!win then
nextbet=basebet*1
else
nextbet=basebet
end

bethigh=true
print(curentprofit)

count=count+3
if lastBet.Roll >50.00 and lastBet.Roll <99.99 then
count=0
end

if win then
nextbet=basebet*3
end
if currentstreak==-1 then
nextbet=basebet
end
bethigh=false
print(curentprofit)
if currentstreak==-1 then
nextbet=previousbet*2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end

if currentstreak==-1 then
nextbet=basebet

bethlow=false
print(curentprofit)

count=count+3
if lastBet.Roll >0.01 and lastBet.Roll <49.99 then
count=0
end

if win then
nextbet=basebet*2
end
if currentstreak==-1 then
nextbet=basebet
end
end

bethigh=true
print(curentprofit)
if currentstreak==-1 then
nextbet=previousbet*2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end
if win then
nextbet=previousbet*2/2
end
if currentstreak==-1 then
nextbet=basebet
end
end


Hello! That's what I got according to the logic of statistics. But some functions do not work correctly. Cannot catch 3 consecutive bets <50 or> 50. See what is wrong.
2  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 24, 2019, 09:12:17 AM
Hello! The above strategy is written which I use myself. If you turn it into a bot, then there will be a fairy tale. In this form, as described above, I have been testing for more than six months. The results are excellent. Anyone help with writing the code.
3  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 20, 2019, 07:39:21 AM
If we get a loss by the fourth bet, then we begin to double it * 2
We have 10 moves to the exit from the loss.
We alternate them 3 more than 5000, 2 less than 5000 and 3 more than 5000, 2 less than 5000. This is the worst scenario. When all the moves will be used.
And so the example went to the series (4004,3888,1009) these stacks of 1 satoshi no matter they won or lost or 4004, won 3888 lost, 1009 won.
It is important for us that they are all less than 5000. This is a condition for raising stacks. Similar with rates higher than 5000.

Example (4004,3888,1009) new balance rate / 2 * 10 we believe that there will be a long series.
If you received a winnings for example 1245, then again we bet on the continuation of the series. Until the first loss 7585.
If the number of winnings is more than 4 to 40, then we immediately return the stack by 1 satoshi to the beginning.
If the loss hit the intended win 1-3.
After we start this bet increase * 2 and
In our example, a loss of 7585 (balance / 2 * 10) * 2 is set to more than 5000.
________________________________________________________________
If they won the example 5478.
 Then we make the next bet.
(balance / 2 * 10) / 2
Half from originally increased. And again we check a series of rates higher than 5000. (this is for increasing profitability). If a series has gone then we click well before the first loss. If you immediately lose, then return to 1 satoshi To the top of the script.
__________________________________________________________________
If the loss is for example 1005, then the new rate (balance / 2 * 10) * 3
and again we put on more than 5000.
___________________________________________________________________
If you won for example 8999 then repeat:
Then we make the next bet.
(balance / 2 * 10) / 2 namely this.
(not this rate (balance / 2 * 10) * 3)
Half from originally increased. And again we check a series of rates higher than 5000. (this is for increasing profitability). If a series has gone then we click well before the first loss. If you immediately lose, then return to 1 satoshi To the top of the script.
_________________________________________________________________
If the loss is for example 2582, then the new rate (balance / 2 * 10) * 4
and now we put on less than 5000.
Twice put on more than 5000 now we change less than 5000.
Similar with the following rates up to level 10.
Betting combinations for betting with an increase * 2
2 less 3 more 3 less 2 more
You need to make it possible to change the sequence:
For example:
1 less, 1 more, 3 more, 2 less 3 more.
The most important
4  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 20, 2019, 06:01:40 AM
Further, as soon as the rate was increased, we believe that a series of rates went from our example (4004,3888,1009), then logically it would be 4185,3545,1475, etc. before the first loss bet, for example 8565,
Similarly (5420,8865,5215), we believe that 7852,9995 will fall further before losing, for example, 1565
5  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 20, 2019, 05:55:22 AM

Hi!
1 Satoshi is the initial bet, until 3 bets fall out less for freebitcoin 5000, for example (4004,3888,1009) or more than 5000 for example (5420,8865,5215)
any combinations.
After that, we begin to increase the stack balance / 2 * 10
6  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: June 18, 2019, 02:19:50 PM
Hello! Strategy for Dice bot
There is a great strategy that anyone can help write code.
The main bet is always 0.00000001 Satoshi randomized to less than 50.
We are waiting for the numbers <50 to drop out three times.
For example 75, 55, 51.
After that, increase the rate based on the balance
Balance / 2/2/2/2/2/2/2/2/2/2 ten times divided by two.
The resulting bet is played at <50, that is, we check the availability of the series.
As soon as the loss occurs, it drops out> 50.
Increase bid by * 2
____________________________________________________________
We bet on by less, if we win then continue with the bet to check the series to bet on> 50 before losing, and then we return to the main bet 0.00000001.
If we lose, we increase the bet by * 2 and again put on less.
If we win, we continue with the Balance / 2/2/2/2/2/2/2/2/2/2 bet divided by 2 again to check the series to be> 50 before losing, and then we return to the main bet 0.00000001.
Twice our bet did not win with an increase.
______________________________________________________________
Then, according to anology, we continue to increase the stakes and set it already at <50, too, if we lose 2 times.
We have 6 bids left until the deposit is drained.
They can be divided as you like. 3 bets> 50, 3 bets <50.
Or 1,2> 50.
In manual mode, the strategy shows excellent results.
But painful tiring. Who can help?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!