Skip to content

When opening or autoloading wallets there should be clear messages about rescanning in progress and wallets' names. #259

Open
@streamofstars

Description

@streamofstars

There are at least two ways to open a wallet.

  1. File, Open wallet
  2. or by manually appending settings.json file with wallet name.

When opening a wallet that has not been synchronized recently, in the first case there is a small window displayed with a message "opening wallet ". The node is rescanning at this time but nothing really indicates that, so unless user peeks in the debug.log file they may think bitcoin core is stuck.

Screenshot 2021-03-24 at 18 21 13

In the second scenario, the initial window displays a message with just a single word "rescanning". This is better in a way that at least, as a user I am not confused about what is actually happening. However, there is a different problem: no indication about which wallet is being loaded. If a user has multiple wallets and don't keep them all opened all the time, but opens one, closes another and so on, upon (re)starting Bitcoin-qt they would not know for which wallet rescanning is happening.

Screenshot 2021-03-25 at 01 13 54

In my opinion, both windows should clearly state:

  • what is going on right now exactly, i.e. rescanning
  • names of wallets that are being loaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    UXAll about "how to get things done"good first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions