-
Content Count
66 -
Joined
-
Last visited
Reputation Activity
-
ombrerico got a reaction from Tamara in 🏆 [$800] The Greatest Minds: Charles Darwin 🐒
Bet: 80,054,126,881
placed by ombrerico on 15/02/2021
Wagered
0.60000000 Multiplier
10.00x Profit
5.40000000 Bet: 80,055,233,252
placed by ombrerico on 15/02/2021
Wagered
0.60000000 Multiplier
20.00x Profit
11.40000000 55.22
Bet: 80,068,955,954
placed by ombrerico on 15/02/2021
Wagered
0.60000000 Multiplier
1.01x Profit
0.00612000
-
ombrerico reacted to Serlite in 🏆 [$800] The Greatest Minds: Albert Einstein 👓
Bet: 79,235,532,948
placed by Serlite on 08/02/2021
Wagered
0.00017856 Multiplier
5.00x Profit
0.00071424 Bet: 79,236,121,248
placed by Serlite on 08/02/2021
Wagered
0.00017856 Multiplier
5.00x Profit
0.00071424 Well, this is a new combination of previous hunt conditions! I had to stitch together some old scripts to make this one. As usual, feel free to modify the amount/chance/currency as needed. Don't forget to swap bethigh once you hit the first time!
Paste it into the Code tab of dicebot in Programmer Mode, and make sure you have a "slow.txt" file in your dicebot folder - otherwise, the IDs won't be numerical and you won't be able to hunt properly!
chance = 19.8000 nextbet = 0.00017856 bethigh = true currency = "Ltc" local pattern = "XX.X8" local endNumber = "8" function dobet() -- Get end number of bet ID local betIdString = tostring(lastBet.Id) local betIdEnd = string.sub(betIdString, -string.len(endNumber)) -- Break down roll number into comparable components local digit4 = round((lastBet.Roll * 100) % 10) local digit3 = round(((lastBet.Roll * 100) % 100 - digit4) / 10) local digit2 = round(((lastBet.Roll * 100) % 1000 - digit3 * 10 - digit4) / 100) local digit1 = round(((lastBet.Roll * 100) - digit2 * 100 - digit3 * 10 - digit4) / 1000) if win and betIdEnd == endNumber and isValidPattern(digit1, digit2, digit3, digit4) then print(lastBet.Roll) print(lastBet.Id) ching() stop() end end function round(x) return math.floor(x + 0.5) end function isValidPattern(digit1, digit2, digit3, digit4) local ref1 = string.sub(pattern, 1, 1) local ref2 = string.sub(pattern, 2, 2) local ref3 = string.sub(pattern, 4, 4) local ref4 = string.sub(pattern, 5, 5) if (ref1 == tostring(digit1) or ref1 == "X") and (ref2 == tostring(digit2) or ref2 == "X") and (ref3 == tostring(digit3) or ref3 == "X") and (ref4 == tostring(digit4) or ref4 == "X") then return true end return false end
-
ombrerico reacted to Serlite in 🏆 [$1000] The Greatest Minds: Nikola Tesla⚡
2 hits on 30x:
Bet: 77,685,299,900
placed by Serlite on 27/01/2021
Wagered
0.00036000 Multiplier
30.00x Profit
0.01044000 Bet: 77,685,300,559
placed by Serlite on 27/01/2021
Wagered
0.00036000 Multiplier
30.00x Profit
0.01044000 20.21:
Bet: 77,689,701,933
placed by Serlite on 28/01/2021
Wagered
0.00036000 Multiplier
1.01x Profit
0.00000367 This one took quite a while! The minimum bet increase also made it a bit more costly...but hey, at least I finished! Here are the basic scripts, in case anyone doesn't have them yet:
Part 1:
chance = 3.3000 nextbet = 0.00036000 bethigh = false currency = "Ltc" function dobet() if win then print(lastBet.Id) end if currentstreak >= 2 then stop() ching() end end Part 2:
chance = 98 nextbet = 0.00036 bethigh = false currency = "Ltc" function dobet() if lastBet.Roll == 20.21 then ching() stop() end end
-
ombrerico reacted to Serlite in 🏆 [$800] The Greatest Minds: Leonardo Da Vinci 🎨
Bet: 76,711,063,641
placed by Serlite on 18/01/2021
Wagered
0.00025000 Multiplier
2.50x Profit
0.00037500 Bet: 76,711,064,052
placed by Serlite on 18/01/2021
Wagered
0.00025000 Multiplier
2.50x Profit
0.00037500 Bet: 76,711,064,943
placed by Serlite on 18/01/2021
Wagered
0.00025000 Multiplier
2.50x Profit
0.00037500 Bet: 76,711,065,506
placed by Serlite on 18/01/2021
Wagered
0.00025000 Multiplier
2.50x Profit
0.00037500 Bet: 76,711,065,956
placed by Serlite on 18/01/2021
Wagered
0.00025000 Multiplier
2.50x Profit
0.00037500 A pretty straightforward alternating streak hunt - so I just dusted off an old script and changed up some settings. As usual, paste it in to the Code tab of dicebot in Programmer Mode:
chance = 39.6 nextbet = 0.00025000 bethigh = false currency = "Ltc" targetStreak = 5 defaultBetHigh = false function dobet() if currentstreak >= targetStreak then ching() stop() end if win then bethigh = not bethigh else bethigh = defaultBetHigh end end
-
ombrerico reacted to luizoruivo in 🏆 [$800] The Greatest Minds: Leonardo Da Vinci 🎨
Bet: 76,647,720,058
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.52x Profit
0.00004403
Bet: 76,647,721,409
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.52x Profit
0.00004405
Bet: 76,647,722,861
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.52x Profit
0.00004403
Bet: 76,647,723,950
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.52x Profit
0.00004405
Bet: 76,647,725,369
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.52x Profit
0.00004403
I tried again using the website system, and here is the result:
Bet: 76,649,225,570
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.51x Profit
0.00004389
Bet: 76,649,227,412
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.51x Profit
0.00004390
Bet: 76,649,228,741
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.51x Profit
0.00004389
Bet: 76,649,229,787
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.51x Profit
0.00004390
Bet: 76,649,230,857
placed by luizoruivo on 18/01/2021
Wagered
0.00002900 Multiplier
2.51x Profit
0.00004389 Here is my settings:
I believe that the longer time running in this setting, the greater the variation in the payout
-
ombrerico reacted to Serlite in 🏆 [$800] The Greatest Minds: Isaac Newton 🍎
Bet: 76,059,383,338
placed by Serlite on 12/01/2021
Wagered
0.00024100 Multiplier
4.00x Profit
0.00072300 Bet: 76,059,559,696
placed by Serlite on 12/01/2021
Wagered
0.00024100 Multiplier
4.00x Profit
0.00072300 A nice and simple hunt within a range of numbers - this is a blast from the past! Here's a script I dusted off for this challenge. As usual, paste it into the Code tab of dicebot in Programmer Mode, and feel free to adjust the bet/currency as desired:
chance = 24.7500 nextbet = 0.00024100 bethigh = false currency = "Ltc" local lowerLimit = 8.61 local upperLimit = 9.61 function dobet() if win and lastBet.Roll >= lowerLimit and lastBet.Roll <= upperLimit then print(tostring(lastBet.Id)) ching() stop() end end
-
ombrerico reacted to nicoBTC in Забирай до 100$ за регистрацию на бирже
Сейчас я расскажу вам как получить бонус до $100 от одной из лучших бирж - Currency
Кратко о дропе:
1- На получение бонуса уйдет 10-15 минут непосредственно активных действий + немного на ожидание верификации.
2- Нужен депозит как минимум $10.
3- Средний размер бонуса $30-90
Что нужно сделать:
важно- Обращаю внимание на то, что бонус начисляют только тем, кто зарегистрировался по чьей-то реферальной ссылке.
1- Регистрируетесь на бирже по реф ссылке https://currency.com/trading/signup?c=kzk7qc6c&pid=referral
Чистая ссылка https://currency.com/
2- Делаете депозит. Минималка для карты - $10, LTC - 0.1($8), BTC - 0.001($20). Я пополнял в LTC
3- Совершаете любую сделку на платформе.
Обмениваем на что угодно во вкладке «Торговля», «Торги» (см. скрин). Рекомендую использовать простые пары с долларом (В списке выбирайте «Крипто»).
4- Проходим верификацию (простую), только от 18 лет
Для верификации понадобится:
Паспортные данные, Страница с местом регистрации в паспорте, Селфи с листком и паспортом.
После отправки запроса, на почту придет письмо (в течении 5 -10 мнут ), в ответ на него и нужно будет отправить селфи.
5- Переходите во вкладку Рефералы=>FREE STOCKS и забираете бонус. На бонус никаких ограничений не накладывается.
6. (Дополнительно). Еще можно приглашать друзей и после того как они выполнят два условия — КУС и торг, вы получите за них так же случайную акцию, стоимостью до 100$.
С выводом проблем нет - получили бонус можно выводить
Уверен что большинство из вас останется на бирже потому что она имеет слишком много преимуществ перед конкурентами:
Сочетание разных видов активов и ценных бумаг. За минуту вы можете приобрести акции Яндекс, обменять на золото, вывести в фиат и купить биткоин. Для работы вам предоставлено более 1500 активов.
Маленькие комиссии.
Надежность. Биржа полностью соответствует международным стандартам безопасности. Толп недовольных клиентов нет, т. к. биржа работает прозрачно и любые вопросы решаются саппортом в течении нескольких минут.
-
ombrerico reacted to Serlite in 🎄 [$1000] Merry Christmas from the Primedice Team 🎄
Bet: 74,284,756,970
placed by Serlite on 22/12/2020
Wagered
0.00020000 Multiplier
25.00x Profit
0.00480000 Bet: 74,284,757,344
placed by Serlite on 22/12/2020
Wagered
0.00020000 Multiplier
25.00x Profit
0.00480000 25.28
Bet: 74,285,367,728
placed by Serlite on 22/12/2020
Wagered
0.00020000 Multiplier
1.01x Profit
0.00000204 A nice and simple forum challenge for Christmas. I'm okay with that! As for the scripts, well...you probably don't need them, but just in case:
Part 1:
chance = 3.96 nextbet = 0.00020000 bethigh = false currency = "Ltc" function dobet() if win then print(lastBet.Id) end if currentstreak >= 2 then stop() ching() end end Part 2:
chance = 98 nextbet = 0.00020000 bethigh = true currency = "Ltc" function dobet() -- break down roll number into comparable components local digit4 = round((lastBet.Roll * 100) % 10) local digit3 = round(((lastBet.Roll * 100) % 100 - digit4) / 10) local digit2 = round(((lastBet.Roll * 100) % 1000 - digit3 * 10 - digit4) / 100) local digit1 = round(((lastBet.Roll * 100) - digit2 * 100 - digit3 * 10 - digit4) / 1000) if isValidPattern(digit1, digit2, digit3, digit4) and win then print (lastBet.Roll) print (lastBet.Id) ching() stop() end end function round(x) return math.floor(x + 0.5) end function isValidPattern(digit1, digit2, digit3, digit4) local stringNumber = tostring(digit1)..tostring(digit2)..tostring(digit3)..tostring(digit4) return string.find(stringNumber, "25") end
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Algeria 🇩🇿
Bet: 73,564,817,132
placed by Serlite on 14/12/2020
Wagered
0.00023000 Multiplier
2.00x Profit
0.00023000 Bet: 73,564,817,665
placed by Serlite on 14/12/2020
Wagered
0.00023000 Multiplier
2.00x Profit
0.00023000 Bet: 73,564,818,093
placed by Serlite on 14/12/2020
Wagered
0.00023000 Multiplier
2.00x Profit
0.00023000 Bet: 73,564,818,568
placed by Serlite on 14/12/2020
Wagered
0.00023000 Multiplier
2.00x Profit
0.00023000
Bet: 73,565,039,168
placed by Serlite on 14/12/2020
Wagered
0.00023000 Multiplier
198.00x Profit
0.04531000 Pretty basic challenge for this week...basic enough that you don't really need a script for it! So go for it, if you've got the balance.
Word of warning though, variance at 200x can be very, very bad...so you may want to skip this challenge since it can easily become unprofitable.
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Sweden 🇸🇪
88.21
Bet: 72,344,584,021
placed by Serlite on 30/11/2020
Wagered
0.00023000 Multiplier
3.30x Profit
0.00052900 84.32
Bet: 72,344,584,528
placed by Serlite on 30/11/2020
Wagered
0.00023000 Multiplier
3.30x Profit
0.00052900 95.82
Bet: 72,344,585,012
placed by Serlite on 30/11/2020
Wagered
0.00023000 Multiplier
3.30x Profit
0.00052900 This was a fun little challenge! Not much different from a normal streak hunt, except with an extra condition so I had to keep my own streak counter in code. Here's the script! As usual, paste it into the Code tab of dicebot in Programmer Mode, and change up currency/amount as needed.
chance = 30 nextbet = 0.00023000 bethigh = true currency = "Ltc" local rollTarget = 80.00 local streakTarget = 3 local matchingStreak = 0 function dobet() if win and lastBet.Roll >= rollTarget then print(lastBet.Id) matchingStreak += 1 else matchingStreak = 0 end if matchingStreak >= streakTarget then stop() ching() end end
-
ombrerico got a reaction from 26Rola in 🏆 [800$] Around the Globe: Colombia 🇨🇴
Bet: 72,280,398,327
placed by ombrerico on 29/11/2020
Wagered
6.00000000 Multiplier
28.29x Profit
163.71426000 Bet: 72,280,451,092
placed by ombrerico on 29/11/2020
Wagered
6.00000000 Multiplier
28.29x Profit
163.71426000
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: New Zealand 🥇
Well, this one was pretty fun to script! Some interesting stuff that plays around with the roll numbers.
Bet: 68,162,175,590
placed by Serlite on 28/09/2020
Wagered
3.92000000 Multiplier
19.49x Profit
72.47366560 Bet: 68,162,175,982
placed by Serlite on 28/09/2020
Wagered
3.92000000 Multiplier
19.49x Profit
72.47366560 And here's the script - it's almost all brand-new! As usual, feel free to update the currency and amount as needed, then paste it into the Code tab of dicebot in Programmer Mode:
chance = 5.08 nextbet = 3.92 bethigh = true currency = "Doge" local firstHit = false function dobet() local betIdString = tostring(lastBet.Id) if win then if firstHit then print(lastBet.Id) ching() stop() elseif isEvenSum(betIdString) firstHit = true print(lastBet.Id) else firstHit = false end elseif !win then firstHit = false end end function isEvenSum(betIdString) local sum = 0 for i = 1, string.len(betIdString) do sum += tonumber(string.sub(betIdString, i, i)) end print (sum) return (sum % 2) == 0 end
-
ombrerico reacted to Serlite in 🏆 [800$] Around the Globe: Turkey 🇹🇷
Huh, this ended up being a lot easier than I thought! I guess the bet ID thing wasn't so rare after all.
Bet: 67,739,741,533
placed by Serlite on 21/09/2020
Wagered
3.92000000 Multiplier
5.00x Profit
15.68000000 Bet: 67,739,808,599
placed by Serlite on 21/09/2020
Wagered
3.92000000 Multiplier
5.00x Profit
15.68000000 Bet: 67,739,930,177
placed by Serlite on 21/09/2020
Wagered
3.92000000 Multiplier
5.00x Profit
15.68000000 Bet: 67,740,581,577
placed by Serlite on 22/09/2020
Wagered
3.92000000 Multiplier
5.00x Profit
15.68000000 As for the script, well, it's a pretty basic one. The important thing is that you add "slow.txt" into your dicebot folder, or else dicebot will see the GUID ID and not the numerical ID. Other than that, feel free to change up the currency/amount as needed:
chance = 19.8000 nextbet = 3.92 bethigh = true currency = "Doge" function dobet() local betIdString = tostring(lastBet.Id) local betIdEnd = string.sub(betIdString, -2) if win and (betIdEnd == "33" or betIdEnd == "55" or betIdEnd == "77" or betIdEnd == "99") then print(lastBet.Roll) print(lastBet.Id) ching() stop() end end
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Spain 🇪🇸
Well, this is a nice and easy one - hopefully everyone gives this a shot!
Bet: 67,327,612,359
placed by Serlite on 14/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 Bet: 67,327,612,573
placed by Serlite on 14/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 Bet: 67,327,612,795
placed by Serlite on 14/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 Bet: 67,327,613,008
placed by Serlite on 14/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 As for the script, well, it may be familiar to some of you. But I haven't used it in a while! As usual, paste it into the Code tab of Dicebot in Programmer Mode. Feel free to update currency/amount as desired. Good luck!
chance = 49.5 nextbet = 3.68 bethigh = true currency = "Doge" local targetStreak = 4 local longestAscendingStreak = 0 local lastWinningRollNumber = 100 function dobet() if win then if lastBet.Roll > lastWinningRollNumber then longestAscendingStreak = longestAscendingStreak + 1 print(lastBet.id) else longestAscendingStreak = 1 print(lastBet.id) end lastWinningRollNumber = lastBet.Roll else longestAscendingStreak = 0 lastWinningRollNumber = 100 end if longestAscendingStreak >= targetStreak then ching() stop() end end
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Chile 💃
Whew, this 2x multiplier really got me worried about variance. But I finished it anyway!
1.42
Bet: 67,003,320,925
placed by Serlite on 07/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 6.58
Bet: 67,003,567,305
placed by Serlite on 07/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 3.29
Bet: 67,004,562,843
placed by Serlite on 07/09/2020
Wagered
3.68000000 Multiplier
2.00x Profit
3.68000000 Here's the script that I used - nothing complicated, just the usual rollhunt. Good luck!
chance = 49.5 nextbet = 3.68 bethigh = false currency = "Doge" numbersToHunt = {1.42, 1.52, 3.29, 4.03, 6.58} function dobet() if containedInSet(lastBet.Roll, numbersToHunt) then ching() print(lastBet.Roll) print(lastBet.Id) stop() end end function containedInSet(x, set) for key, value in pairs(set) do if x == value then return true end end return false end
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Venezuela ⚡
All right, a normal rollhunt! Nice to have something simple once in a while...
60.20
Bet: 66,339,856,339
placed by Serlite on 24/08/2020
Wagered
3.40000000 Multiplier
1.01x Profit
0.03468000 31.00
Bet: 66,340,455,761
placed by Serlite on 24/08/2020
Wagered
3.40000000 Multiplier
1.01x Profit
0.03468000 2.03
Bet: 66,339,993,014
placed by Serlite on 24/08/2020
Wagered
3.40000000 Multiplier
1.01x Profit
0.03468000 And here's the script. You may notice I don't add any logic to check the bet ID...why's that? Because the most efficient way to hunt this challenge is when you don't have to worry about the bet ID - when you know for sure it will have a 3 in it.
To guarantee that, just wait until the bet IDs being rolled have a digit 3 in a pretty high place. Like the bet that I rolled: 66,339,856,339 - it has a 3 in the hundred million place, which won't change for a very long time. Then just do a normal rollhunt, because you know that your bet IDs will also have at least a 3 in the same place! Feel free to change up the currency and bet amount, and don't forget to delete groups as you hit them.
chance = 98 nextbet = 3.4 bethigh = false currency = "Doge" numbersToHunt = { -- Group 1 2.60, 6.02, 60.20, -- Group 2 1.30, 13.01, 31.00, -- Group 3 2.03, 20.30, 30.03 } function dobet() if containedInSet(lastBet.Roll, numbersToHunt) then ching() print(lastBet.Roll) print(lastBet.Id) stop() end end function containedInSet(x, set) for key, value in pairs(set) do if x == value then return true end end return false end
-
ombrerico reacted to Serlite in 🏆 [$800] Around the Globe: Jamaica 🌴
Whew, after weeks of those tough challenges, it's nice to have one I can script without worrying about the cost.
Bet: 65,939,386,899
placed by Serlite on 17/08/2020
Wagered
3.27000000 Multiplier
3.00x Profit
6.54000000 Bet: 65,939,387,182
placed by Serlite on 17/08/2020
Wagered
3.27000000 Multiplier
3.00x Profit
6.54000000 Bet: 65,939,387,469
placed by Serlite on 17/08/2020
Wagered
3.27000000 Multiplier
3.00x Profit
6.54000000 As for the script, it's an old one I dug up. Still works! Feel free to change currency/amount as needed, and paste it into the Code tab of dicebot in Programmer Mode. Good luck!
chance = 33 nextbet = 3.27 bethigh = false currency = "Doge" local targetStreak = 3 local longestDescendingStreak = 0 local lastWinningRollNumber = 100 function dobet() if win then if lastBet.Roll < lastWinningRollNumber then longestDescendingStreak = longestDescendingStreak + 1 else longestDescendingStreak = 1 end lastWinningRollNumber = lastBet.Roll else longestDescendingStreak = 0 lastWinningRollNumber = 100 end if longestDescendingStreak >= targetStreak then ching() stop() end end
-
ombrerico reacted to Serlite in 🏆 [3.2 ETH] Around the Globe: Ireland 🍀
This one's not too bad! As long as you can use dicebot to your advantage...
Bet: 60,511,822,920
placed by Serlite on 09/06/2020
Wagered
3.71000000 Multiplier
20.00x Profit
70.49000000 Bet: 60,512,853,120
placed by Serlite on 09/06/2020
Wagered
3.71000000 Multiplier
20.00x Profit
70.49000000 For the script, it's not too complex - with the caveat that by default Seuntjie's dicebot does not retrieve the numerical bet ID. In order to make it to do, you need to create a file "slow.txt" and put it in the main dicebot folder. This will cause dicebot to do an extra call to get that ID, slowing down betting - so remove it when you need to bet fast! Otherwise, you'll be in for an aggravating experience.
As usual, change the currency/amount as needed. And don't forget to swap bethigh when you need to hunt different sides!
chance = 4.9500 nextbet = 3.71 bethigh = false currency = "Doge" function dobet() local betIdString = tostring(lastBet.Id) if win and string.sub(betIdString, -2) == "20" then print(lastBet.Roll) print(lastBet.Id) ching() stop() end end
-
ombrerico reacted to Nenad in 👑 [1 BTC] 60 Billionth Bet Challenge! 🔥
60 Billionth Bet Challenge! 🍀
Ends: with the reach of the 60,000,000,000 bet
Minimum reward: 100,000 Satoshi!
We are extremely proud to announce that Primedice is approaching a new milestone of a grand total of 60 billion bets made on the platform. 🎲 To win this challenge, you must catch the 60 billionth bet whatsoever with a bet amount higher than 0 and win a guaranteed prize of 100,000 satoshi. If you are that lucky a player and your profit (or loss) is higher than 1001 satoshi, than it will be multiplied by 100x and rewarded to you as a win! Max win you can get is 1 BTC award or any other coin that we support in that value. So the higher the bet amount, the bigger the prize you could reach no matter if you win or lose. If the 60 billionth bet does not fulfill one of the requirements, the next one in the row that does, will be awarded. Also, the first 100 posters on this topic will get 26k satoshi bonus at the end of the promotion. Please, do not try to enter with alts, this will be most strictly sanctioned!
Requirement
Hit the 60 billionth bet with any bet amount higher than 0. 'Hide bets from public' option must be disabled (for the 60 billionth bet). Capped payout for winning this challenge is 1 BTC or any other coin that we support in that value. (value accounted on the day of crediting). Valid winner for 60 billionth bet will be paid in the respective currency (currency in which the bet is made). 1 valid entry per household. (for the forum posters). Comment your Primedice username below. (for the forum posters). 10+ Post count on the forum (for the forum posters).
*We will announce the winner on this topic once it occurs! Good luck everyone! 🍀
**Note: In the case that the 60 billionth bet is not a valid entry, we will continue forward one bet at a time, until we have a valid winner!
-
ombrerico reacted to Serlite in 🏆 [4 ETH] Around the Globe: Serbia 📯
This one was nice and easy - I expect there'll be lots of entries for this one!
96.31
Bet: 59,239,547,405
placed by Serlite on 25/05/2020
Wagered
3.50000000 Multiplier
6.00x Profit
17.50000000 93.41
Bet: 59,239,650,338
placed by Serlite on 25/05/2020
Wagered
3.50000000 Multiplier
6.00x Profit
17.50000000 6.93
Bet: 59,239,708,368
placed by Serlite on 25/05/2020
Wagered
3.50000000 Multiplier
6.00x Profit
17.50000000 It won't take a lot of rolls to hit...but just in case you want to save your eyes from screening numbers manually, here's a digit-hunting script you can use. Don't forget to change bethigh to false for rolling under! As usual, update the currency/multiplier as needed:
chance = 16.50 nextbet = 3.5 bethigh = true currency = "Doge" local targetDigit = 3 function dobet() -- break down roll number into comparable components local digit4 = round((lastBet.Roll * 100) % 10) local digit3 = round(((lastBet.Roll * 100) % 100 - digit4) / 10) local digit2 = round(((lastBet.Roll * 100) % 1000 - digit3 * 10 - digit4) / 100) local digit1 = round(((lastBet.Roll * 100) - digit2 * 100 - digit3 * 10 - digit4) / 1000) if win and isValidPattern(digit1, digit2, digit3, digit4) then print(tostring(lastBet.Roll)) print(tostring(lastBet.Id)) ching() stop() end end function round(x) return math.floor(x + 0.5) end function isValidPattern(digit1, digit2, digit3, digit4) if digit1 == targetDigit or digit2 == targetDigit or digit3 == targetDigit or digit4 == targetDigit then return true end return false end
-
ombrerico got a reaction from Labsjean in PO 2.91 TO 3X
I like to use 1.32 or 1.41
I like to see the green bar a lot bigger than the red one.