Bitcoin Forum
June 17, 2024, 03:15:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  Print  
Author Topic: New and Unique BTC game | Pachinko - Come and get addicted |Start Rollin'  (Read 31038 times)
shulio
Legendary
*
Offline Offline

Activity: 1540
Merit: 1016


View Profile
July 01, 2015, 02:05:09 PM
 #121

This website is probably fair?

Yes the website is provably fair. You can check on this for how to verify your bet https://www.youtube.com/embed/QJDeufEfq40
   
This is if you know about codes and want to do manually

Code:
// Want to compare manually? Enter following values in a PHP script accordingly:

$server_seed = ""; // server seed
$client_seed = ""; // client seed
$hash = hash_hmac('sha512', $server_seed, $client_seed);
$index = 0;
$start = $index * 5;
$end = 5;
$sub = substr($hash, $start, $end);
$roll = intval($sub, 16);
while($roll >= 1000000){
$index++;
$start = $index * 5;
$end = 5;
$sub = substr($hash, $start, $end);
$roll = intval($sub, 16);
if($roll >= 1000000){
if($index * 5 + 5 > 128){
$roll = 99.9999;
}
} else {
break;
}
}
$roll %= 10000;
$roll /= 1000;

echo "<br>Server Hash: " . hash('sha256', $server_seed);
echo "<br>Roll Result: " . number_format($roll, 3);
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 01, 2015, 02:23:25 PM
 #122

As we added multiple transactions from blockchain.info the client seed is now

txid_rollid instead of txid. For today's bets it will be as txid_rollid.

Regards
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 01, 2015, 06:56:36 PM
 #123

Hitting max multiplier is not too hard here. Three times 3x in recent bets page on bronze table. Congratulations to winners.


games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 02, 2015, 08:59:45 AM
 #124

How to play video also added in top post.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 02, 2015, 11:17:09 PM
 #125

2000th roll bonus went to Player-X. Nxt bonus on 2500th roll.
cryptworld
Hero Member
*****
Offline Offline

Activity: 714
Merit: 503



View Profile
July 02, 2015, 11:25:53 PM
 #126

2000th roll bonus went to Player-X. Nxt bonus on 2500th roll.

What was the bonus?
I can't see  Undecided

It's a pity I don't really know to play this game
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 02, 2015, 11:33:48 PM
 #127

2000th roll bonus went to Player-X. Nxt bonus on 2500th roll.

What was the bonus?
I can't see  Undecided

It's a pity I don't really know to play this game

It was a really small bounty. The txid was shared on chat. Its really easy to play this game. Here is a video on how to play for your convenience https://www.youtube.com/watch?v=CzAUh969QHo
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
July 02, 2015, 11:38:52 PM
 #128

2000th roll bonus went to Player-X. Nxt bonus on 2500th roll.

What was the bonus?
I can't see  Undecided

It's a pity I don't really know to play this game

the bonus was 0.005 BTC i believe, if i remember what I saw in chat correctly. There is a video on the site (how to play) that will give you a run down on what to do. dont get addicted like me though, ive won a fair bit from the site but damn its so fun to play i dont know why.

theres nothing here. message me if you want to put something here.
Mist
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250

:)


View Profile
July 03, 2015, 04:43:56 AM
 #129

2000th roll bonus went to Player-X. Nxt bonus on 2500th roll.

What was the bonus?
I can't see  Undecided

It's a pity I don't really know to play this game

the bonus was 0.005 BTC i believe, if i remember what I saw in chat correctly. There is a video on the site (how to play) that will give you a run down on what to do. dont get addicted like me though, ive won a fair bit from the site but damn its so fun to play i dont know why.
Addiction is the best, I feel the same way about bustabit.com . I do enjoy this site quite a bit too, that video is definetly a good place to start i you want to play the game.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 03, 2015, 12:57:55 PM
 #130

Thanks everyone for positive comments.
sbankerdemon
Full Member
***
Offline Offline

Activity: 168
Merit: 100


http://pachinko.games-bit.com/


View Profile
July 03, 2015, 06:41:26 PM
 #131

When you guys are planning for final launch?Huh

trafficolaa
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
July 03, 2015, 07:28:48 PM
 #132

@OP 0.005btc is high amount for bet so i will suggest you reduce it to 0.002btc like one of the famous site and up the maximum bet amount, with current maximum bet is very hard to recover if we use multiplier for each bet.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 03, 2015, 07:36:37 PM
 #133

@OP 0.005btc is high amount for bet so i will suggest you reduce it to 0.002btc like one of the famous site and up the maximum bet amount, with current maximum bet is very hard to recover if we use multiplier for each bet.

yes probably next week we will change min bet and probably max bet too.
sbankerdemon
Full Member
***
Offline Offline

Activity: 168
Merit: 100


http://pachinko.games-bit.com/


View Profile
July 04, 2015, 12:02:53 PM
 #134

can u add something to make boards with our own multipliers? like other sites do ?

games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 04, 2015, 08:17:13 PM
 #135

can u add something to make boards with our own multipliers? like other sites do ?

Currently we are working on that only. It will be finished soon.
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
July 05, 2015, 04:17:41 AM
 #136

were there any negative effects from the SPV mining since this is an on chain game?

theres nothing here. message me if you want to put something here.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 05, 2015, 09:29:48 AM
 #137



hi sir what happen to your site? i send .005 mbtc two times and when i got back to the page i saw this:

Error 522 Ray ID: 2011aa645a312132 • 2015-07-05 08:23:18 UTC
Connection timed out

PS: pls give back my 10mbtc .. and please fix your site quick.. i love your site but pls dont take away my 10 mbtc for nothing..
hope you can help me.. thanks.


Sorry for this issue. there is some maintenance going on from our hosting provider. Please paste your txid here. When server it should be processed automatically. If not we will refund your amount manually.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 05, 2015, 11:17:56 AM
 #138

were there any negative effects from the SPV mining since this is an on chain game?


Didn't encountered any error yet. The server is up now. All bets seems processed. If there is any unprocessed please post txid here.
games.bit (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 05, 2015, 07:22:00 PM
 #139

Next small bonus on bet number 3000  Cheesy
sbankerdemon
Full Member
***
Offline Offline

Activity: 168
Merit: 100


http://pachinko.games-bit.com/


View Profile
July 05, 2015, 10:33:29 PM
 #140

What about invest option. planning for any?

Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!