Pages:
Author

Topic: Bitcoin Game (beta testing invitation) (Read 1994 times)

newbie
Activity: 24
Merit: 0
October 19, 2015, 02:53:52 PM
#35
I have some problem verifying my bet, and I would like to know if I did something wrong in the process.

Hash: FA0CDD2ADE57124373BF56A3F13F60E1DB2201FDAA2FA0A4C3567583F3095AC1
Number: AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20
Server Seed: 0111001111

The "Hash" is supposed to be calculated as SHA256(SHA256(Ticket Number + '-' + Server Seed)), but SHA256(AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20-0111001111) is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d and
SHA256(b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d) is 6ee32217ef397baeacc6f04a3024f4b06bac56777bf56bf93a5bc1c25c078fee



Sorry I was busy last week and did not have the time to make an update on this. In fact, I received a PM from OP a week ago (just shortly after I raised the question).

Hey, thanks for verifying bets!

After first SHA256 everything is right as you use UTF8 and result is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d, but for second SHA256 no need to use UTF8 as there is no string separator, so input of second SHA256 will be just binary representation first hash.

You can try it in Bitcore playground http://bitcore.io/playground/#/units bitcore.crypto.Hash.sha256(bitcore.util.buffer.hexToBuffer('b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d'))

And that gives me the exact same hash I received before playing the game. Another way to do that is to use http://www.fileformat.info/tool/hash.htm to do the first hash as string and do the second hash as binary data.


TL;DR: The site is provably fair. The bet verification can be done easily. The OP is helpful and answers my question promptly.

Thanks for the update! So it looks like the site is worth trying.

As far as I understand the site works with Testnet Bitcoins which you can get free and with real bitcoins which you can deposit there right? So, no faucet with real bitcoins?

Website now works with real bitcoins, we updated it Yesterday, and preparing it for the final bug fixing and launch later this week. We will have "Demo Ticket" to try it for free.
newbie
Activity: 24
Merit: 0
October 19, 2015, 02:48:34 PM
#34
seems to be a pretty interesting game cant wait to try it out with real money

You already can try it with real bitcoins, we suggest small amounts, up to 10,000 bits, max bet limited to 250 bits, maximum payout amount limited to 232,000 bits.
newbie
Activity: 24
Merit: 0
October 19, 2015, 02:44:16 PM
#33
Is beta testing over or you still need people to test the site ? I see there some updates were announced today but still it is in beta version and many things to be done like UI issues for mobile users.Is there any reward for beta testers or it is voluntarily ?

We are ready to pay a bounty (0.1 - 0.4 BTC) for any security bug you found.

(We aware that our API service allow CORS request form any origin  Wink)
full member
Activity: 238
Merit: 100
October 19, 2015, 02:42:06 PM
#32
seems to be a pretty interesting game cant wait to try it out with real money
newbie
Activity: 24
Merit: 0
October 19, 2015, 02:36:38 PM
#31
Wanted to check out the website, but it's in maintenance mode.when it'll be online again?

Website back again, with real bitcoins, it is beta though (max bet amount limited to 250 bits), but fully working and playable, we have some UI issues on the mobile version at the moment.
Design is awesome. btw will there be any promotion? i'm gonna play at your website later. Cheesy

We are preparing promotions and giveaways after launch later this week, thanks for the interest.
legendary
Activity: 1400
Merit: 1009
October 19, 2015, 11:19:29 AM
#30
Wanted to check out the website, but it's in maintenance mode.when it'll be online again?

Website back again, with real bitcoins, it is beta though (max bet amount limited to 250 bits), but fully working and playable, we have some UI issues on the mobile version at the moment.
Design is awesome. btw will there be any promotion? i'm gonna play at your website later. Cheesy
hero member
Activity: 672
Merit: 500
October 19, 2015, 07:40:03 AM
#29
I tried to open this site from android device and still is not corresponding as it should be.Would like to give it a try after fixing the issues by the op.
hero member
Activity: 784
Merit: 1000
October 19, 2015, 07:35:24 AM
#28
Is beta testing over or you still need people to test the site ? I see there some updates were announced today but still it is in beta version and many things to be done like UI issues for mobile users.Is there any reward for beta testers or it is voluntarily ?
legendary
Activity: 3234
Merit: 2112
I stand with Ukraine.
October 19, 2015, 03:59:43 AM
#27
I have some problem verifying my bet, and I would like to know if I did something wrong in the process.

Hash: FA0CDD2ADE57124373BF56A3F13F60E1DB2201FDAA2FA0A4C3567583F3095AC1
Number: AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20
Server Seed: 0111001111

The "Hash" is supposed to be calculated as SHA256(SHA256(Ticket Number + '-' + Server Seed)), but SHA256(AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20-0111001111) is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d and
SHA256(b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d) is 6ee32217ef397baeacc6f04a3024f4b06bac56777bf56bf93a5bc1c25c078fee



Sorry I was busy last week and did not have the time to make an update on this. In fact, I received a PM from OP a week ago (just shortly after I raised the question).

Hey, thanks for verifying bets!

After first SHA256 everything is right as you use UTF8 and result is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d, but for second SHA256 no need to use UTF8 as there is no string separator, so input of second SHA256 will be just binary representation first hash.

You can try it in Bitcore playground http://bitcore.io/playground/#/units bitcore.crypto.Hash.sha256(bitcore.util.buffer.hexToBuffer('b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d'))

And that gives me the exact same hash I received before playing the game. Another way to do that is to use http://www.fileformat.info/tool/hash.htm to do the first hash as string and do the second hash as binary data.


TL;DR: The site is provably fair. The bet verification can be done easily. The OP is helpful and answers my question promptly.

Thanks for the update! So it looks like the site is worth trying.

As far as I understand the site works with Testnet Bitcoins which you can get free and with real bitcoins which you can deposit there right? So, no faucet with real bitcoins?
newbie
Activity: 24
Merit: 0
October 18, 2015, 11:06:56 PM
#26
Wanted to check out the website, but it's in maintenance mode.when it'll be online again?

Website back again, with real bitcoins, it is beta though (max bet amount limited to 250 bits), but fully working and playable, we have some UI issues on the mobile version at the moment.
newbie
Activity: 24
Merit: 0
October 18, 2015, 10:59:13 PM
#25
Amazing site! Even with those worthless coins I was enjoying the game! Sleek design and UX is beautifully done!Loving the game! Hope to play with real money soon!

Thanks! We continuously working on design and UX to make it even better
legendary
Activity: 1400
Merit: 1009
October 18, 2015, 03:27:13 PM
#24
Wanted to check out the website, but it's in maintenance mode.when it'll be online again?
legendary
Activity: 966
Merit: 1000
In holiday we trust
October 18, 2015, 01:05:36 PM
#23
Still doesn't work on my phone you need to streamline your site this is the second time I tried 4 minutes still no access at all.
hero member
Activity: 882
Merit: 1000
October 18, 2015, 12:58:49 PM
#22
I have some problem verifying my bet, and I would like to know if I did something wrong in the process.

Hash: FA0CDD2ADE57124373BF56A3F13F60E1DB2201FDAA2FA0A4C3567583F3095AC1
Number: AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20
Server Seed: 0111001111

The "Hash" is supposed to be calculated as SHA256(SHA256(Ticket Number + '-' + Server Seed)), but SHA256(AA67C03CC2B48EC04C2C61D30068A46DC449D808D14736DAFC680A6C76492F20-0111001111) is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d and
SHA256(b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d) is 6ee32217ef397baeacc6f04a3024f4b06bac56777bf56bf93a5bc1c25c078fee



Sorry I was busy last week and did not have the time to make an update on this. In fact, I received a PM from OP a week ago (just shortly after I raised the question).

Hey, thanks for verifying bets!

After first SHA256 everything is right as you use UTF8 and result is b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d, but for second SHA256 no need to use UTF8 as there is no string separator, so input of second SHA256 will be just binary representation first hash.

You can try it in Bitcore playground http://bitcore.io/playground/#/units bitcore.crypto.Hash.sha256(bitcore.util.buffer.hexToBuffer('b765049511c7ee93d6ae9dcc9bd9125504cd90925f4ea04cff74b7767f1af76d'))

And that gives me the exact same hash I received before playing the game. Another way to do that is to use http://www.fileformat.info/tool/hash.htm to do the first hash as string and do the second hash as binary data.


TL;DR: The site is provably fair. The bet verification can be done easily. The OP is helpful and answers my question promptly.
legendary
Activity: 1876
Merit: 1308
Get your game girl
October 14, 2015, 04:25:03 PM
#21
Amazing site! Even with those worthless coins I was enjoying the game! Sleek design and UX is beautifully done!Loving the game! Hope to play with real money soon!
newbie
Activity: 24
Merit: 0
October 12, 2015, 05:41:16 PM
#20
We need some btc to start trying on this loteries site?? Or just visit the site and then give some review here??

BitKong is using Testnet Bitcoins (they have no value) which you can obtain here http://tpfaucet.appspot.com/ or https://testnet.coinfaucet.eu/en/ to start playing (you just need to copy your deposit address and paste it in faucet website), and yes, we are looking for reviews and feedback, thank you so much!
newbie
Activity: 31
Merit: 0
October 12, 2015, 04:24:20 PM
#19
We need some btc to start trying on this loteries site?? Or just visit the site and then give some review here??
newbie
Activity: 24
Merit: 0
October 12, 2015, 04:19:36 PM
#18
Quote
Your site is don't need to beta testing anymore right?

Do you think website have no issues and we can put it live?

Quote
Maybe make it mobile friendly is good idea.

Website fully responsive and mobile/tablet friendly, we just need to reduce first loading size little bit!
newbie
Activity: 24
Merit: 0
October 12, 2015, 04:13:36 PM
#17
Sadly would like to have seen your site but waiting for 4 minutes for your site to download on my phone is not acceptable in my case.

Sorry to hear that Sad

Site is not small (~3MB) but usually loading only few seconds even on phones with 3G.
Can you please let me know model of your phone and connection speed you have used? We will try reproduce and fix issue.

Actually the size of BitKong.me is 4.3mB and loading time using broadband connection is 10+ seconds.
You should optimize it.

Yes, we have background sound which is 2mb, which is gradually loading in time of gameplay, and other 800kb image, which we think to change to SVG.

We use best practices in browser caching and also we use CDN for all assets of the website, second load of the website should be around 30-40kb.
hero member
Activity: 686
Merit: 500
fb.com/Bitky.shop | Bitcoin Merch!Premium Quality!
October 12, 2015, 03:42:18 PM
#16
Nice design, i like it, but it's kill more bandwidth Cheesy
Your site is don't need to beta testing anymore right?

Sadly would like to have seen your site but waiting for 4 minutes for your site to download on my phone is not acceptable in my case.

Sorry to hear that Sad

Site is not small (~3MB) but usually loading only few seconds even on phones with 3G.
Can you please let me know model of your phone and connection speed you have used? We will try reproduce and fix issue.

Maybe make it mobile friendly is good idea.
Pages:
Jump to: