Hacker Newsnew | past | comments | ask | show | jobs | submit | bitino's commentslogin

clearing your cookies may have caused the issue. send through here an address and we will process the withdrawal reply


Thanks for the reply!

There's actually a lot of them. Is there a way to just modify it so that I can withdraw using just the private URL? (Otherwise, I'll send another support email [from gummybean] with the addresses.)


we haven't received any emails from you - support@bitino.com will look into the private URL thing now and revert. You will get your BTC soon one way or another.


You haven't received an email? That's odd. Here's the message (as shown by Gmail -- all "Delivered-To" fields in the sent folder show my address since it's not the actual email you received):

    MIME-Version: 1.0
    Received: by 10.181.12.109 with HTTP; Fri, 1 Mar 2013 05:56:50 -0800 (PST)
    Date: Fri, 1 Mar 2013 08:56:50 -0500
    Delivered-To: gummybean@gmail.com
    Message-ID: <CAN-d5MKpUD4b=NVXrEcNEN8BB014k5txuBvQ49D+f=GPBL0_hg@mail.gmail.com>
    Subject: URGENT: Problem withdrawing from private URL!
    From: Gummybean <gummybean@gmail.com>
    To: support@bitino.com
    Content-Type: multipart/alternative; boundary=f46d04451a1f07ab6e04d6dd6126

    --f46d04451a1f07ab6e04d6dd6126
    Content-Type: text/plain; charset=ISO-8859-1

    Dear Bitino,

    I'm a little bit worried.  I was saving the URL's (here's one of mine:
    http://bitino.com/REMOVED/) to go back to and withdraw my cash
    later.  The page shows the correct bitcoin balance, but they're not letting
    me withdraw!  It says I haven't played a game, so even when I go ahead and
    play another round, it still says "You haven't played yet!"

    Could you fix this ASAP because I actually put a decent amount of money in
    this.

    Thanks,
    REMOVED

    --f46d04451a1f07ab6e04d6dd6126
    Content-Type: text/html; charset=ISO-8859-1
    Content-Transfer-Encoding: quoted-printable

    <div>Dear Bitino,</div><div><br></div>I&#39;m a little bit worried. =A0I wa=
    s saving the URL&#39;s (here&#39;s one of mine:=A0<a href=3D"http://bitino.=
    com/REMOVED/">http://bitino.com/REMOVED/</a>) to =
    go back to and withdraw my cash later. =A0The page shows the correct bitcoi=
    n balance, but they&#39;re not letting me withdraw! =A0It says I haven&#39;=
    t played a game, so even when I go ahead and play another round, it still s=
    ays &quot;You haven&#39;t played yet!&quot;<div>
    <br></div><div>Could you fix this ASAP because I actually put a decent amou=
    nt of money in this.</div><div><br></div><div>Thanks,</div><div>REMOVED</div>

  --f46d04451a1f07ab6e04d6dd6126--


Text email shows your bitino URL (href)- suggest your edit/remove it as well.


bizarre, sorry about that.


So... to be clear, are you all going to change it so that you only need the private URL to withdraw funds (no cookies), or do I need to email support to get my BTC back?

Thanks


please email support with the total amount you need to withdraw and an address.


we are not a casino. this is a tiny side product built by a couple of guys over a couple of days to explore bitcoin.


Why are you not a casino? People gamble with bitcoins and can win more bitcoins. Your site describes itself as "Win Bitcoins playing classic exciting gambling games at our Bitcoin Casino. Fair and Verified Games. Instant Withdrawals."

My apologies if I've mischaracterized you, but a casino is "a public room or building where gambling games are played." bitino seems to clearly be an online variant of that.

(Edit: can't grammar)


we hear you.

however, historical payouts dont effect the veracity/authenticity and fairness of the game.

they are displayed to highlight some recent payouts more to establish initial credibility than anything else.


+1


can you clarify what was said above, are bitcoins held in the same way instawallet does?


it's all about reputation. all games are made public online. all payouts are displayed on the website. if things went array for any reason it would be public knowledge very quickly and thus the end of the site.


I like the idea of provably random, but I think I would change it in a subtle way: I would pull the least relevant digits from a list of stocks (or currencies), sum them, then hash them. The key would be to do this after the bets are placed. Since any amount of jitter on the least significant digit for any of the stocks completely changes the outcome, and since there are already massive third parties interested in the exact nature of these numbers, you would have a very random, very provable flip. You wouldn't need a changing seed because the bets would come in and then everyone would wait a second or two and then the result would be provably fair.

The problem with your provably random method is that it is still possible for the house to get a slight edge. Since the server seed is random, you could regenerate it hundreds of thousands of times so that the house has a slight edge for the first two or three flips (assuming there are lots of people playing on the same deck, it gets wayyyy easier if it is one deck per person). You don't need that much of an edge to dominate your competition. An edge of 2 or 3% doubles your revenue; which would 4x or 6x your profit, since margins are usually thin for gambling sites.


What stops you inserting your own choice of extra payouts into the game history?

This would make people believe you were paying out at a higher rate than you actually are.

I'm not suggesting you're doing that, just wondering what stops it, as I don't see anything immediately obvious.


nothing technically stops us but again i see payout history as a 'soft credibility booster'

the games are random and can be verified to be so. we publish the payout table. if you win we pay, if you lose, we don't.

other peoples historic results have no bearing on the authenticity of your game.


Provably fair means the shuffle and order of the cards are verifiably random and also that they cant be changed once the game has started.

Provably fair means you know exactly what you are dealing with before you start. Game payout odds are clearly displayed in the payout table.


My gut feeling is that since it's using a repeatable number-generator (without which it wouldn't be "provably fair" as you have described), it might be possible to game by client-side pre-evaluation of the sequence. Even if the whole sequence isn't finalized until the initial bitcoin transfer is made (I only have the information provided on the site to go on...), it might be possible (for example) to strategically transfer/commit, at a known/manageable cost, but simply not play the hand (abandon the transfer) unless the payout is greater than your expenses, circumventing the game's long-run behavior entirely. We don't have server code to look at (github?), but we all have access to python's libraries and can seed our own PRNG after the transfer in order to evaluate the hand/sequence.


Not exactly. It means, you can check two things after you have played:

1. The random number was generated before you even started. So the house could not change the number depending on the actual bets.

2. Distribution of random numbers over time. E.g. if the rule is "win when uniformly random number 0..1 is greater than 0.5", then you can check the history of all random numbers played (at least with your bets, if you don't trust the house to show real bets for other players) and calculate the properties of actual distribution. If it does not contain a significant offset, then it's fair. (Small deviations can be seen simply as part of the fee.)


I know what probably fair means, just that I don't understand why it would be so big deal. Why would the casinos cheat if the probabilities are on their side in every case?


nothing like getting on the front page of HN when you are no way ready for it.


you can see the game in action here - http://bitino.com/about/


FYI, there are a few typos in that page:

  "ammounts" should read "amounts"
  "Private Game URL's" does not need an apostrophe
  "You muse keep your game" should read "You must keep your game" (I'm guessing that one)


fixed. thanks


It looks like 30 bucks in few seconds. Nice. Like it.

I am curious how are you guys making profit then?


Because, if you lose once, you lose?


Yes this is correct. i lost once, i lost it all.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: