Author

Topic: Running Bitcoin Core and Armory on a Mac with blockchain data on external drive? (Read 650 times)

pf
full member
Activity: 176
Merit: 105
Thanks, that would have worked I think. But after some Googling, I went with just creating symlinks:

ln -s /Volumes/MyExternalDrive/Blockchains/Bitcoin ~/Library/Application\ Support/Bitcoin
ln -s /Volumes/MyExternalDrive/Blockchains/Armory ~/Library/Application\ Support/Armory

Works great. The same works great for Litecoin too:

ln -s /Volumes/MyExternalDrive/Blockchains/Litecoin ~/Library/Application\ Support/Litecoin
staff
Activity: 3374
Merit: 6530
Just writing some code
On Mac OS X, how can I run Bitcoin Core and Armory such that both use custom folders on an external drive to store the blockchain data?

By default, everything is in ~/Library/Application Support/Bitcoin and ~/Library/Application Support/Armory

I want it to be in /Volumes/MyExternalDrive/Bitcoin and /Volumes/MyExternalDrive/Armory

How do I accomplish this?
In the command for starting up Bitcoin Core, add the flag
Code:
--datadir=
and in the command for starting Armory
Code:
--datadir= --satoshi-datadir=
pf
full member
Activity: 176
Merit: 105
On Mac OS X, how can I run Bitcoin Core and Armory such that both use custom folders on an external drive to store the blockchain data?

By default, everything is in ~/Library/Application Support/Bitcoin and ~/Library/Application Support/Armory

I want it to be in /Volumes/MyExternalDrive/Bitcoin and /Volumes/MyExternalDrive/Armory

How do I accomplish this?
Jump to: