jimbursch
Well-known member
I have successfully installed a dash-qt wallet with a data directory that is different from the default.
I am able to run
./dashd -datadir=/my/new/dir/.dashcore
and
./dash-cli -datadir=/my/new/dir/.dashcore getinfo
successfully.
Is it possible to set the new data directory as default for dashd and dash-cli so that I don't have to use the -datadir= command all the time?
This is my current directory structure:
~/Dash/.dashcore
~/Dash/dashd
~/Dash/dash-cli
I am able to run
./dashd -datadir=/my/new/dir/.dashcore
and
./dash-cli -datadir=/my/new/dir/.dashcore getinfo
successfully.
Is it possible to set the new data directory as default for dashd and dash-cli so that I don't have to use the -datadir= command all the time?
This is my current directory structure:
~/Dash/.dashcore
~/Dash/dashd
~/Dash/dash-cli