NanoVault 1.1.2
Hey everyone, an update here that is somewhat small from the user interface, but required some larger changes internally. Please enjoy and as always let us know via Discord or GitHub if you run into any issues!
-
Ledger Support: This officially adds Ledger support to the desktop version. It connects directly through your USB devices instead of using the U2F bridge added into the web browsers. It functions the same as using your Ledger on the web wallet, but now with even more added security.
-
Custom Server Configuration: Using the App Settings page, you can now configure custom backends to use with the wallet. This will allow you to use a different Nano node to communicate with the network, or use your own API and WebSocket server to have complete control over how NanoVault talks to the internet.
-
Advanced Account Control: Using the 'Advanced' toggle on the accounts page, you can now see the exact index each of your accounts has, re-order them for convenience, or enter in the account index you would like to use for complete control over which accounts on your seed should be shown (No more being locked into account 0-19!)
-
Removed option for saving the wallet in an unlocked state. This will ensure that no unencrypted version of your seed is ever stored to disk.
-
General code clean up to try and keep everything manageable for the future.
The big goal of this update was to finally disconnect the dependency of the NanoVault server/web interface from the wallet. Using this version of the desktop app, you can now finally use your Ledger device (Or normal Nano wallet) without any external server that is located on the internet. When you use the desktop application with your own custom servers, you have complete control of all your data and no third party can interfere.
If you have any feedback or suggestions, please use our Discord server or the GitHub Issues - thanks!