Post
Topic
Board Bitcoin Technical Support
Re: Use GUI to get raw tx. Can you do this?
by
cellard
on 09/04/2019, 04:03:16 UTC
You could probably just use coinb.in to create an unsigned transaction...

Click "Advanced Options", and make sure that the "Clear existing inputs when new inputs are loaded." option is UNCHECKED. You can then enter in an address or redeem script and it will find all the current UTXOs that exist... delete the ones you don't want to include in your transaction, then enter next address/redeem script and repeat until you have all the inputs you want.

Then on the outputs page, setup the outputs you want... and TRIPLE check the value shown as "Transaction Fee" Tongue

Click submit and you'll get unsigned raw TX... transfer this to your offline PC... sign it with the appropriate keys using signrawtransaction command... and then transfer the signedTX back to your online PC and broadcast.

Thanks but im too paranoid to use a website for that, even if you are just entering public addresses, you are entering them in batches and in some site with javaascript... I would really like to keep everything done within the wallet. I don't see why this wouldn't be possible. When you do something in the GUI, it should be possible to get the result of the actions you did on the GUI in raw format... I just need to know how to, after you build the tx with Coin Control, you import it in raw format, sign it, and broadcast it, all without leaving Core.