Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: bccasino on January 08, 2012, 07:21:56 PM



Title: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 08, 2012, 07:21:56 PM
Hi

For our members and players we are looking to recommend some instant Bitcoin web wallet that support deposits and withdrawals from the same address (we process players withdrawals back to their depositing address).

We have add multiple issues with players using https://www.instawallet.org or https://walletbit.com/ to  make deposits and cashouts are then lost if they don't realize that their depositing address is generic and not unique to their web wallet.

We have then to keep our players happy re-credited their withdrawals to a new address of their choice so losing for ever our first payment.

Please advise if you know online wallets that would support this functionality.

Thank you


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: notawake on January 08, 2012, 07:49:36 PM
As far as I can tell, https://blockchain.info/wallet does not have this issue.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 08, 2012, 08:00:04 PM
correct, it let you even pick out sending addresses where the incoming address can be selected.

thank you very much, we will now advise our players to use this web wallet.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: westkybitcoins on January 09, 2012, 08:14:57 PM
There's also StrongCoin (https://strongcoin.com (https://strongcoin.com)) which I use.

Don't know how the fees compare to those at blockchain.info


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: piuk on January 09, 2012, 09:48:45 PM
There's also StrongCoin (https://strongcoin.com (https://strongcoin.com)) which I use.

Don't know how the fees compare to those at blockchain.info


Strongcoin is 1% (including mining fees).

Blockchain.info is 0.01 BTC per transaction  (including mining fees).


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: westkybitcoins on January 10, 2012, 02:22:21 AM
There's also StrongCoin (https://strongcoin.com (https://strongcoin.com)) which I use.

Don't know how the fees compare to those at blockchain.info


Strongcoin is 1% (including mining fees).

Blockchain.info is 0.01 BTC per transaction  (including mining fees).


Ah. You may have yourselves a new customer then. :)


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 10, 2012, 04:14:52 PM
I tested out both and must say that the blockchain.info wallet seems more intuitive and a lot cheaper to our players that prefer to make multiple small deposits (the median deposit amount is 2.8 BTC). We will be redirecting them to blockchain.info and the to the multibit local client (http://multibit.org) for those that like to stay more independent.

Unfortunately the official client create a lot of confusions to newbies and generate lot of support requests as either they don't receive their money because the blockchain didn't finish to download or they are mixing up incoming and depositing addresses.

Anyway I'm happy to have found some good alternatives that will support our business.

Thanks for your help


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: realnowhereman on January 10, 2012, 04:47:23 PM
It's worth noting as well that (apparently), blockchain.info does not have access to your private keys at all.  Instead they store them AES encrypted and when you "logon" you're actually decrypting that AES block in the browser.

Now, there is nothing to stop them writing any javascript they want and making your browser hand over the keys; but a quick bit of monitoring with firebug would show that up and their reputation would be shot.

In short: about as good as it's possible to get for an online wallet I think.  My coins are still mine, and completely controlled by me.  If they are true to their word, then even were their site completely and utterly hacked, the attacker would not have your money.

The mobile version of the site is nice too.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 10, 2012, 05:02:40 PM
how do you access the mobile version?


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: realnowhereman on January 10, 2012, 07:40:57 PM
Just went to the website on my phone and it detected it and showed a nice minimal version.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 10, 2012, 08:38:10 PM
with android or iPhone, I tried with an iPhone but standard version was shown.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: dooglus on January 11, 2012, 08:49:40 AM
If they are true to their word, then even were their site completely and utterly hacked, the attacker would not have your money.

That's not quite true.  If the site was hacked such that the attacker was able to modify the javascript to collect all typed passwords then the attacker would indeed have your money if you logged in after the hack happened but before it was detected.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: istar on January 11, 2012, 09:14:01 AM
Is there a way to detect such changes in the code?
For example by installing a browser plugin that checks to see if the code matches and alerts the users if the code have changed?



Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 11, 2012, 09:42:19 AM
i think that this free websecurity (websecuritymonitor.com) service can monitor code changes and alarm the owner in case the site was hacked.


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: weex on January 11, 2012, 09:48:37 AM
Is there a way to detect such changes in the code?
For example by installing a browser plugin that checks to see if the code matches and alerts the users if the code have changed?

Here's that: http://sitedelta.schierla.de/index.en.php



Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: bccasino on January 11, 2012, 10:06:59 AM
i don't think this tool will report script changes just straight site text content no changes in <script></script>


Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: dogisland on January 11, 2012, 10:26:18 AM
Is there a way to detect such changes in the code?
For example by installing a browser plugin that checks to see if the code matches and alerts the users if the code have changed?



I've detailed on the StrongCoin FAQ https://strongcoin.com/blog/frequently_asked_questions how I handle security. I do have an external monitoring tool that would alert me if the sites code is changed.

I still think Javascript based wallets give the best risk vs user experience for Bitcoin.



Title: Re: web wallet with same incoming and outgoing bitcoin address
Post by: realnowhereman on January 11, 2012, 11:36:28 AM
That's not quite true.  If the site was hacked such that the attacker was able to modify the javascript to collect all typed passwords then the attacker would indeed have your money if you logged in after the hack happened but before it was detected.

Agreed.  But as you say, you have to access it before it's detected.

It's certainly better than the private-keys-in-database system.  It's also independently checkable if you were so motivated, by downloading and hashing all the files regularly (I'd guess the site operators are doing this themselves).