Skip to Content
Start HereBack Up Your Wallet

Back Up Your Wallet

Back up before receiving meaningful value. A Tidecoin transaction is controlled by private key material; if the wallet or seed is lost, the network cannot recover the coins for you.

What to back up

WalletPrimary backupNotes
Tidecoin CoreWallet backup file from the GUI or backupwallet RPCPQHD seeds are wallet-local. A descriptor string alone is not a full funds backup.
Browser extensionRecovery phrase or exported private keys, depending on the wallet flowStore offline; anyone with the phrase or keys can spend.
Android walletRecovery phrase or wallet backup shown by the appProtect the phone and the backup separately.
Web walletWallet-specific recovery/export material and passwordA nickname and password are not a substitute for understanding the wallet’s export/recovery flow.

Core backup

Use the Tidecoin Core backup action or the wallet RPC:

tidecoin-cli -rpcwallet="<wallet>" backupwallet "/path/to/wallet-backup.dat"

Store the backup outside the data directory. For encrypted wallets, keep the passphrase separately from the backup file.

Backup rules

  • Use an offline medium for the primary copy.
  • Keep at least two copies in separate physical locations for meaningful value.
  • Do not store the only copy in screenshots, email, chat, or cloud notes.
  • Replace old backups after creating new wallets, changing key material, or importing seeds.
  • Test recovery with a small balance before relying on the backup.

See also: Recover Your Wallet, Wallets / Security Model, Node Operations / Backups.

Last updated on