Skip to content

Commit 281eea5

Browse files
committed
News346: add client services
1 parent 72c6116 commit 281eea5

File tree

1 file changed

+76
-2
lines changed

1 file changed

+76
-2
lines changed

_posts/en/newsletters/2025-03-21-newsletter.md

+76-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,61 @@ merges to popular Bitcoin infrastructure software.
6666
*In this monthly feature, we highlight interesting updates to Bitcoin
6767
wallets and services.*
6868

69-
FIXME:bitschmidty
69+
- **Wally 1.4.0 released:**
70+
The [libwally-core 1.4.0 release][wally 1.4.0] adds [taproot][topic
71+
taproot] support, support for deriving [BIP85][] RSA keys, as well as additional
72+
[PSBT][topic psbt] and [descriptor][topic descriptors] features.
73+
74+
- **Bitcoin Core Config Generator announced:**
75+
The [Bitcoin Core Config Generator][bccg github] project is a terminal interface
76+
for creating Bitcoin Core `bitcoin.conf` configuration files.
77+
78+
- **A regtest development environment container:**
79+
The [regtest-in-a-pod][riap github] repository provides a [Podman][podman
80+
website] container configured with Bitcoin Core, Electrum, and Esplora, as outlined
81+
in the [Using Podman Containers for Regtest Bitcoin Development][podman
82+
bitcoin blog] blog post.
83+
84+
- **Explora transaction visualization tool:**
85+
[Explora][explora github] is a web-based explorer for visualizing and
86+
navigating between transaction inputs and outputs.
87+
88+
- **Hashpool v0.1 tagged:**
89+
[Hashpool][hashpool github] is a [mining pool][topic pooled mining] based on
90+
the [Stratum v2 reference implementation][news247 sri] where mining shares are
91+
represented as [ecash][topic ecash] tokens (see [Podcast #337][pod337 hashpool]).
92+
93+
- **DMND launching pooled mining:**
94+
[DMND][dmnd website] is launching Stratum v2 pooled mining, building on their
95+
previous solo mining [announcement][news281 demand].
96+
97+
- **Krux adds taproot and miniscript:**
98+
[Krux][news273 krux] adds [miniscript][topic miniscript] and taproot support,
99+
leveraging the [embit][embit website] library.
100+
101+
- **Source-available secure element announced:**
102+
The [TROPIC01][tropic01 website] is a secure element built on RISC-V with
103+
an [open architecture][tropicsquare github] for auditability.
104+
105+
- **Nunchuk launches Group Wallet:**
106+
[Group Wallet][nunchuk blog] supports [multisignature][topic
107+
multisignature] signing, taproot, coin control, [Musig2][topic musig], and
108+
secure communication between participants by repurposing the output descriptors in the
109+
[BIP129][] Bitcoin Secure Multisig Setup (BSMS) file.
110+
111+
- **FROSTR protocol announced:**
112+
[FROSTR][frostr github] uses the FROST [threshold signature scheme][topic
113+
threshold signature] to achieve k-of-n signing and key management for nostr.
114+
115+
- **Bark launches on signet:**
116+
The [Bark][new325 bark] implementation of [Ark][topic ark] is now
117+
[available][second blog] on [signet][topic signet] with a faucet and demo
118+
store for testing.
119+
120+
- **Cove Bitcoin wallet announced:**
121+
[Cove Wallet][cove wallet github] is an open source Bitcoin mobile wallet based on
122+
BDK that supports technologies like PSBTs, [wallet labels][topic wallet labels],
123+
hardware signing devices, and more.
70124

71125
## Releases and release candidates
72126

@@ -157,4 +211,24 @@ repo], and [BINANAs][binana repo]._
157211
[news345 offers]: /en/newsletters/2025/03/14/#eclair-2976
158212
[news201 constrain]: /en/newsletters/2022/05/25/#lnd-6529
159213
[news344 lnd]: /en/newsletters/2025/03/07/#disclosure-of-fixed-lnd-vulnerability-allowing-theft
160-
[news335 algorithm]: /en/newsletters/2025/01/03/#bdk-1670
214+
[news335 algorithm]: /en/newsletters/2025/01/03/#bdk-1670
215+
[wally 1.4.0]: https://github.com/ElementsProject/libwally-core/releases/tag/release_1.4.0
216+
[bccg github]: https://github.com/jurraca/core-config-tui
217+
[riap github]: https://github.com/thunderbiscuit/regtest-in-a-pod
218+
[podman website]: https://podman.io/
219+
[podman bitcoin blog]: https://thunderbiscuit.com/posts/podman-bitcoin/
220+
[explora github]: https://github.com/lontivero/explora
221+
[hashpool github]: https://github.com/vnprc/hashpool
222+
[news247 sri]: /en/newsletters/2023/04/19/#stratum-v2-reference-implementation-update-announced
223+
[pod337 hashpool]: /en/podcast/2025/01/21/#continued-discussion-about-rewarding-pool-miners-with-tradeable-ecash-shares-transcript
224+
[news281 demand]: /en/newsletters/2023/12/13/#stratum-v2-mining-pool-launches
225+
[dmnd website]: https://www.dmnd.work/
226+
[embit website]: https://embit.rocks/
227+
[news273 krux]: /en/newsletters/2023/10/18/#krux-signing-device-firmware
228+
[tropic01 website]: https://tropicsquare.com/tropic01
229+
[tropicsquare github]: https://github.com/tropicsquare
230+
[nunchuk blog]: https://nunchuk.io/blog/group-wallet
231+
[frostr github]: https://github.com/FROSTR-ORG
232+
[new325 bark]: /en/newsletters/2024/10/18/#bark-ark-implementation-announced
233+
[second blog]: https://blog.second.tech/try-ark-on-signet/
234+
[cove wallet github]: https://github.com/bitcoinppl/cove

0 commit comments

Comments
 (0)