如何安全支付Bitcoin
如何在使用冷钱包的情况下安全支付比特币
硬件
- COLDCARD: 冷钱包
- MicroSD Card: 用于airgapped的签名(以确保整个过程完全不联网)
软件
- Sparrow
- GPG Keychain Tool
更新Firmware
- 官网指南
- 下载最新firmware
- 确认以下
- Confirm the Hash
确保output的hash和signature的hash一致, 一致的话意味着firmware在transfer过程中没有被修改过。
shasum -a256 ~/<fireware下载路径>/20...-coldcard.dfu
- Verify PGP Signature
确保看到"Good signature from "Peter D. Gray peter@coinkite.com"的字样。
gpg --verify ~/<签名的下载路径>/signatures.txt
- 用MicroSD card把新的firmware
.dfu
文件安装到coldcard上 - 更新后ColdCard会再次要求输入PINs,记得确认firmware的version。
安全支付Bitcoin
尽可能使用Airgapped的方式,确保COLDCARD永远不和联网的机器连着。MicroSD card当中间人。
- 打开Sparrow
- Click
Send
- Fill in
Pay to
,Label
,Amount
details Create transaction
Finalize Transaction for Signing
Save transaction
to MicroSD card- move to COLDCARD
- (remember to enter passphrase if you had one BIP39)
Ready To Sign
- shoudl expect
Reading...
thenValidating...
- confirm if transaction looks correct
- a
-signed.psbt
file should be created by then - 把MicroSD插回电脑上
Load Transaction
- Select the PSBT file and open
Broadcas Transaction
now.- will take some time before the transaction is confirmed.