Difference between revisions of "Bech32"

From Bitcoin Wiki
Jump to: navigation, search
(added link to the maaku7 explaining how bech32 addresses improve security)
(added examples of mainnet use)
Line 1: Line 1:
 
Bech32 is a segwit [[address]] format specified by [[BIP 0173]]. While this address format has been included in some implementations, as of December 2017, the address format is not recommended for use until more software supports the format.
 
Bech32 is a segwit [[address]] format specified by [[BIP 0173]]. While this address format has been included in some implementations, as of December 2017, the address format is not recommended for use until more software supports the format.
 +
 +
Examples of the address format being used on mainnet are the TXIDs <code>4ef47f6eb681d5d9fa2f7e16336cd629303c635e8da51e425b76088be9c8744c</code> and <code>514a33f1d46179b89e1fea7bbb07b682ab14083a276979f91038369d1a8d689b</code>. And addresses <code>bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq</code> and <code>bc1qc7slrfxkknqcq2jevvvkdgvrt8080852dfjewde450xdlk4ugp7szw5tk9</code>.
  
 
== See Also ==
 
== See Also ==

Revision as of 18:48, 26 January 2018

Bech32 is a segwit address format specified by BIP 0173. While this address format has been included in some implementations, as of December 2017, the address format is not recommended for use until more software supports the format.

Examples of the address format being used on mainnet are the TXIDs 4ef47f6eb681d5d9fa2f7e16336cd629303c635e8da51e425b76088be9c8744c and 514a33f1d46179b89e1fea7bbb07b682ab14083a276979f91038369d1a8d689b. And addresses bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq and bc1qc7slrfxkknqcq2jevvvkdgvrt8080852dfjewde450xdlk4ugp7szw5tk9.

See Also