xiaohq002

Results 6 comments of xiaohq002

I don't know what do you want to? txid is exist in the block chain, why do you want to createrawtransaction use same id? why? If you want to get...

Are you sure your wallet correct private key exist or offline to create transaction? (If you change your wallet keys?) This RPC need your wallet to sign use your private...

@FlyLiuYan Could you provide a example to use "createrawtransaction" to Rui2guo? Thanks!

@Rui2guo You should use "46c90258ad23c2db1b1bba2c7e89cde145494bb0" as your scriptPubKey if you use last TX vout 0 as your New Tx Input. Good luck!

@Rui2guo :Hi! OP_DUP OP_HASH160 46c90258ad23c2db1b1bba2c7e89cde145494bb0 OP_EQUALVERIFY OP_CHECKSIG OP_DUP : 0x76 OP_HASH160 : 0xa9 OP_EQUALVERIFY : 0x88 OP_CHECKSIG : 0xac so script pubkey is :”76a946c90258ad23c2db1b1bba2c7e89cde145494bb088ac” You can try again!

See these: "Your transaction format is correct. But createrawtransaction is online . If offline you need have a online node. 1 At the online node use importaddress to add the...