Skip to content

Commit d916899

Browse files
committed
News317: add services and client software section
1 parent 449d348 commit d916899

File tree

4 files changed

+66
-1
lines changed

4 files changed

+66
-1
lines changed

_posts/en/newsletters/2024-08-23-newsletter.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,48 @@ infrastructure software.
7575
*In this monthly feature, we highlight interesting updates to Bitcoin
7676
wallets and services.*
7777

78-
FIXME:bitschmidty
78+
- **Proton Wallet announced:**
79+
Proton [announced][proton blog] their [open-source][proton github] Proton
80+
Wallet with support for multiple wallets, [bech32][topic bech32],
81+
[batch][topic payment batching] sending, [BIP39][] mnemonics, and integration with their email service.
82+
83+
- **CPUNet testnet announced:**
84+
A contributor from the [braidpool][braidpool github] mining [pool][topic
85+
pooled mining] project [announced][cpunet post] test network [CPUNet][cpunet
86+
github]. CPUNet uses a modified proof-of-work algorithm to exclude ASIC miners with
87+
the intent of achieving more consistent block rates than is typical of
88+
[testnet][topic testnet].
89+
90+
- **Lightning.Pub launches:**
91+
[Lightning.Pub][lightningpub github] provides node management
92+
features for LND that allow for shared access and coordinating channel
93+
liquidity, using nostr for encrypted communications and key-based account
94+
identities.
95+
96+
- **Taproot Assets v0.4.0-alpha released:**
97+
The [v0.4.0-alpha][taproot assets v0.4.0] release supports the [Taproot Assets][topic client-side validation]
98+
protocol on mainnet for onchain asset issuance and atomic swaps using
99+
[PSBTs][topic psbt] and routing assets through the Lightning Network.
100+
101+
- **Stratum v2 benchmarking tool released:**
102+
The initial [0.1.0 release][sbm 0.1.0] supports testing, reporting, and comparing
103+
the performance of Stratum v1 and Stratum v2 [protocols][topic pooled mining] in different mining scenarios.
104+
105+
- **STARK verification PoC on signet:**
106+
StarkWare [announced][starkware tweet] a [STARK verifier][bcs github]
107+
verifying a zero-knowledge proof on the [signet][topic signet] test network
108+
using the [OP_CAT][topic op_cat] opcode (see [Newsletter #304][news304 inquisition]).
109+
110+
- **SeedSigner 0.8.0 released:**
111+
Bitcoin hardware signing device project [SeedSigner][seedsigner website] added
112+
signing features for P2PKH and P2SH multisig, additional [PSBT][topic psbt]
113+
support, and enabled [taproot][topic taproot] support by default in the
114+
[0.8.0][seedsigner 0.8.0] release.
115+
116+
- **Floresta 0.6.0 released:**
117+
In [0.6.0][floresta 0.6.0], Floresta adds support for [compact block
118+
filters][topic compact block filters], fraud proofs on signet, and
119+
[`florestad`][floresta blog], a daemon for integration by existing wallets or client applications.
79120

80121
## Releases and release candidates
81122

@@ -133,3 +174,18 @@ repo], and [BINANAs][binana repo]._
133174
[news88 exfil]: /en/newsletters/2020/03/11/#exfiltration-resistant-nonce-protocols
134175
[maxwell exfil]: https://bitcointalk.org/index.php?topic=893898.msg9861102#msg9861102
135176
[news136 exfil]: /en/newsletters/2021/02/17/#anti-exfiltration
177+
[proton blog]: https://proton.me/blog/proton-wallet-launch
178+
[proton github]: https://github.com/protonwallet/
179+
[braidpool github]: https://github.com/braidpool/braidpool
180+
[cpunet post]: https://x.com/BobMcElrath/status/1823370268728873411
181+
[cpunet github]: https://github.com/braidpool/bitcoin/blob/cpunet/contrib/cpunet/README.md
182+
[lightningpub github]: https://github.com/shocknet/Lightning.Pub
183+
[taproot assets v0.4.0]: https://github.com/lightninglabs/taproot-assets/releases/tag/v0.4.0
184+
[sbm 0.1.0]: https://github.com/stratum-mining/benchmarking-tool/releases/tag/0.1.0
185+
[starkware tweet]: https://x.com/StarkWareLtd/status/1813929304209723700
186+
[bcs github]: https://github.com/Bitcoin-Wildlife-Sanctuary/bitcoin-circle-stark
187+
[news304 inquisition]: /en/newsletters/2024/05/24/#bitcoin-inquisition-27-0
188+
[seedsigner website]: https://seedsigner.com/
189+
[seedsigner 0.8.0]: https://github.com/SeedSigner/seedsigner/releases/tag/0.8.0
190+
[floresta 0.6.0]: https://github.com/vinteumorg/Floresta/releases/tag/0.6.0
191+
[floresta blog]: https://medium.com/vinteum-org/floresta-update-simplifying-bitcoin-node-integration-for-wallets-6886ea7c975c

_topics/en/client-side-validation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ optech_mentions:
3434
- title: "Specifications published for taproot assets"
3535
url: /en/newsletters/2023/09/13/#specifications-for-taproot-assets
3636

37+
- title: "Taproot Assets v0.4.0-alpha released"
38+
url: /en/newsletters/2024/08/23/#taproot-assets-v0-4-0-alpha-released
39+
3740
## Optional. Same format as "primary_sources" above
3841
see_also:
3942
- title: "Pay to Contract (P2C)"

_topics/en/pooled-mining.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ optech_mentions:
5656
- title: "Stratum.work website with real-time visualization of Stratum messages from several mining pools"
5757
url: /en/newsletters/2024/07/19/#real-time-stratum-visualization-tool-released
5858

59+
- title: "Stratum v2 benchmarking tool released"
60+
url: /en/newsletters/2024/08/23/#stratum-v2-benchmarking-tool-released
61+
5962
## Optional. Same format as "primary_sources" above
6063
#see_also:
6164
# - title:

_topics/en/testnet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ optech_mentions:
103103
- title: "New time warp attack discovered during analysis of testnet4's attempted time warp fix"
104104
url: /en/newsletters/2024/08/16/#new-time-warp-vulnerability-in-testnet4
105105

106+
- title: "New CPUNet testnet announced with a modified PoW algorithm designed for CPU-only mining"
107+
url: /en/newsletters/2024/08/23/#cpunet-testnet-announced
108+
106109
## Optional. Same format as "primary_sources" above
107110
see_also:
108111
- title: Signet

0 commit comments

Comments
 (0)