Pages:
Author

Topic: Casinobit SimplePoker - The First Bitcoin Poker (For fun) - page 2. (Read 4912 times)

legendary
Activity: 2786
Merit: 1031
Quote
Cannot connect to the server, it is currently unreachable.

I'll check again tomorrow.

No point in letting players play the old bugged version I thought!

Oh, ok!

Tomorrow then! Smiley
sr. member
Activity: 364
Merit: 250
Quote
Cannot connect to the server, it is currently unreachable.

I'll check again tomorrow.

No point in letting players play the old bugged version I thought!
legendary
Activity: 2786
Merit: 1031
Quote
Cannot connect to the server, it is currently unreachable.

I'll check again tomorrow.
sr. member
Activity: 364
Merit: 250
New version with animations is going up tomorrow.
sr. member
Activity: 364
Merit: 250
Fixed some more bugs, amazing how many you can find if you look thoroughly. Thanks for the logs everyone.
legendary
Activity: 2786
Merit: 1031
Fixed a couple more bugs that have been reported, I thank everyone sincerely from the bottom of the heart, you guys are too great.

I am thinking of doing a 1BTC freeroll.

That would be great!

Is the site ready for that?

Maybe a little more testing...
sr. member
Activity: 364
Merit: 250
Fixed a couple more bugs that have been reported, I thank everyone sincerely from the bottom of the heart, you guys are too great.

I am thinking of doing a 1BTC freeroll.
legendary
Activity: 2786
Merit: 1031
sr. member
Activity: 364
Merit: 250
Newest version is now up, I encourage players to try it out more than ever now since there are no bugs that I am aware of.
sr. member
Activity: 364
Merit: 250
Already fixed more bugs than I can count, thanks for the help guys, the server isn't the latest version currently but we will update it soon.
sr. member
Activity: 364
Merit: 250
http://www.casinobit.net/poker/provable.html

Code:
404 Not Found

The resource requested could not be found on this server!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

EDIT: And nobody's playing Cry

I know, because I've never created the page, it's a dummy menu, but essentially the server packs all the server secrets together clockwise starting from player 0 and then creates a SHA512 hash.

Starting from the 2th character from the left, we convert every 4 characters to bytes and then to unsigned long which we then feed into the RandomRange of Mersenne Twister and use a classic shuffling function:
Code:
int k = r.RandomRange(0, n-1);
int temp = deck[k];
deck[k] = deck[n - 1];
deck[n - 1] = temp;
To move one card, we then move another 2 characters to the left and repeat the process until all the cards have been shuffled.

You can get all the player secrets in the Fair Play menu in the left bottom at the end of each game.

A SHA256 hash is also created and sent to the players in advance to show that we have not manipulated the results.

We don't really have that much free time on our hands but we are hoping to recreate everything in Javascript.
full member
Activity: 196
Merit: 100
http://www.casinobit.net/poker/provable.html

Code:
404 Not Found

The resource requested could not be found on this server!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

EDIT: And nobody's playing Cry
sr. member
Activity: 364
Merit: 250
New promo is on
legendary
Activity: 2786
Merit: 1031
legendary
Activity: 1134
Merit: 1112
Signed up  Wink



Anyone want to play?  Cheesy
sr. member
Activity: 364
Merit: 250
How one could be eligible to receive that 0.1 BTC?   Smiley

Read the original post
hero member
Activity: 672
Merit: 500
How one could be eligible to receive that 0.1 BTC?   Smiley
legendary
Activity: 2786
Merit: 1031
I am in too  Smiley

I guess we can test the site a little and spend some fictional coins...

It seems that we are likely to leave all the play money in the testing accounts after the withdraw feature has been implemented and let the testers withdraw if they want. Isn't 100% yet.

Anyway congrats https://blockchain.info/tx/023937725a65ebe5658607810f53d21c1bd0bfc3393fdc2d072dee62b51f2403.

Thank you very much!

That would be great, I will not bet it on some fullish hand then, hehe.
sr. member
Activity: 364
Merit: 250
I am in too  Smiley

I guess we can test the site a little and spend some fictional coins...

It seems that we are likely to leave all the play money in the testing accounts after the withdraw feature has been implemented and let the testers withdraw if they want. Isn't 100% yet.

Anyway congrats https://blockchain.info/tx/023937725a65ebe5658607810f53d21c1bd0bfc3393fdc2d072dee62b51f2403.
newbie
Activity: 42
Merit: 0
Sounds like a great concept!  Cheesy

Good work Smiley
Pages:
Jump to: