File tree Expand file tree Collapse file tree 4 files changed +352
-93
lines changed
Expand file tree Collapse file tree 4 files changed +352
-93
lines changed Original file line number Diff line number Diff line change 22
33public.txt
44* .psbt
5+ * .txn
56
67# Byte-compiled / optimized / DLL files
78__pycache__ /
Original file line number Diff line number Diff line change 1+
2+ ## 0.4.1
3+
4+ - Added Coldcard Q support
5+ - Fixed descriptor wallet import (setting active=true)
6+ - Added QR printing
7+ - Added ` consolidate ` CLI command
8+ - Added coin selection interface for ` consolidate `
9+ - Change address type specified as bech32 upon wallet creation
10+
111## 0.3.1
212
313- Wayland clipboard support (via wl-copy)
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Coldcard, and not much else.
4949 help
5050- Bitcoin Core 0.19+
5151- Python 3.7+ (your system probably already has this)
52- - Coldcard
52+ - Coldcard (original or Q)
5353
5454![ home] ( docs/img/splash.png )
5555
@@ -61,6 +61,7 @@ Not super familiar with the commandline? On macOS? Check out the [easy setup tut
6161
62621 . Buy a [ Coldcard] ( https://coldcardwallet.com )
63631 . Download, install, and sync [ Bitcoin Core] ( https://bitcoincore.org/en/download/ )
64+ - If possible, sync with ` -blockfilterindex=1 ` for much faster wallet scanning.
64651 . Ensure Python 3.7+ is on your system: ` $ python3 --version ` and if not, install it.
6566 - macOS: install [ homebrew] ( https://brew.sh/ ) , run ` brew install python3 `
6667 - [ Linux] ( https://realpython.com/installing-python )
@@ -70,6 +71,10 @@ Not super familiar with the commandline? On macOS? Check out the [easy setup tut
70711 . Boot 'er up
7172 - ` coldcore `
7273
74+ If you have the ` qrencode ` binary installed on your system (e.g. `apt install
75+ qrencode`), certain data will be shown with accompanying QRs. This can make it easier
76+ to communicate to airgapped devices which read QRs, like the Coldcard Q.
77+
7378### Verifying the install (optional but recommended)
7479
75801 . Receive my keys in GPG:
You can’t perform that action at this time.
0 commit comments