7

The scenario is: You have a wallet with only 0.0001 BTC or less. The amount is less than the transaction fee. You want to transfer the coins to another wallet in order to reduce the wallet size. How can this be done?

Thank you good people:)

Ning
  • 2,791
  • 3
  • 19
  • 16
  • Do you really care how large the wallet.dat size gets? It doesn't take much space at all. – Stephen Gornick Dec 19 '12 at 10:33
  • @StephenGornick Some wallets can get really big, say over 200MB (with over 10,000 transactions). That makes it painful when backing up. – Ning Dec 20 '12 at 11:59
  • 10K is well above (by an order of magnitude or more) typical use. And a 200 MB file size is a trivial transfer for today's computing environment.

    But yes, you can always send your funds to a new wallet and start from 0 transactions again.

    – Stephen Gornick Dec 25 '12 at 12:32

2 Answers2

4

Two ways:

  1. Create a transaction with no fee and wait as long as it takes for it to confirm.

  2. Aggregate several such accounts into a single wallet so you can combine them in a single transaction.

Neither way is likely to be worth the effort though, unless you have a large number of such accounts.

David Schwartz
  • 51,554
  • 6
  • 106
  • 178
2

To spend the funds without paying a fee, you can transfer the private keys over to another client that doesn't impose a mandatory fee. Like Blockchain.info/wallet.

But seriously ... 0.0001 is worth less than a penny.

Stephen Gornick
  • 27,040
  • 12
  • 67
  • 141