-
Content Count
130 -
Joined
-
Last visited
Reputation Activity
-
hardbringer87 reacted to Aleksandra in 🏆 [0.08 BTC] Walk of Fame: The Bard 📜
Walk of Fame: The Bard 📜
Ends: 23/12/19 @ Midday (12pm) GMT
Requirements:
Hit 4 different numbers from the following batch and on any multiplier: | 20.02 | 20.22 | 50.05 | 50.55 | 70.07 | 70.77 | 90.09 | 90.99 | You are allowed to change seeds and side is not specified. Bets must be winning ones; payout can be any of your choosing. Minimum bet: 0.00000100 0.00003500 0.00005000 0.00017000 3.40000000 0.03200000 0.51000000 1 valid entry per household. Bets must have been made after the commencement of this promotion. Do not change your linked account during the whole duration of the promotion. 10+ forum post count. Haven't broken any General Giveaways Rules! Prize Pool(s)
Minimum prize pool: 0.01 BTC If over 30 participants: 0.03 BTC If over 50 participants: 0.05 BTC If over 100 participants: 0.06 BTC If over 200 participants: 0.08 BTC
How to Enter
Respond to this topic, and link your bet IDs using the link function in the text editor. Feel free to edit your posts as you catch the new bets. (Paste your bet id, then highlight and click on the link bet button, as shown in image below)
-
hardbringer87 reacted to Bumshak in 🥇[CLOSED/PAID] [0.2 BTC] Green Streak 🎲 | TIER
Just got a quite pretty good streak of 11 in a row:
Bet: 44,639,826,594
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,827,103
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,827,523
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,827,997
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,828,392
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,828,980
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,829,429
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,829,869
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,830,297
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,830,718
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
Bet: 44,639,831,154
placed by Bumshak on 13/12/2019
Wagered
4.00000000 Multiplier
3.00x Profit
8.00000000
-
hardbringer87 got a reaction from Noeprellik1 in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 got a reaction from darlison in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 got a reaction from slasher555 in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 reacted to Flansca in 🥇[CLOSED/PAID] [0.2 BTC] Green Streak 🎲 | TIER
Bet: 44,256,232,770
placed by Flanscaaa on 10/12/2019
Wagered
0.00010000 Multiplier
3.00x Profit
0.00020000 Bet: 44,256,234,202
placed by Flanscaaa on 10/12/2019
Wagered
0.00010000 Multiplier
3.00x Profit
0.00020000 2 win streak, why not?
-
hardbringer87 got a reaction from bitboy26 in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 got a reaction from
Shekhar1992GLin My 6x gambling technique
Ive started learn it after I found out that there is a DiceBot.
LUA is not so hard to code
-
hardbringer87 reacted to Nenad in 🥇[CLOSED/PAID] [0.2 BTC] Green Streak 🎲 | TIER
Green Streak! 🎲
Ends: 16/12/19 @ Midday (12pm) GMT
Requirements:
Win as many consecutive bets (in a row) on 3x multiplier as you can Changing sides is allowed, and you can start on whichever side you find suitable Bets (nonce) must be consecutive and you can not change seed pair between bets Minimum bet amount: 0.00010000 0.00350000 0.00500000 0.01650000 3.30000000 51.5100000 330.000000 If you prefer to play with lower bets, you may also participate in our weekly challenge located here: https://forum.primedice.com/board/51-official/. The VIP challenges are more focused towards players who are looking to try their luck with higher bets Bets must have been made after the beginning of this promotion You have to be one of the VIP members on our site (to be at least Bronze VIP level) 1 valid entry per household Hidden bets mode should be disabled when you want to link your bets on this thread The prizes will be paid to accounts on which the winning bet was made
*Note: In case of a tie, users will be ranked in the following manner:
the advantage will go to the one who has biggest strike (number of bets in a row) In case of a tie again, the user with a higher bet amount will be given the advantage. if we have several users in this group with the same bet amount as well, the one who posted/edited their post first will have the advantage Prize Pool distribution:
1st place - 0.07 BTC 2nd place - 0.035 BTC 3rd place - 0.02 BTC 4th place - 0.012 BTC 5th place - 0.008 BTC 6th to 10th place - 0.005 BTC If less than 20 eligible entries: from 11th-20th place will each get 0.002 BTC If over 20 eligible users: from 11th place onward, eligible users will get a share in 0.03 BTC prize pool
How to Enter:
Respond to this topic, and link your bet ID using the link function in the text editor. (Paste your bet id, then highlight and click on the link bet button, as shown in the image below. In case you are not sure how to do this, feel free to contact any of the Support members.)
-
hardbringer87 reacted to 999qwerty999 in 🥇[CLOSED/PAID] [0.2 BTC] Green Streak 🎲 | TIER
Bet: 44,234,753,099
placed by 999qwerty999 on 09/12/2019
Wagered
246.00000000 Multiplier
3.00x Profit
492.00000000 Bet: 44,234,753,930
placed by 999qwerty999 on 09/12/2019
Wagered
492.00000000 Multiplier
3.00x Profit
984.00000000 Bet: 44,234,755,139
placed by 999qwerty999 on 09/12/2019
Wagered
984.00000000 Multiplier
3.00x Profit
1968.00000000 Bet: 44,234,755,817
placed by 999qwerty999 on 09/12/2019
Wagered
1968.00000000 Multiplier
3.00x Profit
3936.00000000
-
hardbringer87 reacted to Jelena in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
Walk of Fame: Frida Kahlo 🌹
Ends: 16/12/19 @ Midday (12pm) GMT
Requirements:
Win five different palindrome numbers on 10x payout. You are allowed to change seeds and side is not specified, but bets need to be winning ones. Examples of the numbers: 91.19, 92.29... 99.99, 00.00, 01.10, 02.20...08.80; Minimum bet: 0.00000100 0.00003500 0.00005000 0.00017000 3.40000000 0.03200000 0.51000000 1 valid entry per household. Bets must have been made after the commencement of this promotion. Do not change your linked account during the whole duration of the promotion. 10+ forum post count. Haven't broken any General Giveaways Rules! Prize Pool(s)
Minimum prize pool: 0.01 BTC If over 30 participants: 0.03 BTC If over 50 participants: 0.05 BTC If over 100 participants: 0.06 BTC If over 200 participants: 0.08 BTC
How to Enter
Respond to this topic, and link your bet IDs using the link function in the text editor. Feel free to edit your posts as you catch the new bets. (Paste your bet id, then highlight and click on the link bet button, as shown in image below)
-
hardbringer87 got a reaction from Flansca in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 got a reaction from moka5555 in 🏆 [0.08 BTC] Walk of Fame: Frida Kahlo 🌹
lets go!
Maybe my simple code will help somebody
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2) 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900
Done !
-
hardbringer87 got a reaction from iulianbutanu in My 6x gambling technique
Yeah, ill try it, but later
-
hardbringer87 reacted to Nenad in 🥇[CLOSED/PAID] [0.2 BTC] Shooting Competition🎯|TIER
Shooting Competition 🎯
Ends: 09/12/19 @ Midday (12pm) GMT
Requirements:
Roll any number between 0.00 and 0.10 on any payout: |0.00 | 0.01 | 0.02 | 0.03 | 0.04 | 0.05 | 0.06 | 0.07 | 0.08 | 0.09 | 0.10 |
Bets can be both winning and losing ones. Minimum bet amount: 0.00010000 0.00340000 0.00490000 0.01550000 3.30000000 320.00000000 If you prefer to play with lower bets, you may also participate in our weekly challenge located here: https://forum.primedice.com/board/51-official/. The VIP challenges are more focused towards players who are looking to try their luck with higher bets. Bets must have been made after the beginning of this promotion You have to be one of the VIP members on our site (at least Bronze VIP level) 1 valid entry per household Hidden bets mode should be disabled when you want to link your bets on this thread The prizes will be paid to accounts on which the winning bet was made
NOTE:
Prizes will be determined by the bet amount. The highest bet amount will take 1st place and so on In case of a tie, then the user who posted/edited their entry first will have the advantage Prize Pool distribution:
1st place - 0.07 BTC 2nd place - 0.035 BTC 3rd place - 0.02 BTC 4th place - 0.012 BTC 5th place - 0.008 BTC 6th to 10th place - 0.005 BTC If less than 20 eligible entries: from 11th-20th place will each get 0.002 BTC If over 20 eligible users: from 11th place onward, eligible users will get a share in 0.03 BTC prize pool Note: Make sure to engage as many VIP friends as possible for the higher prize pool!
How to Enter:
Respond to this topic, and link your bet ID using the link function in the text editor. (Paste your bet id, then highlight and click on the link bet button, as shown in the image below. In case you are not sure how to do this, feel free to contact any of the Support members.)
-
-
hardbringer87 got a reaction from Partyboy in [0.08 BTC] Walk of Fame: Alfred Hitchcock 🔪
4 13.0092x at row:
99.68
Bet: 43,558,375,140
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 18.66
Bet: 43,558,850,630
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001
-
hardbringer87 got a reaction from moka5555 in [0.08 BTC] Walk of Fame: Alfred Hitchcock 🔪
4 13.0092x at row:
99.68
Bet: 43,558,375,140
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 18.66
Bet: 43,558,850,630
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001
-
hardbringer87 got a reaction from kiran232 in [0.08 BTC] Walk of Fame: Alfred Hitchcock 🔪
4 13.0092x at row:
99.68
Bet: 43,558,375,140
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 18.66
Bet: 43,558,850,630
placed by hardbringer87 on 02/12/2019
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001
-
hardbringer87 reacted to UltraChief in V6Turbo aka CLAIMER is going to be a new Grahamesko?
Whether he will make a fortune out of his bets is still a speculation. Not every gambler wins and not every gambler loses. It will depend on how lucky he gets, how he manages his bankroll and how he copes up with losses.
These I believe are the things of utmost importance in an dice game.
-
hardbringer87 reacted to Jovan in 🏆 [0.08 BTC] Walk of Fame: The Red Baron 🚨
Walk of Fame: The Red Baron 🚖
Ends: 02/12/19 @ Midday (12pm) GMT
Requirement:
First - Win a bet with 3300 multiplier, rolling over 99.96 Second - Win a bet with 1650 multiplier, rolling under 0.06 Third - Win a bet with 7 multiplier, rolling the exact number 7.00 All bets must have been made in the exact order. Bets do not have to be consecutive and you are allowed to change the seed. Minimum bet: 0.00000100 0.00003400 0.00004900 0.00016000 3.07000000 0.03100000 1 valid entry per household. Bets must have been made after the commencement of this promotion. Do not change your linked account during the whole duration of the promotion. 10+ forum post count. Haven't broken any General Giveaways Rules! Prize Pool(s)
Minimum prize pool: 0.01 BTC If over 30 participants: 0.03 BTC If over 50 participants: 0.05 BTC If over 100 participants: 0.06 BTC If over 200 participants: 0.08 BTC
How to Enter
Respond to this topic, and link your bet IDs using the link function in the text editor. Feel free to edit your posts as you catch the new bets. (Paste your bet id, then highlight and click on the link bet button, as shown in image below)
-
hardbringer87 got a reaction from UltraChief in 🥇[CLOSED/PAID] [0.2 BTC] Need For Speed 🏎️ | TIER
Bet: 42,571,367,461
placed by hardbringer87 on 21/11/2019
Wagered
0.00010000 Multiplier
2.00x Profit
0.00010000 small one, just to participate
-
hardbringer87 reacted to UltraChief in [0.0032BTC] [Raffle - 21] Ultra's Raffles! Enter your names here!
Here is the winners list of the 21st raffle!
1 - borokokok
2 - Byteking
3 - hardbringer87
4 kuchluk81
5- Etude
6 infi
7 - majes201
8 Kittkatt
9 demarkus89
10 tomuco
11 bondardima
12-jahithber
13 - sheenazbay
14 giorgim66
15 winnwave
16- MateuszHDHR1
Congrats to the winners!
-
hardbringer87 reacted to Zoltan in [0.0015 BTC] Shooting practice
Ends: Whenever the goal is reached
Requirements
What i need from all of you, that you fill out this topic with rolls that have the following numbers: [0.01; 06.90; 12.34; 17.79; 21.23; 23.99; 31.33; 44.44; 47.47; 50.05; 69.69; 73.37; 84.48; 93.93; 99.99]. You have to hit only one of these numbers, no order is needed, so you can go for any number immediately but if someone posts a bet then that number is taken and you have to choose another one. Only one bet per user! So we will have 15 different winners !
No minimum bet!
Bets must have been made after the commencement of this promotion.
They have to be winning bets.
Do not change your linked account during the whole duration of the promotion.
10+ forum post count.
Haven't broken any General Giveaways Rules!
Prize Pool
Every correct entry is 0.0001 BTC
How to Enter
Respond to this topic, and link your bet IDs using the link function in the text editor.
(Paste your bet id, then highlight and click on the link bet button)
-
hardbringer87 reacted to kippo in [0.0015 BTC] A quick walk through decades
16.00
Bet: 36,027,814,412
placed by Kittkatt on 04/09/2019
Wagered
0.00000000 Multiplier
1.01x Profit
0.00000000