- Insert a bitmonero.conf into the default datadir
- Run monero wirh
./monerod = the ~/.bitmonero/bitmonero.conf if used
- Add a bitmonero.conf into a folder called bitmonero2
- Run
./monerod --data-dir bitmonero2 = the bitmonero.conf from ~/.bitmonero is used instead.
expected: the config source datadir should not be static, and should 1st check --config-file, 2nd check --data-dir.
Only In absence of --data-dir and --config-file should it look in the default datadir
./monerod= the ~/.bitmonero/bitmonero.conf if used./monerod --data-dir bitmonero2= the bitmonero.conf from ~/.bitmonero is used instead.expected: the config source datadir should not be static, and should 1st check --config-file, 2nd check --data-dir.
Only In absence of --data-dir and --config-file should it look in the default datadir