Wallet Backup

How to backup your UI wallet

Backup Frequency

Because the NIX GUI wallet utilizes HD key generation, you do not need to backup your wallet after generating 100 or 1000 receive addresses. All receive addresses you generate are based off of a single master private key which will grant you access to all future generated addresses.

Backing up your wallet

You can manually copy your wallet.dat file to a new location by navigating to the NIX data directory and making a copy of the wallet.dat. The default location for this file is inside the wallets directory if it exists, otherwise, the root data directory (nix).

Windows

C:\Users\(your username)\AppData\roaming\nix\wallets\wallet.dat

or

C:\Users\(your username)\AppData\roaming\nix\wallet.dat

NOTE: If a "wallets" directory exists, the software will use it as the default wallet directory. If it does not exist, then the root directory will be used.

MacOS

~/Library/Application Support/nix/wallets/wallet.dat

or

~/Library/Application Support/nix/wallet.dat

NOTE: If a "wallets" directory exists, the software will use it as the default wallet directory. If it does not exist, then the root directory will be used.

Linux

~/.nix/wallets/wallet.dat

or

~/.nix/wallet.dat

NOTE: If a "wallets" directory exists, the software will use it as the default wallet directory. If it does not exist, then the root directory will be used.

Last updated

Was this helpful?