Post
Topic
Board Beginners & Help
Re: Blockchain vs Electrum
by
bitbaby
on 13/02/2015, 03:32:50 UTC

It's really just your preference, however, greenaddress does offer better security and features. Greenaddress allows you to setup a transaction limit and will limit your transaction volume. If your account gets hacked, the hacker will not be able to make more transaction than what you specified. Also, blockchain.info has some security holes before.

Yes, it is 100 time more secure than blockchain.info - check the greenAddress official thread here in the forum : https://bitcointalk.org/index.php?topic=521988.0

I couldn't find an option that lets user have control over their Private keys, what happens if for some reason the site is down? How will a user get access to their funds?
I believe they won't allow the user to access the private key. However, since they only have one of the two, it can still be secure as if they run away, they will not be able to access your wallet. On their FAQ,
Quote
But what happens if your service goes away? Will I lose my coins?
GreenAddress signs each transaction with its own key in addition to client-side signing by user's keys, and funds are stored in 2-of-2 multisignature outputs requiring both signatures to spend. The drawback of it is that you cannot control your funds without GreenAddress' signature, so you are right to worry that you can lose your coins.

But! We have solved this issue by providing nLockTime transactions which essentially make deposits 'expire' after some time, which allows redeeming them without our intervention after this pre-set period of time. It is enabled by default when you have email notifications and two factor enabled.

This allows you to keep your ease of mind even in case GreenAddress disappears with its keys.

It also means that every time the funds expire the user has to re-transfer them. This can be automated on login and notified in advance via email or manually done.

For redeeming the funds after expiration, you can use a tool we've developed specifically for this purpose - see Gentle and its project on GitHub. It's open source!
. Therefore, even if they go down, you can still redeem your inputs using gentle(http://greenaddress.github.io/gentle/#/view1)

That's just too complicated and I prefer having the keys for my wallet with me but maybe it will suit others, as for me I will stick to blockchain.info for small amount of funds and keep the bigger ones in cold storage and use electrum to handle those.

But thank you for providing this info.