Jul 25, 2023 • The Swift Programming Language
Introducing: The Swift Bitcoin Library
Swift Bitcoin aka The Swift Bitcoin Library is a new project intended for Swift developers who want to build a bitcoin product.
This is a blog about Bitcoin and Bitcoin-only. I write primarily about Bitcoin development but also about The Lightning Network and other Bitcoin-centric technologies. I will never – ever – write about shitcoins so you can go ahead and bookmark this home page with confidence.
Should you find anything of interest and would like to discuss just reach out to me on Twitter under handle @notcraigwright. Find out more about me here.
Jul 25, 2023 • The Swift Programming Language
Swift Bitcoin aka The Swift Bitcoin Library is a new project intended for Swift developers who want to build a bitcoin product.
For a long time has Bitcoin Core had the ability to run in regtest mode. While the name indicates that this feature is intended for regression testing, it actually serves as a way to create simulated networks – what btcd node runners would know as a simnet.
Even though Bitcoin Core 22 is the first version to support Pay-to-Taproot outputs, its wallet component does not yet initialize with a tr()
descriptor by default. While this is expected to change in version 23, there are still reasons to want to import this output descriptor manually.