mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-04-13 00:22:25 +00:00
Update 06_1_Creating_Multisig_Public_Keys.md
This commit is contained in:
parent
19dd077db0
commit
0df9688b40
@ -13,6 +13,7 @@ Technically, a multisignature cryptographic puzzle is created by Bitcoin using t
|
||||
As with normal addresses, there are multiple types of multisig addresses that have appeared as Bitcoin has evolved over the years. Currently, there is one deprecated address and three that are in active use. The following shows each, with the flag that you'll be using to create them for the `createmultisig` RPC.
|
||||
|
||||
| Flag | Type | Prefix | Notes |
|
||||
|------|------|--------|-------|
|
||||
| | P2MS | N/A | deprecated |
|
||||
| bech32 | P2WSH | bc1q<br>tb1q | |
|
||||
| legacy | P2SH | 3<br>2 | default |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user