Author

Topic: online script or some tool to view or inspect a signed tx, without sending it? (Read 706 times)

legendary
Activity: 1428
Merit: 1093
Core Armory Developer
Armory does this by default with offline transactions.  You create the transaction on the online computer.  Take it to the offline computer and view/verify the inputs and outputs.  Then you sign and take back to the online computer, where you can [optionally] review the inputs and outputs again.  Then you click "Broadcast" to send it to the network (finalize it).

If you aren't using an offline computer setup, you can still do this with a hot wallet by using "Create Unsigned Transaction" button instead of the "Send" button.  Then in the next next window you can sign and broadcast it, optionally reviewing the inputs and outputs before/after each step. 
legendary
Activity: 1974
Merit: 1029
For safety reasons I create and sign my transactions offline (in a dedicated offline Linux environment). Once I got the signed transaction as a hex string, I can then broadcast it to the network using e.g. blockchain.info/pushtx

Question: is there some online script or a tool or something, that allows me to view a transaction, i.e. show the inputs & outputs, without actually broadcasting it?

See my sig Wink. It's what I always use to create transactions. It creates and signs transactions but you can always alter it to your needs, perhaps split it into two parts, one for creating and one for signing.
legendary
Activity: 1890
Merit: 1072
Ian Knowles - CIYAM Lead Developer
Most welcome - although it takes a bit of getting used to once you've mastered raw transactions you'll never turn back (although hopefully "coin control" will make it into one of the next releases to make easier for others)!
legendary
Activity: 1176
Merit: 1001
Awesome, thank you sir!
legendary
Activity: 1890
Merit: 1072
Ian Knowles - CIYAM Lead Developer
You can use http://blockchain.info/decode-tx (otherwise use the "decoderawtransaction" command with bitcoind).
legendary
Activity: 1176
Merit: 1001
For safety reasons I create and sign my transactions offline (in a dedicated offline Linux environment). Once I got the signed transaction as a hex string, I can then broadcast it to the network using e.g. blockchain.info/pushtx

Question: is there some online script or a tool or something, that allows me to view a transaction, i.e. show the inputs & outputs, without actually broadcasting it?
Jump to: