2
2
I want to start playing around a bit with the technical side of Bitcoins (thinking of setting up an exchange). So I built a bitcoind (daemon) binary from source and now the docs say that when I run that, it will start downloading the blockchain, which is several GBs large and takes a couple hours.
The only thing I want to do however, is create a simple wallet and make transactions from and to it. And because I ultimately want to deploy this to a server, I would prefer to not download several GBs.
So do I really need to download the whole blockchain in order to get a simple bitcoin wallet? Or is there a smarter way than deploying a wallet on a server using the bitcoin daemon?
2Without the blockchain, there's no way to know what payments you've received, nor what funds you have already spent. – David Schwartz – 2013-12-20T11:09:03.767
But I recently just downloaded a simple wallet app on my android phone, and received bitcoins on that, and that didn't download gigabytes of blockchain files.. – kramer65 – 2013-12-20T16:59:04.713
The android wallet connects to it's own cloud service, where it has the blockchain. – ChrisW – 2014-02-02T19:39:50.440