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
--datadir=<path to external Bitcoin Core data folder>
and in the command for starting Armory
--datadir=<path to external armory data folder> --satoshi-datadir=<path to external Bitcoin Core data folder>