Which method/programme can create a wallet using the least amount of space?

1

1

On a first attempt to create a wallet with bitcoind, the process failed after filling the 160 Gb available in my home disk.

Which method or programme would allow me to create a wallet using the least space possible?

Update: I removed bitcoind and am now using Electrum. However, this freed up hardly any space on disk. How can I delete whatever files bitcoind created?

Luís de Sousa

Posted 2016-07-15T19:03:58.787

Reputation: 127

What do you need the wallet for? Do you just want to use it privately once a month, or are you building a service that needs to hear about every transaction within seconds?Murch 2016-09-15T08:40:35.620

A personal wallet for occasional use.Luís de Sousa 2016-09-15T09:03:06.873

Delete the old files from the location described here: http://bitcoin.stackexchange.com/questions/4006/where-is-the-data-folder-for-bitcoin-qt

morsecoder 2016-10-14T14:27:40.513

Answers

1

You may not need to have its entire blockchain on your machine, depending on your situation:

You should clarify / update your question to include why you are running bitcoind from a command-line in the first place.

If you JUST want a wallet/Bitcoin-address, there are plenty of options.

I personally use "Electrum Bitcoin Wallet" GUI and find it easy to use - again your question is unclear so this may not be your complete answer but should provide a start.

mcii-1962

Posted 2016-07-15T19:03:58.787

Reputation: 11

1

When you are running a bitcoind server, you can enable pruning. This means only a part of the blockchain is saved.

How can I run bitcoind in pruning mode?

Jan Wytze

Posted 2016-07-15T19:03:58.787

Reputation: 289