Closed karalabe closed 4 years ago
thanks for testing and reporting. we'll clean those up shortly.
@evertonfraga if we can keep dataDir and keystoreDir fields in settings but have it default be empty and not pass the flag in if empty, that would be a good solution
captured here: https://github.com/ethereum/grid/issues/538
v
This is a harder nut to crack: If I switch the network from mainnet to Rinkeby, the UI leaves the default datadir in place (
~/.ethereum
), which is wrong (it should be~/.ethereum/rinkeby
(same for the keystore)).My suggestion would be to not set these two folders by default, unless the user overrides them explicitly. That way Geth can remain smart and use its default locations.