0
I want to install Bitcoin Core wallet on my computer, but his blockchain is too big (more 230 Gb).
How to reduce Bitcoin Core wallet?
0
I want to install Bitcoin Core wallet on my computer, but his blockchain is too big (more 230 Gb).
How to reduce Bitcoin Core wallet?
0
You can use a prune option to specify the amount of disk space you would like Bitcoin Core to use. This option allows you to keep only the latest block information instead of storing all the data.
bitcoin.conf (here you can find the list of possible locations depending on your operating system);prune parameter to the desired target size in MiB (for example, prune=2048);