A step-by-step guide to combining the two passwords, importing keys, and accessing your Bitcoin.
This can take several days, and you’ll need around 730GB of free disk space.
Label these as “Private Key #1” and “Public Key #1” to stay organized.
Label these as “Private Key #2” and “Public Key #2.”
In the Console, run the following command (substitute your actual 130-character public keys):
addmultisigaddress 2 '["<PublicKey1>", "<PublicKey2>"]' cryptolator
This creates a 2-of-2 multi-sig address labeled “cryptolator.”
Still in the Console:
importprivkey <PrivateKey1> false
Press Enter. Then:
importprivkey <PrivateKey2> true
The first command imports the first private key without rescanning. The second command imports the second key and starts a rescan of the blockchain.
This can take several hours, depending on your computer’s speed.
After the rescan finishes, go to the Overview or Transactions tab in your newly created wallet. You should see the BTC balance associated with the multi-signature address.
Anyone with your private keys can spend your Bitcoin. Store them securely (e.g., on an encrypted drive or in a safe).
Go to File → Backup Wallet in Bitcoin Core after importing. Save this backup in a secure location.
If you’re new to multisig or have any doubts, practice with a small amount of BTC before transferring large sums.