Post
Topic
Board Gambling
Re: bitZino - Provably Fair Bitcoin Casino - Blackjack, Craps, Roulette, Video Poker
by
Stephen Gornick
on 07/11/2012, 20:49:06 UTC
We have officially launched support for 2-Factor Auth for withdrawals! We utilize Google Authenticator, and allow you to set up your account to require an OTP before every withdrawal request.

That is awesome! Thanks!


and redeem private key (w/ button for scan QR code) to add funds.

Unfortunately, we have back-burnered this feature (again). Sorry about getting your hopes up before, but there just isn't a good option here implementation-wise.

Incidentally, piuk made it pretty easy to offer this where you don't need to add the private key to your own wallet, ... simply supply the destination address in an API call:

I have been meaning to add this ability to the blockchain.info API for a while. You can now replace the guid in the send api (https://blockchain.info/api/api_send) with a Hex encoded private key.

https://blockchain.info/merchant/4d6c9dff493fcd2da9508e01c8b13461d37e3d8b6df1732942d3257874051362/payment?to=$address&amount=$amount

$address = destination bitcoin address.
$amount = amount to send in satoshi.