decred / dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Other
186 stars 95 forks source link

app: wallet creation should auto attempt to load wallet config files #616

Closed chappjc closed 4 years ago

chappjc commented 4 years ago

image

Right now the user can choose the file and it will glean the settings from that, but we need this dialog to automatically load the file from the default location for the particular asset. e.g. ~/.dcrwallet/dcrwallet.conf or ~/.bitcoin/bitcoin.conf

chappjc commented 4 years ago

@buck54321 The feeling is this is an MVP item. Something like the following:

So only three things to enter if the conf file has everything: the trading account/walletname and the two passwords.

EDIT: have dexc locate the conf and send the settings to frontend