-
Notifications
You must be signed in to change notification settings - Fork 4
Restore CLI Wallet from Seedphrase
Before you start, make sure your Software is up to date!
Some errors might require you to restore your Wallet from Seedphrase. If you have a transaction Error and can't seem to resolve it, restoring from Seed is the way to go!
First, try to keep Chaindata intact to preserve your transactionhistory. If the Error persists, Go for the second Option and Wipe Chaindata too!
First let's lay out the overall procedure, more detailed instructions with screenshots are below:
- Create recovery directory
- Copy Node api secret into your recovery Directory
- Switch into your Recovery Directory
- Recover Wallet from Seed
Make sure your Node is running to recover your Wallet
mkdir recovery
cd recovery
cp ~/.mwc/main/.api_secret .
mwc-wallet init -h -r
<enter recovery phrase>
Make sure to always executes commands from this new recovery Directory! All your Wallet Data will be stored here now!
mkdir recovery
cd recovery
copy C:\Users\%username%\.mwc\main\.api_secret %cd%
mwc-wallet.exe init -h -r
<enter recovery phrase>
Make sure to always executes commands from this new recovery Directory! All your Wallet Data will be stored here now!
First let's lay out the overall procedure, the needed Commmands to accomplish this are below.
- Wipe Chaindata
- Create a new recovery directory
- Copy Node api secret into your new recovery Directory
- Switch into your new Recovery Directory
- Recover Wallet from Seed
Make sure your Node is stopped for this
rm -rf ~/.mwc/main/chain_data
Now start the node and Wait for it to sync!
mkdir recovery2
cd recovery2
cp ~/.mwc/main/.api_secret .
mwc-wallet init -h -r
<enter recovery phrase>
Make sure to always execute commands from this new recovery Directory! All your Wallet Data will be stored here now!
rmdir /S /Q C:\Users\%username%\.mwc\main\chain_data
Now start the node and Wait for it to sync!
mkdir recovery2
cd recovery2
copy C:\Users\%username%\.mwc\main\.api_secret %cd%
mwc-wallet.exe init -h -r
<enter recovery phrase>
Make sure to always execute commands from this new recovery Directory! All your Wallet Data will be stored here now!
Introduction
Sending Guides
Receiving Guides
- Accept Swap Offer - QT Wallet
- Receive via Atomic Swap - QT Wallet
- Receive via HTTP (NGrok) - QT Wallet
- Receive via HTTP (Port Forwarding) - QT Wallet
- Receive via HTTP (NGrok) - CLI Wallet
- Receive via Files - QT Wallet
- Receive via Files - CLI Wallet
- Receive via Files - Cold Wallet
- Receive via TOR - QT Wallet
- Receive via TOR - CLI Wallet
- Receive via Slatepack- QT Wallet