How to restore my non-custodial settlement wallet from the mnemonic seed?

Using official GUI wallet

  1. Download the latest version of the Monero GUI wallet for your OS from getmonero.org and launch it.
  2. Choose whichever wallet mode you prefer, and then select "Restore wallet from keys or mnemonic seed".
  3. Choose "Restore from seed" (selected by default) and paste the mnemonic seed from the trade page into the input below. Then, select "Seed offset passphrase" and type in the LocalMonero password that you've used when finalizing the trade. Press "Next".
  4. That's it! After the wallet is synchronized, you'll see all the transactions under the "Transactions" tab.

Using official CLI wallet

  1. Download the latest version of the Monero CLI wallet for your OS from getmonero.org.
  2. Launch the wallet with the --restore-from-seed flag.
    monero-wallet-cli --restore-from-seed
  3. Enter whichever name for your wallet that you want.
  4. When asked to "Specify Electrum seed", paste the mnemonic seed from the trade page.
  5. When asked to "Enter seed offset passphrase", type in the LocalMonero password that you've used when finalizing the trade.
  6. Answer the next questions to your preference.
  7. That's it! After the wallet is synchronized, you'll see all the transactions by using the show_transfers command.