Bitcoin Forum
May 05, 2024, 10:42:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core - Still synchronizing and payment pending  (Read 126 times)
WingPilot14 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 18, 2017, 09:13:11 PM
 #1

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!
1714948941
Hero Member
*
Offline Offline

Posts: 1714948941

View Profile Personal Message (Offline)

Ignore
1714948941
Reply with quote  #2

1714948941
Report to moderator
1714948941
Hero Member
*
Offline Offline

Posts: 1714948941

View Profile Personal Message (Offline)

Ignore
1714948941
Reply with quote  #2

1714948941
Report to moderator
1714948941
Hero Member
*
Offline Offline

Posts: 1714948941

View Profile Personal Message (Offline)

Ignore
1714948941
Reply with quote  #2

1714948941
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714948941
Hero Member
*
Offline Offline

Posts: 1714948941

View Profile Personal Message (Offline)

Ignore
1714948941
Reply with quote  #2

1714948941
Report to moderator
1714948941
Hero Member
*
Offline Offline

Posts: 1714948941

View Profile Personal Message (Offline)

Ignore
1714948941
Reply with quote  #2

1714948941
Report to moderator
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16599


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
December 18, 2017, 09:36:17 PM
 #2

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.

WingPilot14 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 18, 2017, 09:49:38 PM
 #3

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!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!