I want to use data directory from a different location (external SSD) on a Windows machine. When I save the path for it in bitcoin.conf it still uses old data directory. How can I use datadir in bitcoin.conf?
bitcoin.conf file:
datadir=F:\bitcoin-mainnet
debug.log logs:
2021-03-05T01:34:22Z Config file arg: datadir="F:\\bitcoin-mainnet"
It still uses old data directory which doesn't have data for a synced full node (mainnet):

