How to address different .config files

Hi I use this in the "target" box of my shortcuts to load different .dat files

C:\dash\dash-qt.exe -wallet=wallet[MINER].dat

So how do I change this to load different .config files ?

cheers
 
Code:
-conf=<file>           Specify configuration file (default: dash.conf)

EDIT: more info about available cmd-line options can be found under "Help" -> "Command line options"
 
Code:
-conf=<file>           Specify configuration file (default: dash.conf)

EDIT: more info about available cmd-line options can be found under "Help" -> "Command line options"

So providing MN1 dash.conf is inside my roaming folder and this alone in my target box C:\dash\dash-qt.exe -conf=MN1 dash.conf
should work to load MN1 dash.conf and the default wallet.dat ?
 
Last edited by a moderator:
So providing MN1 dash.conf is inside my roaming folder and this alone in my target box C:\dash\dash-qt.exe -conf=MN1 dash.conf
should work to load MN1 dash.conf and the default wallet.dat ?
I'm not sure about spaces in conf name so it would be better to use MN1_dash.conf or smth like that but other than that - yep, should work
 
Back
Top