0
1
Saving the entire blockchain in my computer is taking mi a lot of space. I looked in this forum for a solution and I saw that there was an option to prune the node and save a lot of space. I followed the instructions, I went to the Bitcoin data directory, I created a file there and called it "bitcoin.conf" and I wrote "-prune=1100" in it. Nothing I expected happened, the space it took remained the same, it only started downloading a new blockchain called "testnet". Have I done something wrong? And how can I fix it in order to save space? My version of Bitcoin Core is v0.14..2
PS: Latter, I have discovered that, in fact, I have three Bitcoin data directories, and suddenly I have doubts about in which of them shall I place my "bitcoin.conf". Is having three directory data how it shall be? And in which of them shall I place my "bitcoin.conf".


Can you post exactly the contents of your bitcoin.conf file? Can you also post the command that you are using to start Bitcoin Core with (if you are on windows, right click the shortcut you are using and copy the contents of the Target box). – Andrew Chow – 2017-08-27T16:44:20.603
Can you post exactly the contents of your bitcoin.conf file? prune=1100 And I am using Windows 10. I am not a computer expert so I do not understand the rest of the question. – Ander Aristondo – 2017-08-27T16:54:31.693
In the config file you need to use "prune=1100", not "-prune=1100". Is that the problem? – Pieter Wuille – 2017-08-27T16:58:16.033
I have tried both ways and it hasn´t work in any of both. Just now I have "prune=1100" – Ander Aristondo – 2017-08-27T17:00:48.470
Some questions have multiple answers. Since my answer is no longer identified as being correct, it will not be subject to mistake by others in thinking that I have answered your question. In the mean time, I am trying to see if I just need to add one more step to mine to make it work or not. – Mine – 2017-08-27T18:24:17.660
1
Possible duplicate of Can Bitcoin-Qt be configured to trim the blockchain?
– MCCCS – 2017-08-28T08:11:55.387Have you restarted Bitcoin Core after adding the line to config? It is a startup parameter. – Murch – 2017-09-03T20:56:13.703