From e406b2783858342c3461ffcaaea9a305cc8fd6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KST=20=E2=98=A9=20WINTER=20HODLER?= <82534243+KST-Energy@users.noreply.github.com> Date: Fri, 26 May 2023 14:34:44 -0400 Subject: [PATCH] Update bitcoin-core-usage.md --- docs/bitcoin-core-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bitcoin-core-usage.md b/docs/bitcoin-core-usage.md index 18c34547..a9571776 100644 --- a/docs/bitcoin-core-usage.md +++ b/docs/bitcoin-core-usage.md @@ -29,6 +29,7 @@ Step 2: Export descriptor from Coldcard to Core - in Bitcoin Core, go to Windows -> Console - select your newly created descriptor wallet in the wallet pulldown (top left) - paste the `importdescriptor` command. It should respond with a success message + - in Bitcoin Core v24.1, the console response will include `"message": "Ranged descriptors should not have a label"` and Bitcoin Core won't allow address generation. Removing the entry `"label": "Coldcard x0x0x0x0"` from the .txt file fixes this issue. NOTE: If you are importing an existing wallet this way, with UTXO on the blockchain, you may need to rescan and/or delete "timestamp=now" from the command. If the