Author

Topic: File organisation (Read 568 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
March 25, 2017, 03:35:06 PM
#5
Yes, but storing the blockchain data on a network share will not work. The LevelDB databases require being locally on disk in order to operate properly.

OK, I see. If I want my wallet to be on another location how do I inform the bitcoin program that. As it is now I pass the parameter " -datadir=D:\BitcoinData
and it  contains both the "block" folder and the wallet
You would have to use a symlink to have your wallet.dat file stored elsewhere as currently you cannot specify a path to the wallet file. You can specify a different name for the file though, just not the path to the file.
hero member
Activity: 686
Merit: 502
March 25, 2017, 01:59:14 PM
#4
I suppose if you had a CIFS Mount / mapped drive to a file server maybe a local NAS it could work?

It would be extremely slow and most likely break across any network with latency (internet) I imagine.

Someone with more in depth knowledge on this would need to confirm though.
jr. member
Activity: 32
Merit: 2
March 25, 2017, 01:59:06 PM
#3
Yes, but storing the blockchain data on a network share will not work. The LevelDB databases require being locally on disk in order to operate properly.

OK, I see. If I want my wallet to be on another location how do I inform the bitcoin program that. As it is now I pass the parameter " -datadir=D:\BitcoinData
and it  contains both the "block" folder and the wallet
staff
Activity: 3458
Merit: 6793
Just writing some code
March 23, 2017, 09:26:46 PM
#2
Yes, but storing the blockchain data on a network share will not work. The LevelDB databases require being locally on disk in order to operate properly.
jr. member
Activity: 32
Merit: 2
March 20, 2017, 07:19:30 AM
#1
The "default" configuration when running bitcoin on a computer seems to be to store all data in the same folder and pass the data directory that hold both blockchain and the wallet
when starting bitcoin Core.

I travel between Stockholm and Las Palmas so I would like to store the blockchain part on my file server. I do not want to store my wallet on the file server.

Is it possible to have different directories for the wallet and the blockchain data?
Jump to: