Bitcoin Forum
October 03, 2024, 08:55:36 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: .bitcoin folder on linux  (Read 2046 times)
Trongersoll (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 501



View Profile
April 20, 2013, 05:52:14 PM
 #1

I'm  running out of space before bitcoin-qt can complete syncing. I'm running Ubuntu on an 8gig USB stick dedicated to be a wallet. doing a "df" command i see that over 6 gig has been allocated to /cdrom and is unused. I'm running the wallet in a sub folder of my home folder. the .bitcoin folder is showing up in my home folder.

My question is, is the location of the .bitcom folder hardcoded in the app. or is there some way to move it to where there is more space available. Or is there a way in ubuntu to move space between file systems?
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
April 20, 2013, 06:43:04 PM
 #2

I'm  running out of space before bitcoin-qt can complete syncing. I'm running Ubuntu on an 8gig USB stick dedicated to be a wallet. doing a "df" command i see that over 6 gig has been allocated to /cdrom and is unused. I'm running the wallet in a sub folder of my home folder. the .bitcoin folder is showing up in my home folder.

My question is, is the location of the .bitcom folder hardcoded in the app. or is there some way to move it to where there is more space available. Or is there a way in ubuntu to move space between file systems?

Move the directory to a filesystem with enough space, then use the -datadir parameter to bitcoin.
thomasb
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
April 22, 2013, 05:26:35 PM
 #3

Stop bitcoin-qt
mv .bitcoin /somewhere/with-more-space
ln -s /somewhere/with-more-space/.bitcoin

This moves both the wallet and the blockchain info.
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!