4
So, keeping up to date with the blockchain is getting ridiculous in Bitcoin-QT, especially on my laptop. If I leave it off or away from the internet for even a short period of time, it takes forever to catch up.
But, fortunately, the Bitcoin network allows for a simpler model, called Simplified Payment Verification (or SPV) mode where only the headers of blocks are needed. In addition, the Bitcoin network has recently been updated to support bloom filtering so that a client only needs to download the transactions that it is interested in (plus some margin for privacy).
First question: Is there a client capable of importing my Bitcoin-QT wallet that supports these two options? (and preferably has a light resource footprint if I'm not asking too much)
And secondly, if so, how can I accomplish the switch with minimal pain?
1Could you explain how one switches a wallet over to multibit? – eMansipater – 2013-05-17T22:19:24.333
Simply send the bitcoins from the old wallet to the new, multibit address. If you are not concerned about the small fee, this is the way to go. – None – 2013-09-26T11:46:14.153