From d177b8dc68fe552b9266f92d7e5ebbf9ad90e757 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 26 Feb 2026 12:58:18 -1000 Subject: [PATCH] Update 04_5_Sending_Coins_with_Automated_Raw_Transactions.md --- 04_5_Sending_Coins_with_Automated_Raw_Transactions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/04_5_Sending_Coins_with_Automated_Raw_Transactions.md b/04_5_Sending_Coins_with_Automated_Raw_Transactions.md index 22e029e..a8e3a3e 100644 --- a/04_5_Sending_Coins_with_Automated_Raw_Transactions.md +++ b/04_5_Sending_Coins_with_Automated_Raw_Transactions.md @@ -158,6 +158,10 @@ $ bitcoin-cli listunspent ] ``` +## Freeze Your Coins + +[towrite] + ## 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.