DIONE Wallet — homeDIONE Wallet
← Back to Learn
How-To

DIONE Wallet Recovery — Lost Seed Phrase, Device, Hardware Wallet

Recover DIONE Wallet from a lost seed phrase, broken device, or hardware wallet failure. What's recoverable, what's not, and how Tangem multi-card backups handle the worst cases.

Last updated: 2026-05-01 · 7 min read

Step-by-step recovery on Windows, macOS, and Linux — plus hardware wallet and Tangem cases.

Last updated: 2026-05-01


What you need before starting

Just two things: your 12-word seed phrase and a device to install DIONE Wallet on.

If you have your seed phrase but the original device is broken, lost, or wiped — that's exactly what seed phrases are for. The phrase is the wallet. The app is the interface.

If you have an old device with the wallet still installed but you forgot the password: you can't unlock that installation, but you can install DIONE Wallet on a different device (or reinstall on the same one) and restore from your seed phrase. The password protects local files; the seed phrase is the master key.

Step 1 — Install DIONE Wallet

Download DIONE Wallet exclusively from dionewallet.com/download or the official GitHub Releases mirror. The team distributes the wallet through these two channels only and never sends installer links via direct message.

Run the installer. The download size is around MB depending on platform. Installation completes in under a minute on most systems.

On first launch, you'll see two options: Create new wallet or Restore from seed phrase. Choose Restore.

Step 2 — Enter your seed phrase

DIONE Wallet asks for your 12-word recovery phrase. Type the words in the original order — the order matters; "alpha bravo charlie" is a different wallet from "charlie bravo alpha."

Words are typed exactly as written. BIP-39 words are lowercase English (or your chosen language) from a fixed dictionary of 2,048 words. The wallet shows valid completions as you type to help avoid typos.

If you're entering a 24-word phrase: DIONE Wallet supports both 12 and 24-word phrases. Choose the right length on the entry screen. 24-word phrases are more secure cryptographically but functionally equivalent for recovery.

If a word doesn't autocomplete to anything valid: you've miscopied. Check your phrase against the BIP-39 word list at github.com/bitcoin/bips/blob/master/bip-0039/english.txt — phrases sometimes get written ambiguously (abandon vs abandoned, ability vs able).

Step 3 — Set a new password

After your seed phrase is accepted, set a password for this installation. The password encrypts the local wallet file at rest — it's a security layer against someone with physical access to your machine.

The password is not a backup. If you forget it, you can restore from seed phrase to a new installation, set a new password, and continue. But the password alone won't recover anything; the seed phrase is what matters.

Choose something strong. A password manager is fine for storing it; it's a local-machine secret, not a transmitted credential.

Step 4 — Verify your balance

After password creation, the wallet syncs with Odyssey Chain and displays your balance. This usually takes seconds.

Confirm the address shown matches what you remember (or what you can verify on odysseyscan.com). DIONE Wallet uses BIP-44 standard derivation (m/44'/60'/0'/0/0 for the first address), the same as MetaMask, Ledger, and Trezor. Same seed phrase, same address.

If the address doesn't match what you expected: see Common derivation issues below.

Step 5 — Hardware wallet users

If you held DIONE on a Ledger or Trezor, recovery follows the hardware wallet's flow first.

  1. Recover the hardware wallet itself using its recovery phrase (Ledger Live's recovery process, Trezor Suite's recovery process)
  2. Connect the recovered hardware wallet to DIONE Wallet
  3. DIONE Wallet recognizes the device and shows your address + balance
  4. Sign transactions through the hardware wallet as before

The hardware wallet is the seed-phrase home; DIONE Wallet is the UI. Both pieces are needed for full recovery, but the hardware device's seed is the master.

Common derivation issues

Address doesn't match what you remember. Some early wallets used non-standard derivation paths. DIONE Wallet uses BIP-44 standard. If your old wallet used m/44'/60'/0'/0/1 (the second address) or a custom path entirely, restoring with the standard path gives you the wrong address.

Workaround: in DIONE Wallet's advanced settings, you can specify a custom derivation path. Try m/44'/60'/0'/0/1, m/44'/60'/1'/0/0, and similar variations until your expected address appears.

Wrong wallet entirely. If you have multiple seed phrases (one per wallet you've used over the years), you may be entering the wrong one. The seed phrase that controls a specific address only ever derives that address. Try each phrase you have.

Tangem-specific issues. If you're recovering from a Tangem card, see How to Move DIONE from Tangem.

What to do if you've lost your seed phrase

This is a hard situation. Limited options exist, none guaranteed.

Check old backups. Email drafts, encrypted notes apps, password managers, hand-written paper in a desk drawer, photos of physical paper (yes, against best practice, but it happens). Check everywhere.

Old device with wallet still installed. If you can boot the original device and unlock the wallet (you remember the password), you can typically export the seed phrase from settings. Do this first, then reinstall on a new device.

Hardware wallet with PIN. Some hardware wallets store seed phrases that can be re-displayed with PIN access. Check your hardware wallet's documentation.

No options worked. The funds are likely permanently inaccessible. We don't operate a backend recovery service — we can't, by design. Non-custodial means non-recoverable beyond the seed phrase.


FAQ

Can I recover my wallet without the password?

Yes — the password protects the local wallet file, but the seed phrase is what recovers the wallet itself. Reinstall DIONE Wallet, restore from seed phrase, set a new password.

Does DIONE Wallet have a backup service?

No. There's nothing on a server to back up — your wallet is encrypted locally, and the seed phrase is the master key. A "backup service" would mean uploading your keys somewhere, which is what custodial wallets do. We're non-custodial.

Can I use the same seed phrase across multiple wallets?

Yes. BIP-39 phrases are portable across compliant wallets. The same phrase recovers your wallet in DIONE Wallet, MetaMask, Rabby, Trust Wallet, and most modern EVM wallets. Switching wallets is just a different UI on the same keys.

What about wallets that use 24 words instead of 12?

DIONE Wallet supports both 12 and 24-word BIP-39 phrases. Use whichever you generated originally — the lengths aren't interchangeable; a 12-word phrase derives different keys than a 24-word phrase.

Should I store my seed phrase digitally?

Best practice is offline-only — written on paper or stamped on metal, stored physically in a secure location. Digital storage (cloud notes, password managers, photos) introduces attack surfaces that paper doesn't. That said, no copy is worse than an imperfect copy. Multiple imperfect backups in different locations beat one perfect backup in one location.

What if my computer was hacked while I had DIONE Wallet open?

The encrypted wallet file on disk is protected by your password. If the attacker also captured your password (keylogger, screen recording), they can decrypt the wallet — but they'd still need network access while you weren't using the wallet. If you suspect compromise, restore from seed phrase to a clean device, then move funds to a fresh wallet (new seed phrase) as soon as practical. *See also: [/security](/security) for architectural detail · [How to Move DIONE from Tangem](/learn/how-to-use-tangem-with-dione-wallet/) · [/support](/support). Last reviewed: 2026-05-01.*

Related articles