Understanding your keys
- Spend key: The secret key that authorizes outgoing transactions. Anyone who holds your spend key can spend your funds.
- View key: A separate secret key that allows reading incoming transactions without the ability to spend. You can share your view key with a trusted third party (such as an accountant or auditor) to give them read-only visibility into your wallet without granting spending access.
Your view key can be safely shared with a trusted third party for audit or monitoring purposes. They will be able to see incoming transactions but cannot move your funds.
Export your keys
Insidefire_wallet, run:
Mnemonic seed
Your spend key can also be represented as a 25-word mnemonic phrase, sometimes called a seed phrase. This is the most human-readable form of your wallet backup and can be used to fully restore your wallet. When you create a new wallet,fire_wallet generates this phrase from your spend key automatically. When restoring, fire_wallet prompts you to enter the phrase and validates it before importing.
Store your mnemonic phrase in the same secure locations as your raw keys. Either form alone is sufficient to restore your wallet.
Restore a wallet from keys
To import a wallet using your spend key and view key, use the--import-new flag with a new wallet filename:
fire_wallet will prompt you to enter your spend secret key and view secret key. After entering them, set a new password for the restored wallet file. The wallet will then rescan the blockchain and rebuild your transaction history.
Wallet files use the .keys extension by default.