Wallet Migration
When installing a new instance of the Fortytwo node, you may want to migrate your existing wallet to retain access to your previous identity and rewards. This guide explains how to safely transfer your wallet credentials (.account_private_key
file) from an old node installation to a new one.
Steps to Migrate Your Wallet
- Locate your old node installation folder.
- Inside it, open the
FortytwoNode
subfolder. - Copy the file named:
.account_private_key
- Go to your new node installation folder.
- Create a subfolder named
FortytwoNode
if it doesn’t already exist. - Paste the copied
.account_private_key
file into the newFortytwoNode
folder.
Your new node will now use the same wallet as before. No reactivation or new wallet generation is required.
💡 Platform-Specific Notes
macOS
Hidden files like .account_private_key
are not shown by default in Finder. To reveal them:
- Open the folder in Finder.
- Press
Command + Shift + .
to toggle hidden file visibility. - Once you're done copying, press the same keys again to hide hidden files.
Windows
To view hidden files in File Explorer:
- Open File Explorer.
- Select the View tab from the top menu.
- Click Show → Hidden items.
- Hidden files and folders (including
.account_private_key
) will now be visible.
⚠️ Important
- Do not share or expose your
.account_private_key
file. It grants full access to your wallet. - Ensure that the copied file is placed exactly in the
FortytwoNode
subfolder of your new node installation directory. - If you are operating nodes on multiple devices, each must use a separate wallet with its own unique seed phrase and
.account_private_key
file.
Updated 1 day ago