1
First I close Bitcoin Core...
The size of Bitcoin Core it is 105GB and I want to do pruning so I can have only 2 GB. I make a notepad file named bitcoin.conf and then I write inside prune=2000 or I even tried prune=<2000>.
Then, I have put this file at the install directory or I created the folder Bitcoin and I have put the notepad file in there at the path C:\Users\<user name>\AppData\Roaming\Bitcoin
After all these I open the Bitcoin Core, but nothing happens, it still is 105 GB.
What I am doing wrong? Please help me, I can't understand!

1Where did you place
bitcoin.conffile? Can you check yourdebug.log(should be in the same directory)? Also-prune=2000will not result in a 2GB datadir-size, more 4GB because the UTXO set and header-index will take up some space too. Lowest possible size is-prune=550. – Jonas Schnelli – 2017-01-06T11:55:17.787I have uploaded a pic that you can see they are in the same folder and I have opened the notepad file I created to see what I have written inside. What am I doing wrong Jonas? Thx in advance! – Balema – 2017-01-06T12:19:07.447
related: How can I run bitcoind in pruning mode?
– Murch – 2017-01-06T13:32:23.717@JonasSchnelli: Do you know when the pruning would start? Would it be immediately after startup or only e.g. when the next block is added? (See comment on my answer for context.) – Murch – 2017-01-06T13:36:18.037
Generally is there anyone that succesfully pruned with Bitcoin Core??? So he can tell us the procedure step by step... Please... – Balema – 2017-01-07T17:02:17.090
1Pruning is simple, just add
-prune=550to your startup arguments. If you have already synced and verified the chain, it will immediately (at startup) prune the chain. – Jonas Schnelli – 2017-01-08T10:29:00.150Thx Jonas for your answer!!! Yes I have already synced the chain, could you please explain me where are the startup arguments at Bitcoin Core? – Balema – 2017-01-08T14:44:11.673