Bitcoin Forum
September 23, 2024, 12:43:00 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling discussion / Re: Please help! on: January 29, 2017, 03:36:43 AM
Hi all!
I don't understand coding but I managed to write a simple martingale version thanks to other people's code

chance=49.5
function dobet()
base=0.00000100
nextbet=base

 if win then

  nextbet=base

 else

  nextbet=(previousbet*2)+base

 end

end



What I would like to add is to change bet type (high/low) on every win but continue with the last bet's type if it was a loss.
If the last bet is high and if it's a win, change the next bet to low
If the last bet is high and if it's a loss, continue to the next bet to high
If the last bet is low and if it's a win, change the next bet to high
If the last bet is low and if it's a loss, continue to the next bet to low

and I also would like to add, change seed on every 250 bet


thank you for your help!



counter=0
chance=49.5
function dobet()
base=0.00000100
nextbet=base
bethigh = true

 if win then

  nextbet=base

 else

  nextbet=(previousbet*2)+base
----btw you want to triple your next bet if you lose? just try *2 only so you can just double your bet
 end

if (bethigh == true) then
if (win == true) then
bethigh = false
else
bethigh = true)
end
end

if (bethigh ==false) then
if (win == true) then
bethigh == true
else
bethigh = false
end
end

counter = counter + 1
if (counter == 250) then
resetseed()
counter = 0
end
end


Try this, hope it works.
2  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: January 21, 2017, 05:18:27 PM
Hello is there a way that I can make the hi/lo switch depending on the roll I got from the current bet and previous bet?

Example:

First bet : High, Roll = 49.3234
Second bet : Low, Roll = 50.8959

Since my latest bet roll (second) is higher than the previous bet roll (first) I want my next bet (third) to bet high.

Continued pattern....

Third bet : High, Roll = 39.4231
Fourth bet : Low, Roll = 94.3213
Fifth bet : High, Roll = 2.3241
Sixth bet : Low, Roll = 1.3212
Seventh bet : Low, Roll = 34.5232
Eight bet : High, Roll = 52.4178
and so on.

Hope you can help me Smiley Thanks
3  Economy / Games and rounds / Re: ★★★BITSHOOK NEW CAMPAIGN SHARE & WIN ★★★ ((3750 DOGE or 0.001 BTC)) on: December 22, 2016, 11:49:03 AM
https://www.facebook.com/ian.enero.9/posts/1710213639292402

dryxro - sats
thanks
4  Economy / Games and rounds / Re: ¦¯¦¦¯¦ Rollin.io Free Lottery Tickets ¦¯¦¦¯¦ Daily Giveaway ¦¯¦¦¯¦ 1115 mBTC won on: December 20, 2016, 09:52:53 AM
Username : dryxro2

thank you Smiley
5  Local / Others (Pilipinas) / Re: [helping thread]Tanong mo sagot ko on: December 20, 2016, 04:51:21 AM
Panu po ako magkakaroon ng maraming bitcoin sa maikling panahon?
Mahirap yan sir,kc ako 4 months ng andito wala pang 1 btc naiipon ko. Kahit ako nga naghahanap ng pwedeng pagkakakitaan para makaiipon ako ng madaming bitcoin ngaung pasko.
Baka po may maipayo kayo sa akin kung saan po yong iba nyu pinagkakakitaan bukod dito sa forum?

Dagdag kita ay mag abuse ka ng faucet sa mga gambling site, piliin mo yung tumataas yung faucet amount habang nagwawager ka para sulit kada laro mo at after sometime kapag mataas na yung nakukuha mo sa faucet madali mo na lng mpapaabot yun sa minimum withdraw at free money na sayo yun

anong site po yan? never heard of something like that eh. thanks
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!