siacentral / host-manager

User-friendly desktop app for Sia hosts. Provides easy configuration, better financials, and smart alerts to make hosting simpler.
https://siacentral.com/host-manager
GNU Affero General Public License v3.0
69 stars 14 forks source link

Host Manager skipped the host unlock step #1

Closed stevefunk closed 5 years ago

stevefunk commented 5 years ago

Absolutely loving Host Manager so far!

When I chose to import my Sia settings (I checked the Advanced settings box), I was directed to enter my wallet unlock password. This was also the page that mentioned I could set the system environment variable. I chose to let Host Manager unlock my wallet for me and entered my wallet password. Success on this step.

The next screen popped up, and appeared to have some additional info regarding unlocking the wallet for hosting. I think it wanted me to enter my password again. I didn't read too much on this screen because it automatically skipped through this into the "Scanning" screen, and then finally into the app.

n8maninger commented 5 years ago

From Reddit:

Once you entered your password and clicked "Next" the Host Manager attempted to unlock your wallet. The next screen you saw was a screen that should have only been shown if you had not auto unlocked your wallet and your wallet was still locked. There must be a small delay between when the next screen is displayed and Host Manager recognizing the wallet is unlocked.

host manager advanced setup host manager wallet unlock

n8maninger commented 5 years ago

I added a separate issue for the advanced settings screen not displaying after importing settings from Sia-UI #2

n8maninger commented 5 years ago

Fixed by d2ce4fe

There were two different places that attempted to unlock the wallet. I ended up removing the one in setup to reduce complexity and code duplication. The remaining one will now be shown directly after setup before you are able to get into the main app or if your wallet is locked.