Bitcoin Forum

Bitcoin => Electrum => Topic started by: luvbcs on December 08, 2013, 06:55:57 PM



Title: signrawtransaction()
Post by: luvbcs on December 08, 2013, 06:55:57 PM
Hi.  I'm setting up a system that will use the native escrow function.  The plan is that I will create the transactions using bitcoind, but that the users will use the console in Electrum, it being vastly preferable they do that rather than worry about downloading the blockchain.  Electrum is my preferred client anyway.

Could someone provide me with an example of valid input to the signrawtransaction() function?

I am planning to create the input they will cut and paste into electrum programmatically, and I was thinking along the lines of

u = signrawtransaction("valid_input")
sendrawtransaction(u)

with some instructions on how to decode and inspect if they want to (that I figured out).

Any help would be greatly appreciated!