Bitcoin Forum

Bitcoin => Wallet software => Topic started by: bushstar on June 20, 2014, 08:28:18 AM



Title: Looking for an open source online wallet
Post by: bushstar on June 20, 2014, 08:28:18 AM
Is there an open source online wallet available for Bitcoin?

I'm sure that there use to be one but it got hacked. I know people are loathe to run this sort of thing as there are very few services like this that have not been compromised at some point. If anyone knows of one then please let me know.


Title: Re: Looking for an open source online wallet
Post by: shorena on June 20, 2014, 08:44:56 AM
AFAIK blockchain.info is open source.

https://github.com/blockchain


Title: Re: Looking for an open source online wallet
Post by: zahra4571 on June 20, 2014, 10:50:22 AM
I believe all offline wallets are open source like BitcoinArmory and Electrum...


Title: Re: Looking for an open source online wallet
Post by: Velkro on June 21, 2014, 11:21:26 AM
online wallets are dangerous, better use offline one like multibit, bitcoinarmory, electrum


Title: Re: Looking for an open source online wallet
Post by: Harley997 on June 21, 2014, 08:22:16 PM
online wallets are dangerous, better use offline one like multibit, bitcoinarmory, electrum

As long as the online wallet operator does not control the private keys your level of security will be roughly the same.

FYI Multibit, electrum and not offline wallets, they are software wallets (as is armory, but this can be used as an offline wallet)


Title: Re: Looking for an open source online wallet
Post by: enriquez on June 22, 2014, 03:21:32 PM
Here is an HTML5 wallet I made https://github.com/enriquez/coinpocketapp.com


Title: Re: Looking for an open source online wallet
Post by: Aleksei Richards on June 23, 2014, 08:27:08 AM
Carbon wallet is open source.

https://github.com/carbonwallet/carbonwallet.github.io


Title: Re: Looking for an open source online wallet
Post by: newIndia on June 23, 2014, 09:05:32 AM
AFAIK blockchain.info is open source.

https://github.com/blockchain

I was checking https://github.com/blockchain/My-Wallet for a blockchain.info wallet clone. But, it seems, there is no DB connection or any other DB related files in this project. So I doubt if it is a complete project ?


Title: Re: Looking for an open source online wallet
Post by: ranochigo on June 23, 2014, 12:07:24 PM
If you are looking for wallet generators, https://github.com/pointbiz/bitaddress.org have a good interface. If you are looking for those who host your wallet, I think blockchain.info is the best.


Title: Re: Looking for an open source online wallet
Post by: Steve on June 26, 2014, 01:35:46 AM
It's still under heavy development, but you might want to look into this:
http://copay.io


Title: Re: Looking for an open source online wallet
Post by: Initscri on June 27, 2014, 03:41:40 AM
AFAIK blockchain.info is open source.

https://github.com/blockchain

I was checking https://github.com/blockchain/My-Wallet for a blockchain.info wallet clone. But, it seems, there is no DB connection or any other DB related files in this project. So I doubt if it is a complete project ?

I believe this project is released for security sake (transparency) for blockchain.info.

It still connects to the BlockChain.info API which you would have to essentially write on your own and reimplement. So you were correct when guessing it was not a complete project.


Title: Re: Looking for an open source online wallet
Post by: albus on June 27, 2014, 04:39:29 AM
not exactly a wallet but still quite nice :http://brainwallet.org/


Title: Re: Looking for an open source online wallet
Post by: Triffin on June 27, 2014, 01:12:52 PM
https://bitcointalk.org/index.php?topic=650203.0

Triff ..


Title: Re: Looking for an open source online wallet
Post by: gmaxwell on June 27, 2014, 01:23:10 PM
not exactly a wallet but still quite nice :http://brainwallet.org/
That site is backdoored, the <random> button bypasses window.crypto and directly uses math.random. Math.random() is typically a 32-bit LCG, practically no entropy at all.


Title: Re: Looking for an open source online wallet
Post by: dabura667 on June 27, 2014, 01:43:51 PM
https://web.hivewallet.com/


source is here:
https://github.com/hivewallet/hive-js


Just remember to WRITE DOWN THE PASSPHRASE IT GIVES YOU UPON WALLET CREATION.

There is currently no way to show this again after the wallet is created.

With this phrase you can restore all bitcoin addresses.


Title: Re: Looking for an open source online wallet
Post by: Muhammed Zakir on June 27, 2014, 02:54:39 PM
Blockchain.info wallet (http://blockchain.info/wallet) is much better! It doesn't save passwords in it server and therefore, keep our account safe. You can look this post (https://bitcointalk.org/index.php?topic=667953.0) for making your account more secure.  :)
Kindly,
        Muhammed Zakhir


Title: Re: Looking for an open source online wallet
Post by: Mikez on June 29, 2014, 09:41:41 AM
It's still unclear to me if OP is interested in finding out about open source wallet projects to check their code and see if it's secure or try and implement one.
If the latter... I hope you know what you're doing.


Title: Re: Looking for an open source online wallet
Post by: albus on July 08, 2014, 02:33:23 AM
not exactly a wallet but still quite nice :http://brainwallet.org/
That site is backdoored, the <random> button bypasses window.crypto and directly uses math.random. Math.random() is typically a 32-bit LCG, practically no entropy at all.

Thanks!
I must admit I did not check the code...


Title: Re: Looking for an open source online wallet
Post by: albus on July 08, 2014, 02:44:22 AM
not exactly a wallet but still quite nice :http://brainwallet.org/
That site is backdoored, the <random> button bypasses window.crypto and directly uses math.random. Math.random() is typically a 32-bit LCG, practically no entropy at all.

By the way, would you have some equivalent (but secure!) website where you can edit your transactions client side and get a bit into the protocol easily ?


Title: Re: Looking for an open source online wallet
Post by: bushstar on July 23, 2014, 11:44:41 AM
I ended up using CoinPunk which is most excellent.

https://github.com/kyledrake/coinpunk

It ports nicely to alt coins as well with a fair bit of work as it uses CoinPunk, BitcoinJS, Insight-API and Bitcore. This is my work below :)

https://wallet.applebyte.me/#/signin

If anyone needs an online wallet ported then let me know ;)