-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Description
In the settings, the Testnet seems to be reading from and setting some options for mainnet and not testnet. I have noticed this with at least the strDataDir option.
Replication steps on Ubuntu 15.10
- Tail ~/.config/Bitcoin-Qt.conf and ~/.config/Bitcoin-Qt-testnet.conf
- Reset the testnet settings by going to Settings > Reset Options. Notice how the testnet conf file changes.
- Now start Bitcoin core with
-choosedatadir -testnet
.
After the third step, you will see that the strDataDir setting is not added to the testnet conf but is added/changed in the normal conf file.