Hello,
To avoid what happened with Bitcoin Puzzle 66:
https://i.ibb.co/8DqQkRCb/image.pngI look how to create raw transaction i found this steps:
Create the Transaction (Online): Build the transaction details (recipient, amount, gas, etc.) on an online device or application, but do not sign it.
Export Unsigned Data: Export the transaction data in a format suitable for offline use (e.g., JSON, raw bytes, or a QR code).
Transfer to Offline Device: Move this data to a secure, air-gapped (never online) computer or hardware wallet.
Sign the Transaction (Offline): Use the private key on the offline device to sign the transaction data, producing a signature.
Export Signed Data: Transfer the signed transaction (now with the signature) back to an online system.
Broadcast (Online): Broadcast the final signed transaction to the network from the online device.
Let start with this example;
KwPh6qETCy8cfcfrj1K294eZkMEwjUeKPeDjk1mZ7BWB9cdheS8J
1JE12nzegHAEXkd7dJcSfUz5yjL9KTAtiH
reception add: 1w5aGn4acWJgtJMbnE4bLUDphWnPN9x33
i want to send 1.5 BTC from
1JE12nzegHAEXkd7dJcSfUz5yjL9KTAtiH to
1w5aGn4acWJgtJMbnE4bLUDphWnPN9x33 fee: 0.0001
Raw Transaction hex: ?? online example
https://blockchain.info/rawtx/284abb50eef592bc67df021400acdec80830b416d6bdae0baadbb690f4aaf215?format=hexi will appreciate if someone hlp m on this. thank you