DigitalNote Wiki
  • Welcome to the DigitalNote Wiki
  • GETTING STARTED
    • A Brief History
    • The Current DigitalNote Ecosystem
    • XDN Network and Coin Specs
    • Ways to Earn XDN
    • Exchange Listings
    • Masternodes
  • XDN on Binance Smart Chain/PancakeSwap
  • Benefits of Getting XDN on Binance Chain & PancakeSwap
  • Setting up XDN on Binance Smart Chain (BSC)
  • Contributing to wXDN/BUSD Liquidity Pool on PancakeSwap
  • Participating in wXDN/BUSD Pool Rewards on PancakeSwap
  • Trade wXDN with other coins
  • Swap BEP-2 for BEP-20 BNB Asset
  • FAQ: Binance Smart Chain & PancakeSwap Integration
  • Wallet Functionality
    • Wallets
    • QT Wallet
      • Installation and Updating
      • Backup and Security
        • Wallet Encryption
        • Wallet Backup
        • Wallet Restoration
      • Staking
      • Advanced Wallet Functions
        • Coin Control
        • Command Line Options
        • Console Commands
    • DigitalNote Mobile Wallet
  • COMMUNITY AND SOCIAL MEDIA
  • GitHub
  • Official Website
  • Official Social Accounts & Live Chats
  • Social Media Outlets
  • Support
    • Syncing Issues
      • Manually Adding Peers
    • Masternode Setup
      • Client Side
        • QT Wallet MN setup
      • Server Side
        • VPS Install
        • Hosting Services
  • Proposals & Feedback
    • Collaborate with XDN
    • Report a Wallet Issue
    • Feature Requests
  • OTHER RESOURCES
    • Frequently Asked Question: 2XDN
    • Merchandise
    • XDN Press/Media Kit
Powered by GitBook
On this page
  • Backup Frequency
  • Core Wallet Backup
  • Manual Wallet Backup
  • Windows
  • MacOS
  • Linux

Was this helpful?

  1. Wallet Functionality
  2. QT Wallet
  3. Backup and Security

Wallet Backup

How to backup your QT wallet

PreviousWallet EncryptionNextWallet Restoration

Last updated 4 years ago

Was this helpful?

For the QT wallets, the file wallet.dat contains your private keys which grants access to your coins on the blockchain. If this file becomes corrupted or lost you will no longer be able to access your coins without restoring a valid backup.

It is best to store your backed up wallet.dat somewhere other than the computer you normally use to run your wallet. SD cards, thumb drives and cloud backups are ideal candidates. Encrypting your wallet.dat before backing it up is strongly recommended.

Backup Frequency

Because all XDN wallets utilize 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.

When encrypting your wallet.dat file, a new master key is generated and used from then on. This prevents anybody who may gain access to your previously unencrypted wallet.dat file from gaining control of addresses you've generated after encryption. Because of this, encrypting your wallet will require you to create a new backup of your wallet.dat. You should also delete any previously created backups that are not encrypted.

NOTICE: Changing your password will not require a new backup, but any old backups will still use their respective password. Therefore, it is strongly recommended that you replace any previous wallet.dat backups.

TIP: A sure way to protect any coins still on an old receive address that you've generated before encrypting your wallet is to send them to yourself using a newly generated receive address after encryption.

Core Wallet Backup

You can backup your wallet.dat file from within the running xdn-qt application by selecting "Backup Wallet..." from the File menu. You will then be presented with a standard "Save file as" window where you can select a location and name for your backup file.

Manual Wallet Backup

You can manually copy your wallet.dat file to a new location by navigating to the XDN 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 (xdn).

Windows

TIP: Windows hides the AppData folder by default when using the graphical file explorer. In order to get inside the AppData folder, you can either type "%AppData%" into the search bar or check the box for "Hidden items" under the View menu to show hidden files in the file explorer window and navigate your way there.

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

or

C:\Users\(your username)\AppData\roaming\xdn\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

TIP: MacOS hides the Application Support folder by default. 1. On the top bar, left side of your screen click on "Go", then click on "Go to Folder". 2. Type or copy-paste: ~/Library/Application Support/xdn/

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

or

~/Library/Application Support/xdn/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

~/.xdn/wallets/wallet.dat

or

~/.xdn/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.

Select "Backup Wallet..." from the File menu