Bech32m support
See original GitHub issueCurrently SegWit 1 (Taproot) addresses are displayed as bech32 rather than bech32m.
Example: https://explorer.bc-2.jp/tx/95c7feca5f9e31a06d6391fecbeb13280b3da97cf6135d19c18db282b86cac9e
The bech32m address tb1p74334dv2yy92x564xucd8x0rv6h2v65djj8j8mjg26fam204ud4qkuvean there is displayed as tb1p74334dv2yy92x564xucd8x0rv6h2v65djj8j8mjg26fam204ud4qrqu4c3.
src/bitcoin-cli -signet validateaddress tb1p74334dv2yy92x564xucd8x0rv6h2v65djj8j8mjg26fam204ud4qrqu4c3
{
"isvalid": false,
"error": "Version 1+ witness address must use Bech32m checksum"
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:5
Top Results From Across the Web
Bech32 adoption - Bitcoin Wiki
This page tracks the adoption of Bech32 and Bech32m. Ideally wallets and services would first support sending to new addresses. When most ...
Read more >Bech32 - Bitcoin Optech
Bech32 is an address format used to pay native segwit outputs. ... Rust Bitcoin #563 adds support for bech32m addresses for P2TR outputs ......
Read more >Bech32m | River Financial
Bech32m is a modified version of the Bech32 encoding scheme, which is used to encode SegWit addresses. Bech32m removes a vulnerability to insertion...
Read more >Support bech32m (BIP 350) · Issue #269 - GitHub
https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki Bitcoin Core implementation for inspiration: bitcoin/bitcoin#20861.
Read more >Sending support for bech32m? : r/BRDapp - Reddit
Taproot is going to activate this weekend. I was wondering whether BRD has support for sending to bech32m addresses on the roadmap.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
looking forward for this solution
Come here to open this issue, I see esplora fork https://github.com/Blockstream/esplora/ is using rust-bitcoin 0.23 while to support bech32m I think it’s needed 0.26.2