0
I have a bitcoin core full node version 0.17.1 running on my machine. I want to enable prune on the node to save space on the disk. When I apply -prune=15000 in bitcoin.config file and restart bitcoin core GUI, it shows -txindex is incompatible with prune. So I want to start my node with prune enabled. Is there any way for that?
I tried to update property of .exe file like "C:\Program Files\Bitcoin\bitcoin-qt.exe" -prune=150000 -reindex, and started bitcoin core application on windows server 2012. But still I am getting error that Prune mode is incompatible with -txindex. – Sagar Moharil – 2019-03-07T13:36:30.930
1Hey, I updated my answer. It seems txindex cannot run together with prune. This is the help message from bitcoind – Ugam Kamat – 2019-03-07T13:50:17.887
I don't want to run -txindex, what I want is to run Bitcoin core wallet after prune is enabled. So is there any way to start node after we specify prune? – Sagar Moharil – 2019-03-08T05:02:26.113
Check your bitcoin.conf file. There is a high likelihood that you have -txindex=1 over there which is why it is popping out the error. – Ugam Kamat – 2019-03-09T15:01:45.567