Difference between revisions of "Bech32"

From Bitcoin Wiki
Jump to: navigation, search
(also known as bc1 addresses)
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]]. This address format is also known as "bc1 addresses".
 +
 
 +
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.
 +
 
 +
See the page [[Bech32 adoption]] to track adoption.
 +
 
 +
=== Examples ===
  
 
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>.
 
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>.
Line 5: Line 11:
 
== See Also ==
 
== See Also ==
  
* [[Bech32 adoption]]
 
 
* Talk by Pieter Wuille the new bech32 address format (March 2017) https://www.reddit.com/r/Bitcoin/comments/62fydd/pieter_wuille_lecture_on_new_bech32_address_format/
 
* Talk by Pieter Wuille the new bech32 address format (March 2017) https://www.reddit.com/r/Bitcoin/comments/62fydd/pieter_wuille_lecture_on_new_bech32_address_format/
 
* Comment by maaku7 explaining how bech32 addresses improve the security of (for example) [[multisignature]] https://www.reddit.com/r/Bitcoin/comments/74tonn/bech32_native_segwit_address_already_used_on_the/dqlogru/
 
* Comment by maaku7 explaining how bech32 addresses improve the security of (for example) [[multisignature]] https://www.reddit.com/r/Bitcoin/comments/74tonn/bech32_native_segwit_address_already_used_on_the/dqlogru/

Revision as of 18:15, 14 April 2018

Bech32 is a segwit address format specified by BIP 0173. This address format is also known as "bc1 addresses".

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.

See the page Bech32 adoption to track adoption.

Examples

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

See Also