mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 08_1_Understanding_the_Foundation_of_P2SH.md
This commit is contained in:
parent
8c84475106
commit
8f72ffbd3a
@ -16,7 +16,7 @@ Here's the gotcha for using Bitcoin Scripts: for security reasons, most Bitcoin
|
|||||||
|
|
||||||
So how do you write a more complex Bitcoin Script? The answer is in that last sort of standard transaction, the P2SH. You can put any sort of long and complex script into a P2SH transaction, and as long as you follow the standard rules for embedding your script and for redeeming the funds, you'll get the full benefits of Bitcoin Scripting.
|
So how do you write a more complex Bitcoin Script? The answer is in that last sort of standard transaction, the P2SH. You can put any sort of long and complex script into a P2SH transaction, and as long as you follow the standard rules for embedding your script and for redeeming the funds, you'll get the full benefits of Bitcoin Scripting.
|
||||||
|
|
||||||
> **VERSION WARNING:** Arbitrary P2SH scripts only became standard as of Bitcoin Core 0.10.0. Before that, only P2SH Multisigs were allowed.
|
> :warning: **VERSION WARNING:** Arbitrary P2SH scripts only became standard as of Bitcoin Core 0.10.0. Before that, only P2SH Multisigs were allowed.
|
||||||
|
|
||||||
## Understand the P2SH Script
|
## Understand the P2SH Script
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user