Bitcoin Forum
June 24, 2024, 12:05:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: signrawtransaction()  (Read 782 times)
luvbcs (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
December 08, 2013, 06:55:57 PM
 #1

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!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!