Sending bitcoins from wallet without downloading the blockchain or giving up control

6

1

I can generate a bitcoin wallet at bitaddress.org, and I can verify that I have received payments at blockchain.info.

But if I want to send bitcoins from my wallet, I know only of 2 ways:

  1. Use Bitcoin-Qt, which needs the blockchain.
  2. Use an online wallet, which essentially gives control over my wallet to someone else.

Is there a way to send bitcoins from my wallet without the blockchain, but at the same time, without giving access to my wallet to an outside server at any point.

sashoalm

Posted 2014-03-12T08:47:44.847

Reputation: 389

Answers

8

You can use an SPV client such as MultiBit. This does not need the whole blockchain, and does not give up control of your wallet.

Greg Hewgill

Posted 2014-03-12T08:47:44.847

Reputation: 3 321

4

Also there is Electrum: http://electrum.org/

Mikko Ohtamaa 2014-03-12T09:20:56.490

5

There are so-called light-weight wallets out there operating WITHOUT the need to download the entire blockchain first. MultiBit is one of these (and probably the most commonly used) and is available for the big-3 OSes.

marquix

Posted 2014-03-12T08:47:44.847

Reputation: 101