You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently restore starts from the first segwit block. See filterStartingHeight
Allow user to specify which block to start the restore from.
Show an estimate of that blocks issuance date to allow user-optimization like: "I created the wallet 6 moths ago, so I probably don't have to scan the last three years of the chain, only 6-7 months"
The text was updated successfully, but these errors were encountered:
* Break receive address to groups #751
* Wrong password message on sign tx #752
* Double spend indication fix#754
* RBF transaction indication (support for sending RBF is comming soon)
#754
* Breaking change in hash format (overflow bug). Indexers should resync.
#754
* New restore process that doesn't require storing filters on device
#759
* Fixed bug with derivation path input #762
* You can specify starting block for restore #763
* No password wallets are handled correctly #701
* Height scanning improved #724
* Display un-synced indexers with an orange dot #723
* Add tor socs support #722
* Connection duplicates fixed#716
* Use only synced indexers in scan and restore #709
* Add GUI to setup DNS servers #706
* Alerts are now sticky to bottom of page #702
* Word break at seed restore #696
Currently restore starts from the first segwit block. See
filterStartingHeight
Allow user to specify which block to start the restore from.
Show an estimate of that blocks issuance date to allow user-optimization like: "I created the wallet 6 moths ago, so I probably don't have to scan the last three years of the chain, only 6-7 months"
The text was updated successfully, but these errors were encountered: