Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
172 stars 113 forks source link

Rearrange start up order to show splash screen earlier, use hardware time better #637

Closed jim618 closed 9 years ago

jim618 commented 9 years ago

Hi Gary, I have pushed a couple of commits that:

This shows the splash a bitter earlier and I noticed the GenericApplication can take 900 ms on my machine (but only sometimes).

On my machine the best startup I get is: I see the splash screen at 3 to 4 seconds. See the password screen at 7 to 8 seconds.

Please review the change and close if you are happy with it.

edit: It is just one commit (18e72c4)

gary-rowe commented 9 years ago

Looks good overall. I replaced the configuration loading back under the logging bootstrap due to its inclusion within the Bitcoin URI processing that the listening service may perform. When I was first optimising the start up sequence I had some issues with configurations not being in place early enough.

If you're happy to close after this change then so am I.

jim618 commented 9 years ago

Checked operation both with and without Trezor successfully. Nice time save to check if Trezor is present. Most startups won't have a Trezor attached.