mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
Update 3_Playing_with_Bitcoin.md
This commit is contained in:
parent
fbcf4673bc
commit
e6117f7fe1
@ -1092,6 +1092,11 @@ $ signedtx3="0100000001aec98249082a086dd7ef614f04b8621f9bba4566b8921cbe5d73f7e39
|
|||||||
$ bitcoin-cli sendrawtransaction $signedtx3
|
$ bitcoin-cli sendrawtransaction $signedtx3
|
||||||
ecfc625fff594683e90d21618b64f44f7046c55bcda6468c1c37c1abe8b83913
|
ecfc625fff594683e90d21618b64f44f7046c55bcda6468c1c37c1abe8b83913
|
||||||
```
|
```
|
||||||
|
And voila!
|
||||||
|
```
|
||||||
|
$ bitcoin-cli getbalance
|
||||||
|
0.01545480
|
||||||
|
```
|
||||||
We will _not_ be using this technique in the rest of the tutorial.
|
We will _not_ be using this technique in the rest of the tutorial.
|
||||||
|
|
||||||
### Write a Raw Transaction with an OP_RETURN
|
### Write a Raw Transaction with an OP_RETURN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user