mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-04-13 00:22:25 +00:00
Update 04_5_Sending_Coins_with_Automated_Raw_Transactions.md
This commit is contained in:
parent
841cf40eb1
commit
d177b8dc68
@ -158,6 +158,10 @@ $ bitcoin-cli listunspent
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Freeze Your Coins
|
||||||
|
|
||||||
|
[towrite]
|
||||||
|
|
||||||
## Summary: Sending Coins with Automated Raw Transactions
|
## Summary: Sending Coins with Automated Raw Transactions
|
||||||
|
|
||||||
If you must send funds with raw transactions then `fundrawtransaction` gives you a nice alternative where fees, inputs, and outputs are calculated for you, so you don't accidentally lose a bunch of money.
|
If you must send funds with raw transactions then `fundrawtransaction` gives you a nice alternative where fees, inputs, and outputs are calculated for you, so you don't accidentally lose a bunch of money.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user