Author

Topic: Bitcoin Core - Still synchronizing and payment pending (Read 156 times)

newbie
Activity: 2
Merit: 0
I finally figured it out! I went into my drive and checked out the properties of each one for the size, and followed the massive storage usage trail to /home/%username%/snap/bitcoin/common/.bitcoin/ and I was able to find the bitcoin.conf file and add in the prune code! I started Bitcoin, and it went through and pruned everything before continuing to synchronize. I have my storage back!
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Alright, so I saw that Bitcoin Core needs almost 150GB, but that was only after I started downloading and synchronizing to a 120GB SSD and had already transferred bitcoin to a receiving address on there.
A quick solution is to export the private key from Bitcoin Core, and import it into Electrum. But it's totally fine to keep using the pruned version of Bitcoin Core, on an SSD it shouldn't take too long to sync. The pruned version should only take a couple of GB.

Quote
I am running Ubuntu Studio, and Bitcoin Core v0.15.1.0. I have tried to locate the bitcoin.conf file, but I do not have a .bitcoin folder anywhere.
The default location for .bitcoin is:
Code:
/home/loyce/.bitcoin

Quote
The closest I can find to that is /home/%username%/.config/bitcoin/Bitcoin-QT.conf. I have went into this file, and added prune=550, but every time I launch Bitcoin it keeps widdling away at the 3GB I have left on the SSD before I hit maximum capacity, and the Synchronizing is almost at 50%.
Unless you were very low on disk space from the start, it shouldn't be a problem. The chainstate directory is still a few GB after pruning.

I suggest you close Bitcoin Core, and start it from the console like this:
Code:
bitcoin -prune=550 &
This should work without any config file adjustments.
newbie
Activity: 2
Merit: 0
Alright, so I saw that Bitcoin Core needs almost 150GB, but that was only after I started downloading and synchronizing to a 120GB SSD and had already transferred bitcoin to a receiving address on there. I am running Ubuntu Studio, and Bitcoin Core v0.15.1.0. I have tried to locate the bitcoin.conf file, but I do not have a .bitcoin folder anywhere. The closest I can find to that is /home/%username%/.config/bitcoin/Bitcoin-QT.conf. I have went into this file, and added prune=550, but every time I launch Bitcoin it keeps widdling away at the 3GB I have left on the SSD before I hit maximum capacity, and the Synchronizing is almost at 50%.

Any help is greatly appreciated!
Jump to: