BitcoinDesign / Bitcoin-Core-App

Tracking the design process for the Bitcoin Core App.
https://bitcoincore.app
MIT License
56 stars 11 forks source link

Show an error for invalid bitcoin.conf settings #50

Open GBKS opened 1 year ago

GBKS commented 1 year ago

In our user test, one person could not start the app because they had a bitcoin.conf file that was problematic. Instead of the app simply quitting, can we catch the error and show a helpful message?

Frame 156354
GBKS commented 1 year ago

44 seems to be related in that it's about communicating how imported settings are handled.

yashrajd commented 1 year ago

Example.

Screenshot 2023-04-15 at 18 30 17

I like that informative error message if we can generate one for all errors. Not sure about the Continue button if the app cannot start without corrective action.