Rui2guo

Results 10 comments of Rui2guo

./ipchain-cli createrawtransaction "[{\"txid\":\"2657d54951c6e96f92862afa2c48ddcd3b6a40ec5b2652e99eda2a916f526d23\",\"vout\":0}]" "{\"ZCBKie4ejr9a6ZH37B1uTXJiAfeYJqLGcETc\":1.0999}"

i just want to use that output to make the other transaction's input,I am assembling a transaction.So use this “ createrawtransaction”command to sign。

If I am offline signing,using the “createrawtransactionForIsolation” what does the scriptPubKey mean? ./ipchain-cli createrawtransactionForIsolation "[{\"amount\":1.10000000 ,\"scriptPubKey\":\"483045022100def21cb3d4f7677ad36f089796c72f983261291da653a559ff0b92f93a6a7b3f022046e6e39d6139954bafa89bad847e33b6a18500b30a92a1c7b354358c06a8bcc4012102ce974af73878658cec43cd05d581603725280d25b851258ddd27353b80bd095a\",\"txid\":\"2657d54951c6e96f92862afa2c48ddcd3b6a40ec5b2652e99eda2a916f526d23\",\"vout\":0}]" "{\"ZCBKie4ejr9a6ZH37B1uTXJiAfeYJqLGcETc\":1.099}" I got the scriptPubKey from the exploer . it does not work error...

@FlyLiuYan yeah ZCBQz2e1a62zw7HvhqzcYxsxdE7Gz4aGK2Bu is mine,and i use the "vout": 0.instead of"Vout": 0.

@xiaohq002 Thank you for your help, but it does not work !./ipchain-cli createrawtransactionForIsolation "[{\"amount\":1.10000000 ,\"scriptPubKey\":\"46c90258ad23c2db1b1bba2c7e89cde145494bb0\",\"txid\":\"2657d54951c6e96f92862afa2c48ddcd3b6a40ec5b2652e99eda2a916f526d23\",\"vout\":0}]" "{\"ZCBKie4ejr9a6ZH37B1uTXJiAfeYJqLGcETc\":1.099}" error code: -8 error message: ProduceSignature DummySign error! could you teil me that What...

@xiaohq002 oh god!! ./ipchain-cli createrawtransactionForIsolation "[{\"amount\":1.1,\"scriptPubKey\":\"76a946c90258ad23c2db1b1bba2c7e89cde145494bb088ac\",\"txid\":\"2657d54951c6e96f92862afa2c48ddcd3b6a40ec5b2652e99eda2a916f526d23\",\"vout\":0}]" "{\"ZCBKie4ejr9a6ZH37B1uTXJiAfeYJqLGcETc\":1.099}" error code: -8 error message: ProduceSignature DummySign error! I really don't know where there is the problem.

it does not work ,Why didn’t your project party develop the sdk corresponding to the signature?It is much more convenient for others to use. I understand that IPC's signature is...

Yes, I just want to know why hexstring is the wrong format.My hexstring is a string structure generated by bitcoinj (bitcoin's signature algorithm),and I want to know what the correct...

@summerxue1992 What changes have been made,

@summerxue1992 I wonder if you can help me to modify the ipc's SDK for offline signing.I really don't know what you serialized, when assembling txhash,I don't know much about c++...