Pages:
Author

Topic: bitZino - Bitcoin Casino - Blackjack, Roulette, 3 Card Poker, Slots and more! - page 36. (Read 82362 times)

member
Activity: 111
Merit: 10
Fair enough! Thanks for the replies.
sr. member
Activity: 266
Merit: 252
Thanks for the suggestions everyone! I think we're going to continue to strike a middle ground here: some people like certain things to be left unsaid, so we are going to avoid automatically summing up your deposits and withdrawals. However,  we will always provide you with full access to your withdrawal and deposit history, so importing this data into a spreadsheet should be a fairly simple operation.
hero member
Activity: 560
Merit: 500
I am the one who knocks
Great to hear the site's doing great! I've been having fun with those 0.25 BTC Smiley

I do have a small suggestion: could you add a way to see how much you've won/lost per game and total you've deposited and withdrawn? It was easy to add them up myself before when I only had a few deposits, but now it starts taking some work...

If you walked away from a casino with the amount you've lost blazing on a neon sign in front of you, they might not see too much more of your business.

I was thinking along the same lines.  Since the majority of customers are going to be net losers it might not be good for business to show them how much exactly they've lost.  Gamblers often like to believe that they "broke about even".  Presenting the true situation to them makes that harder to believe.
I can say that I would not auto-sum if I was bitZino.  Those who want it will add, those that don't (like dooglus pointed out above) will go on believing they broke even.
legendary
Activity: 2940
Merit: 1333
Great to hear the site's doing great! I've been having fun with those 0.25 BTC Smiley

I do have a small suggestion: could you add a way to see how much you've won/lost per game and total you've deposited and withdrawn? It was easy to add them up myself before when I only had a few deposits, but now it starts taking some work...

If you walked away from a casino with the amount you've lost blazing on a neon sign in front of you, they might not see too much more of your business.

I was thinking along the same lines.  Since the majority of customers are going to be net losers it might not be good for business to show them how much exactly they've lost.  Gamblers often like to believe that they "broke about even".  Presenting the true situation to them makes that harder to believe.
full member
Activity: 196
Merit: 100
Bitcoin is a food group.
Great to hear the site's doing great! I've been having fun with those 0.25 BTC Smiley

I do have a small suggestion: could you add a way to see how much you've won/lost per game and total you've deposited and withdrawn? It was easy to add them up myself before when I only had a few deposits, but now it starts taking some work...

If you walked away from a casino with the amount you've lost blazing on a neon sign in front of you, they might not see too much more of your business.
member
Activity: 111
Merit: 10
Great to hear the site's doing great! I've been having fun with those 0.25 BTC Smiley

I do have a small suggestion: could you add a way to see how much you've won/lost per game and total you've deposited and withdrawn? It was easy to add them up myself before when I only had a few deposits, but now it starts taking some work...
sr. member
Activity: 266
Merit: 252
Over the weekend, we hit another milestone hand at bitZino! Since launching we've seen over 250,000 hands played for real bitcoins.

The majority of our players tend to play Blackjack, but there is a small dedicated group of players that is really enjoying our Video Poker game, which is really helping to drive up the hands played count.

As we did with our 50k milestone, we are giving away bitcoins to celebrate! The lucky player that played hand number 250k was awarded 2.5 BTC. All the players that were close to playing the milestone hand were awarded 0.25 BTC.

We're incredibly excited about the success we've seen so far with bitZino. We truly believe that gambling with bitcoins is the way of the future, and we're excited to make bitZino be a part of that future!

As always, I'm here and open to any feedback or questions you have!
legendary
Activity: 2940
Merit: 1333
I hope you had fun with it!

Yes, thanks.  I re-confirmed to myself that martingale betting and blackjack don't go together very well.
sr. member
Activity: 266
Merit: 252
I think it's more convincing for the users to be able to input just the first 3 fields and have an independent program tell them what the cards were rather than have a flashy javascript 'verify' page say "yep - looks good" without showing anything that's going on behind the scenes.  At least with the Python program they get to see that the first 3 fields lead to the cards they saw dealt.  I suppose a relatively small percentage of users are going to bother to install Python and run the script, but it's nice to have the option, for those who ask "what can I do with this 'probably fair' stuff?"

I agree about the fact that an independent program is far more convincing than anything we provide on our site. That's why I'm so excited you implemented one!

You make a good point about actually showing the final deck too. Maybe we'll add that to our javascript verifier...

Thanks for lending me the bitcoin.  I've finished with it now and 'given' it back to you.

I hope you had fun with it!
legendary
Activity: 2940
Merit: 1333
Thanks for lending me the bitcoin.  I've finished with it now and 'given' it back to you.
legendary
Activity: 2940
Merit: 1333
I'm personally really against messing with the default selection logic of text boxes.

That's fair enough.  I guess people aren't really going to be manually copying the fields on a regular basis.  They'll either do it a few times and see that it's trustworthy, or they'll use some kind of plugin to do it automatically for them.

If you're interested, here's a little Python script I wrote that takes three parameters (the client seed, hash, and secret).  It verifies that the hash matches the secret, and prints out the first 52 cards that will be dealt.

This is AWESOME! Cheesy Very clean code. And I love that you output the actual cards in the deck!

Feel free to do what you like with it.  It's basically your javascript code with the unused bits removed and converted into Python.  A lot of the guts of it are unchanged from the javascript.

I think it's more convincing for the users to be able to input just the first 3 fields and have an independent program tell them what the cards were rather than have a flashy javascript 'verify' page say "yep - looks good" without showing anything that's going on behind the scenes.  At least with the Python program they get to see that the first 3 fields lead to the cards they saw dealt.  I suppose a relatively small percentage of users are going to bother to install Python and run the script, but it's nice to have the option, for those who ask "what can I do with this 'probably fair' stuff?"
sr. member
Activity: 266
Merit: 252
How about a little javascript to automatically select the whole field when I click on one of the 'provably fail fair' fields?  Currently it's a pain to copy/paste the 'secret' field since I have to triple-click it.  Double-clicking is enough for the other fields, but the secret contains multiple words, so a triple-click is required.

I'm personally really against messing with the default selection logic of text boxes. It's always unexpected for the user, because there's no way to visually indicate that this text box is different. So, I think it ultimately ends up with more user confusion and frustration. So, I don't think we'll be implementing this :/

What about just doing "CTRL+A" + "CTRL+C", as a quick consistent way to always copy everything?

I do wish there was a way to securely modify the clipboard with javascript. I really like github's "copy to clipboard" buttons - it's just a shame they require flash.

If you're interested, here's a little Python script I wrote that takes three parameters (the client seed, hash, and secret).  It verifies that the hash matches the secret, and prints out the first 52 cards that will be dealt.

http://pastie.org/4366926

And an example of its use:

Quote
$ ./bitzino 'let me win!'
usage: ./bitzino client_seed hash secret
$ ./bitzino 'let me win!' e3dd6687a1d5c8a2d9ea5814537224c0bf10b773a0fbcc7e68e324670e246fce xxx
hash is wrong
$ ./bitzino 'let me win!' e3dd6687a1d5c8a2d9ea5814537224c0bf10b773a0fbcc7e68e324670e246fce '{"server_seed":"mnhLByjdYeAjOLuraU-m3CtTEUM-CmqF","initial_shuffle":"EuFpkpzG8uopcb6soIOsNF57LsFOntqowNJADgBmK4533DnxpEAzGLe04aBjckLrqcuf21gPdNlMPhm dIgxh5m8zCqAojpClzfNFHavn5EiymfMJkKFaKjqnnOi47It9NO4fH93gDdj33lENk0lOJ7HmmpE0gD LdeGgBrejsEejAiwbsPsNhrzinhFsBCxL1bAatODuMiLwMOPbKy9qacBm2H2H2fCp4rLqdFe6Eyw7l1 jbPkDIpvxwHGhb92aHc9zhvIt46aveqLtiu0tHy57P9c4I77fr8wdzahtM67xywJ1NcBMF1KIGvvPc1 CP9E2evxOJ2wr0lzKJg4r3A0bkh8oynyg358fjDmdo3qAJ2tbCu6kCCIAkuK1BG66eBiGviD18lsl6x Moyu0K0xod5rG5M8f89nJ"}'
6c As Jd Jh Jh Qc Ac 2c 9d Kc 4d 2d 6h 6h 3d 8s Ac 6s 3d 3h Qs 7d Qd 6c 9c 10c 9h Ac 7h 8s 9c 5d 5c Ks Kc 6d Kh Ah 2c 9d 8c 6s 3s Ad Qd Qd Kd 3d 8h 8s 10h 4d

As you can see from the bolded cards, using a client seed of 'let me win!' isn't 100% effective.

This is AWESOME! Cheesy Very clean code. And I love that you output the actual cards in the deck!
legendary
Activity: 2940
Merit: 1333
How about a little javascript to automatically select the whole field when I click on one of the 'provably fail fair' fields?  Currently it's a pain to copy/paste the 'secret' field since I have to triple-click it.  Double-clicking is enough for the other fields, but the secret contains multiple words, so a triple-click is required.

If you're interested, here's a little Python script I wrote that takes three parameters (the client seed, hash, and secret).  It verifies that the hash matches the secret, and prints out the first 52 cards that will be dealt.

http://pastie.org/4366926

And an example of its use:

Quote
$ ./bitzino 'let me win!'
usage: ./bitzino client_seed hash secret
$ ./bitzino 'let me win!' e3dd6687a1d5c8a2d9ea5814537224c0bf10b773a0fbcc7e68e324670e246fce xxx
hash is wrong
$ ./bitzino 'let me win!' e3dd6687a1d5c8a2d9ea5814537224c0bf10b773a0fbcc7e68e324670e246fce '{"server_seed":"mnhLByjdYeAjOLuraU-m3CtTEUM-CmqF","initial_shuffle":"EuFpkpzG8uopcb6soIOsNF57LsFOntqowNJADgBmK4533DnxpEAzGLe04aBjckLrqcuf21gPdNlMPhm dIgxh5m8zCqAojpClzfNFHavn5EiymfMJkKFaKjqnnOi47It9NO4fH93gDdj33lENk0lOJ7HmmpE0gD LdeGgBrejsEejAiwbsPsNhrzinhFsBCxL1bAatODuMiLwMOPbKy9qacBm2H2H2fCp4rLqdFe6Eyw7l1 jbPkDIpvxwHGhb92aHc9zhvIt46aveqLtiu0tHy57P9c4I77fr8wdzahtM67xywJ1NcBMF1KIGvvPc1 CP9E2evxOJ2wr0lzKJg4r3A0bkh8oynyg358fjDmdo3qAJ2tbCu6kCCIAkuK1BG66eBiGviD18lsl6x Moyu0K0xod5rG5M8f89nJ"}'
6c As Jd Jh Jh Qc Ac 2c 9d Kc 4d 2d 6h 6h 3d 8s Ac 6s 3d 3h Qs 7d Qd 6c 9c 10c 9h Ac 7h 8s 9c 5d 5c Ks Kc 6d Kh Ah 2c 9d 8c 6s 3s Ad Qd Qd Kd 3d 8h 8s 10h 4d

As you can see from the bolded cards, using a client seed of 'let me win!' isn't 100% effective.
sr. member
Activity: 266
Merit: 252
Edit: is there some way I can get rid of the odd .62 uBTC in my account?  I don't seem to be able to bet it or withdraw it.  It looks like I deposited it, so I guess I can deposit the matching .38 uBTC to make it go away.

How about letting people set 'satoshi' as their base unit, along with BTC, cBTC, mBTC and uBTC, with the understanding that they'll lose due to rounding if they get a blackjack after betting an odd amount?

We've been considering adding a satoshi base unit, but, as you mention, it gets complicated since blackjacks are supposed to pay 3 to 2. I don't really like the idea of only paying 1:1 because that make the game significantly worse for the player. We may allow users to have half-satoshi's while they're on the table, and only round them down when they leave the table.

In the meantime though, you should definitely be able to withdraw your 62 satoshi's. Just issue a withdrawal request for the appropriate amount, and we'll send it to you.

Another thing: I was running low at the table, and wanted to re-buy, using the button I hadn't noticed before and which you pointed out in your previous post.  I clicked the 'Buy In' button, and nothing happened for a few seconds.  The button hadn't changed ('buying in...') and the dialog hadn't gone away, so there was no way I could know whether the click had registered or not.  It had, and it appears after trying it again that the button's border flashes when I click it, but I missed that the first time.  It would be better if something permanently changed to let me know that it was waiting for the network, not for me.

Ah, good catch. Good thing you have slow internet so you can test these cases Smiley We'll add a disable-with message to the button (so it says "Buying in..." after you click it, same as the other buttons on our site).
legendary
Activity: 2940
Merit: 1333
We're very grateful for all the feedback and bug reports you've sent us Dooglus. We added an extra BTC to your account as a way to say thanks for all the help you've given us.

Thanks for that!

I wasn't sure whether to report that one or not since it took such special timing to provoke.

I guess I'll keep reporting everything that bugs me...

Edit: is there some way I can get rid of the odd .62 uBTC in my account?  I don't seem to be able to bet it or withdraw it.  It looks like I deposited it, so I guess I can deposit the matching .38 uBTC to make it go away.

How about letting people set 'satoshi' as their base unit, along with BTC, cBTC, mBTC and uBTC, with the understanding that they'll lose due to rounding if they get a blackjack after betting an odd amount?

(Or maybe just I shouldn't deposit such silly amounts)

Another thing: I was running low at the table, and wanted to re-buy, using the button I hadn't noticed before and which you pointed out in your previous post.  I clicked the 'Buy In' button, and nothing happened for a few seconds.  The button hadn't changed ('buying in...') and the dialog hadn't gone away, so there was no way I could know whether the click had registered or not.  It had, and it appears after trying it again that the button's border flashes when I click it, but I missed that the first time.  It would be better if something permanently changed to let me know that it was waiting for the network, not for me.
sr. member
Activity: 266
Merit: 252
There's an issue that I don't think I mentioned.  It may be obscure enough that it's not worth fixing, but anyway...

Last weekend the Internet here was really slow.  I think because there was a music festival nearby which meant lots more people than usual were sharing the 3G connection I use.  Anyway, I'd hit "Bet" and it would show "Betting" for 5 or 10 seconds while trying to communicate with the server.  If during that 5 or 10 seconds I opened up the "Provably Fair" sub-window, then the display would be corrupted when the cards were eventually dealt.  It's very hard to reproduce now the festival is over, but I guess you can reproduce it by having the test server pause 5 seconds before dealing each hand.

I took screenshots at the time:
  http://i.imgur.com/YtQf1.png
  http://i.imgur.com/pgqZm.png

Notice how the "More Games" subwindow is overlapping the main game window.

Thanks for the bug report! Even though it's rare, it is definitely something that warrants fixing. Fortunately, the fix was easy, so we already pushed it out. It was certainly a strange corner case - it had to do with the order in which cookies are set in javascript, so it's something we'll be on the lookout for in the future.

We're very grateful for all the feedback and bug reports you've sent us Dooglus. We added an extra BTC to your account as a way to say thanks for all the help you've given us.

If I am not watching my balance, I might end up without enough at the table to double down or split.  Isn't a buy-in something I should be allowed to do at any point?

You can indeed add extra balance to the table at any time, even mid-hand. If you click on your balance (right above the "Split" button), you'll see a popup which allows you to add balance.

I wonder if there's a good way to make it more obvious that that is a click-able element. I was thinking of just adding a help bubble when the table is first created that informs the user that you can click there to add balance at any point...
legendary
Activity: 2506
Merit: 1010
If I am not watching my balance, I might end up without enough at the table to double down or split.  Isn't a buy-in something I should be allowed to do at any point?
legendary
Activity: 2940
Merit: 1333
There's an issue that I don't think I mentioned.  It may be obscure enough that it's not worth fixing, but anyway...

Last weekend the Internet here was really slow.  I think because there was a music festival nearby which meant lots more people than usual were sharing the 3G connection I use.  Anyway, I'd hit "Bet" and it would show "Betting" for 5 or 10 seconds while trying to communicate with the server.  If during that 5 or 10 seconds I opened up the "Provably Fair" sub-window, then the display would be corrupted when the cards were eventually dealt.  It's very hard to reproduce now the festival is over, but I guess you can reproduce it by having the test server pause 5 seconds before dealing each hand.

I took screenshots at the time:
  http://i.imgur.com/YtQf1.png
  http://i.imgur.com/pgqZm.png

Notice how the "More Games" subwindow is overlapping the main game window.
legendary
Activity: 2940
Merit: 1333
Also, update on the blackjack animations: We've made several subtle updates as per the suggestions in this thread.

It looks like you've addressed both the issues I raised - the "out of money" coming up too soon, and the count not appearing while the dealer plays.

Perfect, thanks!  Smiley
mem
hero member
Activity: 644
Merit: 501
Herp Derp PTY LTD
Keep up the great work, I really like your site design.

Neat and minimalistic - just my style Smiley
Pages:
Jump to: