Skip to content

Commit d676196

Browse files
committed
0.4.1: coldcard Q support, coin consolidation
Fixes #62.
1 parent a7476bb commit d676196

File tree

4 files changed

+352
-93
lines changed

4 files changed

+352
-93
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
public.txt
44
*.psbt
5+
*.txn
56

67
# Byte-compiled / optimized / DLL files
78
__pycache__/

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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)

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6262
1. Buy a [Coldcard](https://coldcardwallet.com)
6363
1. Download, install, and sync [Bitcoin Core](https://bitcoincore.org/en/download/)
64+
- If possible, sync with `-blockfilterindex=1` for much faster wallet scanning.
6465
1. 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
7071
1. 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

7580
1. Receive my keys in GPG:

0 commit comments

Comments
 (0)