Cold-Wasabi Hardware Wallet Mode
Using hardware wallet step-by-step
- Start your Wasabi Wallet and go to
Add Wallet
. - Click on
Connect to hardware wallet
and then connect the hardware wallet via cable. Alternatively, you can import a Coldcard skeleton file via SD card by usingImport Wallet
at theAdd Wallet
dialog. - Confirm that the detected hardware wallet is correct.
- Click
Open
, and wait for the wallet to load. - Now you can receive bitcoin to addresses controlled by the hardware wallet.
- You can spend these coins in the
Send
dialog, though the hardware wallet must be connected via USB to sign the transaction. Alternatively, you can build a PSBT, export this via SD card to your Coldcard wallet for signing, then import the final transaction to Wasabi for broadcasting.
No coinjoin
Unfortunately, as of now, you cannot coinjoin with just the private keys on your hardware wallet. The keys need to be on the internet-connected computer to be able to coinjoin.
What is Cold Storage
Cold storage refers to generating and storing private keys completely offline. This is an often-used security precaution, especially dealing with large amounts of bitcoin. Because the private keys are not on a computer that is connected to the internet, many remote attack vectors are nullified.
Methods of cold storage include keeping private keys on a:
- USB drive or other data storage medium
- Paper wallet
- Bearer item such as a physical bitcoin
- Hardware wallet
Use a hardware wallet for cold storage
There are multiple ways to exercise cold storage, however it is highly reccommended to use a hardware wallet. This is by far the best and most secure way of using bitcoin for almost all users.
Hardware Wallet with Wasabi
You can use Wasabi Wallet with almost any hardware wallet out there because Wasabi utilizes Bitcoin Core Hardware Wallet Interface [HWI]. The setup is thoroughly tested for Trezor model T, Ledger Nano S, Nano S Plus and Nano X, and Coldcard.
Connecting via USB
Import the wallet
- Go to
Add wallet
. - Click on
Connect to hardware wallet
. - Give the wallet a name.
- Connect the hardware wallet to the PC and enter the pin on the hardware wallet to unlock it.
- Confirm that the correct hardware wallet is detected.
- Open the wallet.
This wallet can be used as a watch-only wallet when the hardware wallet device is not connected.
Wasabi remembers the wallet's information like xpub, wallet fingerprint and addresses etc. But it never knows the private keys, which are on the hardware wallet. So, you can see the balance and all it's transactions in Wasabi and you can generate addresses, but you cannot send without the hardware wallet being connected. Because you need to sign (confirm) the outgoing transactions on the hardware wallet.
Receiving bitcoin
After the first time you loaded a new device, the public keys will be stored locally on the computer, and you can use Wasabi to receive bitcoin to the hardware wallet without having it connected.
Verify the receive address on the hardware wallet for extra security
It's always a good practice to verify that the receive address on Wasabi corresponds to the one on the hardware wallet, before receiving (large amounts of) bitcoin. This could prevent malicious firmware which replaces a receive address with a fake one. You can do this by clicking on Show on the hardware wallet
at a receive address. The address will now be displayed on the hardware wallet, check that the addresses correspond and then confirm this on the hardware wallet.
Sending bitcoin
Only when you want to send bitcoin you need to connect the device over USB again.
- Click the
Send
button. - Enter the amount and destination address.
- Enter the label of whom you are sending to.
- At the
Preview Transaction
screen, check that everything is correct. - Click
Send Now
. - Connect the hardware wallet & unlock it.
- Check on the hardware wallet that everything is correct.
- Confirm on the hardware wallet.
- The transaction is sent!
The private keys are not on the computer, thus the transaction is signed on the hardware wallet after you confirm with a physical button click. The final transaction is automatically broadcast over Tor with Wasabi Wallet.
Connecting Coldcard via SD card
You can use Wasabi Wallet together with Coldcard without ever connecting it via USB, thus further reducing possible attack vectors. For more details see the Coldcard documentation.
Import the skeleton wallet
Power your Coldcard on a power bank or electricity socket, then unlock it with your pin. Put in a MicroSD card and go to Advanced > MicroSD Card > Export Wallet > Wasabi Wallet
. This will write the public keys, wallet fingerprint, derivation path and other metadata to a skeleton file new-wallet.json
.
Protect your public keys!
This file does not include your private keys, so an attacker cannot use it to spend your bitcoin. However, he can use it to derive a full transaction history, thus it is a potential privacy leak.
Now insert the SD card to your computer, and open Wasabi Wallet. Go to the Add Wallet
dialog, and click Import a wallet
, browse to the SD card and select the new-wallet.json
file. Wasabi will automatically import and modify this skeleton file and store it in your Wallets
and WalletBackups
folders.
Receiving bitcoin
After the skeleton wallet is imported, you can open the wallet from the wallet list at the NavBar
, without having to power on the Coldcard. Generate a receive address as usual. The private key corresponding to this address is on the hardware wallet.
Sending bitcoin
Sending bitcoin airgapped works as follows:
- Enable
PSBT workflow
in the Wallet Settings - Click the
Send
button. - Enter the amount and destination address.
- Enter the label of whom you are sending to.
- At the
Preview Transaction
screen, check that everything is correct. - Click
Save PSBT file
, and save the file on the MicroSD card. - Remove the MicroSD card from the computer and put it into your Coldcard.
- On the Coldcard, click
Ready to Sign
. - Verify the transaction details shown on the Coldcard, and approve to sign the transaction.
- Remove the MicroSD card from Coldcard and insert it into the computer.
- In Wasabi, click on
Broadcaster
(in the search bar). - Select
Import Transaction
. - Select the final signed transaction, which looks like this
xxx-final.txn
. - Broadcast the transaction.
Enable PSBT workflow in the settings
You need to have PSBT workflow
enabled in the wallet settings in order to have Save PSBT file show up at the Preview Transaction screen. After it is enabled, a Broadcast button will appear next to the Send
button for an easier workflow.
Cold-Wasabi protocol
This is how you can safely eat cold Wasabi, or store your coins on a hardware wallet after coinjoining with Wasabi Wallet. Because you cannot do coinjoin with the private keys on the hardware wallet, you will need to generate and load two different wallets in Wasabi. A 'hot' (coinjoin) and a 'cold' (storage) wallet will both be running in parallel, label them accordingly so you don't mix them up.
GUI tutorial
Coinjoin on the hot Wasabi
First
You should make your existing coins private. It is useful to generate a complete new hot wallet for this, so as to keep the coinjoin transaction history separate from other wallets.
- Generate a new hot-Wasabi Wallet.
- Open the Receive dialog to get a new address.
- Send bitcoin into this Hot-Wasabi Wallet.
- Start the automatic coinjoin process and wait for the coinjoin to be done (i.e. privacy progress 100%).
Set up your cold-Wasabi
Second
In order to separate these new private coins, you should generate a fresh wallet on your hardware device.
- Generate a new set of keys on your hardware wallet and make a backup.
- Load your hardware wallet device to Wasabi, either via USB or SD card.
- Label and generate a receive address for the hardware wallet. For the first setup, you need to connect the hardware wallet to the computer that runs Wasabi, afterwards, you can generate receive addresses without the device being connected.
- Copy the receiving address from the cold-Wasabi.
Send bitcoins from hot to cold Wasabi
Third
When your coins are private, it is a good practice to send them out in multiple batches in order to not consolidate all your coins. Wait some time in-between sending them, so that timing analysis becomes more difficult.
- Go to the hot-Wasabi
Send
dialog and enter the amount. - Paste the cold-Wasabi address.
Send bitcoins from cold Wasabi
Finally
You can at any time spend the bitcoin from the cold-Wasabi.
- Connect your hardware wallet to the computer.
- Load the cold Wasabi wallet.
- Go to the
Send
dialog, enter the amount and the destination address, then sign the transaction with the hardware wallet.
Success!
おめでとうございます!
You are now eating Cold Wasabi!
WARNING
The anonymity score is tied to the wallet that you used to coinjoin, if you send a mixed coin to another Wasabi Wallet (in this case your hardware wallet), it will have an anonymity score of 1 (and will be marked as non-private) because this wallet doesn't know that the coin was coinjoined.
You should use a meaningful label when you generate a receive address in your hardware wallet, e.g. "Myself coinjoin private" (something that reminds you that you got this utxo from your Wasabi Wallet and it was coinjoined).