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 2
2
3
3
public.txt
4
4
* .psbt
5
+ * .txn
5
6
6
7
# Byte-compiled / optimized / DLL files
7
8
__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
+
1
11
## 0.3.1
2
12
3
13
- 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.
49
49
help
50
50
- Bitcoin Core 0.19+
51
51
- Python 3.7+ (your system probably already has this)
52
- - Coldcard
52
+ - Coldcard (original or Q)
53
53
54
54
![ home] ( docs/img/splash.png )
55
55
@@ -61,6 +61,7 @@ Not super familiar with the commandline? On macOS? Check out the [easy setup tut
61
61
62
62
1 . Buy a [ Coldcard] ( https://coldcardwallet.com )
63
63
1 . Download, install, and sync [ Bitcoin Core] ( https://bitcoincore.org/en/download/ )
64
+ - If possible, sync with ` -blockfilterindex=1 ` for much faster wallet scanning.
64
65
1 . Ensure Python 3.7+ is on your system: ` $ python3 --version ` and if not, install it.
65
66
- macOS: install [ homebrew] ( https://brew.sh/ ) , run ` brew install python3 `
66
67
- [ Linux] ( https://realpython.com/installing-python )
@@ -70,6 +71,10 @@ Not super familiar with the commandline? On macOS? Check out the [easy setup tut
70
71
1 . Boot 'er up
71
72
- ` coldcore `
72
73
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
+
73
78
### Verifying the install (optional but recommended)
74
79
75
80
1 . Receive my keys in GPG:
You can’t perform that action at this time.
0 commit comments