<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged signrawtransaction</title>
<link>https://www.multichain.com/qa/tag/signrawtransaction</link>
<description>Powered by Question2Answer</description>
<item>
<title>sending or issuing asset as P2SH</title>
<link>https://www.multichain.com/qa/16711/sending-or-issuing-asset-as-p2sh</link>
<description>Dear tech team,&lt;br /&gt;
&lt;br /&gt;
i'm working on a MVP using multichain using fully compatible bitcoin parameter. Everything is working fine.&lt;br /&gt;
Now I'd like to use an external hw wallet to sign a transaction like issuing or sending an asset. The main problem is that my hw wallet (i'm using a Nano S Ledger) can only sign standard transaction (without OP_DROP and OP_RETURN). I can think to use libcoinj with the Transactionbuilder class but in the process I have to sign the transaction with ecda and my wallet doesn't allow to sign any raw hash string.&lt;br /&gt;
&lt;br /&gt;
So in the end I'm thinking to find a different approack using a P2SH script in the following way:&lt;br /&gt;
&lt;br /&gt;
- define issuing or sending script as a P2SH in MC&lt;br /&gt;
- create a transaction to pay P2SH address in MC&lt;br /&gt;
- external sign the transaction with my hw wallet&lt;br /&gt;
- sending the signed transaction in MC&lt;br /&gt;
&lt;br /&gt;
What do you think about it?&lt;br /&gt;
&lt;br /&gt;
Can you give me some hints?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&amp;nbsp;&amp;nbsp;Fabio</description>
<guid isPermaLink="true">https://www.multichain.com/qa/16711/sending-or-issuing-asset-as-p2sh</guid>
<pubDate>Tue, 19 Nov 2019 10:48:34 +0000</pubDate>
</item>
<item>
<title>Any advice for signing raw tx?</title>
<link>https://www.multichain.com/qa/15410/any-advice-for-signing-raw-tx</link>
<description>&lt;p&gt;Hello all,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am working through the examples for working with raw transactions. I'm using createRawSendFrom + signRawTransaction to send a native asset, but I'm missing something. signRawTransaction appears to return the original TX, unmodified.&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The addresses I am sending to &amp;amp; from are both in the wallet&lt;/li&gt;&lt;li&gt;to has receive, from has send permission&lt;/li&gt;&lt;li&gt;from address has sufficient funds&amp;nbsp;&lt;/li&gt;&lt;li&gt;the selected output for vin has enough assets&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Following are JSON formatted results of the operations &amp;amp; a couple queries I tried to sanity check.&amp;nbsp; I'm using v2.0.2 running in a docker container; I'm using the multichain-node RPC client to make calls.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas re: where to dig next are appreciated. Thanks!&lt;/p&gt;&lt;p&gt;-Tom&lt;/p&gt;&lt;p&gt;&lt;strong&gt;createRawSendFrom&lt;/strong&gt;:&lt;/p&gt;&lt;p&gt;{&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;txid&quot;: &quot;eb138f65008f82191416140ada138a7c8b77fe775cd79c873b67e794d1abcd34&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;vin&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;txid&quot;: &quot;51db4266eca9e7083057c608dfe2f731cf865cdbecf6845ffe7a538440756fc7&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;vout&quot;: 0,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;scriptSig&quot;: {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;asm&quot;: &quot;&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;hex&quot;: &quot;&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; ],&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;vout&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;value&quot;: 5,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;n&quot;: 0,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;scriptPubKey&quot;: {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;asm&quot;: &quot;OP_DUP OP_HASH160 5f0e32e41487fd8bacfd2625b66593bd86a619d6 OP_EQUALVERIFY OP_CHECKSIG&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;hex&quot;: &quot;76a9145f0e32e41487fd8bacfd2625b66593bd86a619d688ac&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;reqSigs&quot;: 1,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;type&quot;: &quot;pubkeyhash&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;addresses&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;1Dr8yVKr8wizJF6t3kF65qJctTN7uQxXsrwhFE&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;value&quot;: 94.769,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;n&quot;: 1,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;scriptPubKey&quot;: {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;asm&quot;: &quot;OP_DUP OP_HASH160 b535f52040ec5b85670c41bf354578eed6acefe7 OP_EQUALVERIFY OP_CHECKSIG&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;hex&quot;: &quot;76a914b535f52040ec5b85670c41bf354578eed6acefe788ac&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;reqSigs&quot;: 1,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;type&quot;: &quot;pubkeyhash&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;addresses&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;1RVWQ3v8n6ffRWh4Ve9eRNZDdDZmbDq27uSSRW&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; ]&lt;br&gt;}&lt;/p&gt;&lt;p&gt;&lt;strong&gt;listaddresses&lt;/strong&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;address&quot;: &quot;1RVWQ3v8n6ffRWh4Ve9eRNZDdDZmbDq27uSSRW&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;ismine&quot;: true&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;address&quot;: &quot;1Dr8yVKr8wizJF6t3kF65qJctTN7uQxXsrwhFE&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;ismine&quot;: true&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;vin[0]&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;txid&quot;: &quot;51db4266eca9e7083057c608dfe2f731cf865cdbecf6845ffe7a538440756fc7&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;vout&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;value&quot;: 100,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;n&quot;: 0,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;scriptPubKey&quot;: {&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;asm&quot;: &quot;OP_DUP OP_HASH160 b535f52040ec5b85670c41bf354578eed6acefe7 OP_EQUALVERIFY OP_CHECKSIG&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;hex&quot;: &quot;76a914b535f52040ec5b85670c41bf354578eed6acefe788ac&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;reqSigs&quot;: 1,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;type&quot;: &quot;pubkeyhash&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;addresses&quot;: [&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;1RVWQ3v8n6ffRWh4Ve9eRNZDdDZmbDq27uSSRW&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br&gt;&amp;nbsp; &amp;nbsp; ]&lt;br&gt;}&lt;/p&gt;&lt;p&gt;&lt;strong&gt;signRawTransaction&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;hex&quot;: &quot;0100000001c76f754084537afe5f84f6ecdb5c86cf31f7e2df08c6573008e7a9ec6642db510000000000ffffffff0288130000000000001976a9145f0e32e41487fd8bacfd2625b66593bd86a619d688ac31720100000000001976a914b535f52040ec5b85670c41bf354578eed6acefe788ac00000000&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;complete&quot;: false,&lt;br&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15410/any-advice-for-signing-raw-tx</guid>
<pubDate>Mon, 09 Sep 2019 22:59:53 +0000</pubDate>
</item>
<item>
<title>How to create a sign from external function?</title>
<link>https://www.multichain.com/qa/13966/how-to-create-a-sign-from-external-function</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;Hi Multichain QnA,&lt;br&gt;Is there anyway (Mathematical functions) using which I can&amp;nbsp;sign the transaction personally (and create the 'longer-hex-blob'), as I will be using My Private Key which can be vulnerable at times while sending on the Internet?&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;In short, How is the &quot;&lt;/span&gt;longer-hex-blob&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;&quot; created from &quot;signrawtransaction [paste-hex-blob] '[]' '[&quot;&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;Priv-Key=1&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;&quot;]'&quot;?&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/13966/how-to-create-a-sign-from-external-function</guid>
<pubDate>Mon, 13 May 2019 03:03:52 +0000</pubDate>
</item>
<item>
<title>Not able to complete signing of transaction for Multisignature address</title>
<link>https://www.multichain.com/qa/13163/able-complete-signing-transaction-multisignature-address</link>
<description>Created 2 addresses using createkeypairs :&lt;br /&gt;
&lt;br /&gt;
Address 1: { &amp;quot;address&amp;quot; : &amp;quot;1SxbigBX5yi7CAxXaPqQdcawbfWHPRWHGpVETN&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;privkey&amp;quot; : &amp;quot;V8MZV1BLv3o1RbkzAj7M1j2mYZf2DC6h14T517HW7jE66MqJrePvWM6T&amp;quot; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&lt;br /&gt;
Address 2 : &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &amp;quot;address&amp;quot; : &amp;quot;1cwJE98kdMfoYSSnhSVPoxGb1xJqLG9QgRMWh&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;privkey&amp;quot; : &amp;quot;V9rApqjqNpZstuL59vesDxYHFdWJTz4xqz5AEye7VYCtgY5qmfQhFtnD&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
Using the above addresses I was also able to create 1 Multi-sig account&lt;br /&gt;
Multisig Address :&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;address&amp;quot; : &amp;quot;44gMSB3z4qw4WHDhHa2pgEqbbFqywH57AUnKDY&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;ismine&amp;quot; : false,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;iswatchonly&amp;quot; : true,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;isscript&amp;quot; : true,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;script&amp;quot; : &amp;quot;multisig&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;5221037eb7f908e67f60b4b38f2a5254690351d74619f69d53b2fe5af53ac4171bea1e2102f3d385cbe481c0813393286d00e8a7861d6d07f4e0ed7373b13f0d1acb6c691a52ae&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;addresses&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;1SxbigBX5yi7CAxXaPqQdcawbfWHPRWHGpVETN&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;1cwJE98kdMfoYSSnhSVPoxGb1xJqLG9QgRMWh&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;sigsrequired&amp;quot; : 2,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;account&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;synchronized&amp;quot; : false,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;startblock&amp;quot; : 203&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&lt;br /&gt;
I loaded some assets to Multisig address &amp;quot;44gMSB3z4qw4WHDhHa2pgEqbbFqywH57AUnKDY&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;name&amp;quot; : &amp;quot;USD&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;qty&amp;quot; : 150&lt;br /&gt;
&lt;br /&gt;
After referring to&lt;br /&gt;
1. &lt;a href=&quot;https://www.multichain.com/qa/833/multiple-multisig-address-different-addresses-same-wallet&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/833/multiple-multisig-address-different-addresses-same-wallet&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2. &lt;a href=&quot;https://www.multichain.com/qa/6028/transactions-multisig-explicitly-using-addresses-privkeys?show=6055#a6055&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/6028/transactions-multisig-explicitly-using-addresses-privkeys?show=6055#a6055&lt;/a&gt;&lt;br /&gt;
3.&lt;a href=&quot;https://www.multichain.com/qa/5941/random-previous-output-scriptpubkey-mismatch-error?show=5983#c5983&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/5941/random-previous-output-scriptpubkey-mismatch-error?show=5983#c5983&lt;/a&gt;&lt;br /&gt;
4. &lt;a href=&quot;https://www.multichain.com/developers/multisignature-transactions/&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/developers/multisignature-transactions/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
5. &lt;a href=&quot;https://www.multichain.com/developers/external-key-management/&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/developers/external-key-management/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I was able to do&lt;br /&gt;
COMMAND 1:&lt;br /&gt;
createrawsendfrom 44gMSB3z4qw4WHDhHa2pgEqbbFqywH57AUnKDY '{&amp;quot;1UeHUhZ5bqyoLRKnaseerQZJEajgAQhYiWSaTN&amp;quot;:{&amp;quot;USD&amp;quot;:100}}' &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
RESPONSE:&lt;br /&gt;
FIRST-HEX-BLOB&lt;br /&gt;
&lt;br /&gt;
COMMAND 2:&lt;br /&gt;
&lt;br /&gt;
decoderawtransaction FIRST-HEX-BLOB&lt;br /&gt;
&lt;br /&gt;
RESPONSE:&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;txid&amp;quot; : &amp;quot;f9f5f34bafb1872c636e4a0f4bdb8e87f0ec9566f060a49b2aee1454f13ef6c3&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;version&amp;quot; : 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;locktime&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;vin&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;txid&amp;quot; : &amp;quot;ae03b2126cb31254a4f49324c2bf07d75ec911bb85788e7914e46de83df053a1&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;vout&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;scriptSig&amp;quot; : {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;asm&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;sequence&amp;quot; : 4294967295&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;vout&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;value&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;n&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;scriptPubKey&amp;quot; : {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;asm&amp;quot; : &amp;quot;OP_DUP OP_HASH160 cc86f94dfe7d496036d0b95f67498990e7c35339 OP_EQUALVERIFY OP_CHECKSIG 73706b718c19495c2f875d848174192401260d3a1027000000000000 OP_DROP&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;76a914cc86f94dfe7d496036d0b95f67498990e7c3533988ac1c73706b718c19495c2f875d848174192401260d3a102700000000000075&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;reqSigs&amp;quot; : 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;type&amp;quot; : &amp;quot;pubkeyhash&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;addresses&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;1UeHUhZ5bqyoLRKnaseerQZJEajgAQhYiWSaTN&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;assets&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;name&amp;quot; : &amp;quot;USD&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;issuetxid&amp;quot; : &amp;quot;3a0d260124197481845d872f5c49198ca7e23f4ab7a6f56a4bb66af0597e9d1d&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;assetref&amp;quot; : &amp;quot;77-265-3386&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;qty&amp;quot; : 100,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;raw&amp;quot; : 10000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;type&amp;quot; : &amp;quot;transfer&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;value&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;n&amp;quot; : 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;scriptPubKey&amp;quot; : {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;asm&amp;quot; : &amp;quot;OP_HASH160 22a14405491d1981d08816b0a9465ba444ab2090 OP_EQUAL 73706b718c19495c2f875d848174192401260d3a8813000000000000 OP_DROP&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;a91422a14405491d1981d08816b0a9465ba444ab2090871c73706b718c19495c2f875d848174192401260d3a881300000000000075&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;reqSigs&amp;quot; : 1,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;type&amp;quot; : &amp;quot;scripthash&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;addresses&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;44gMSB3z4qw4WHDhHa2pgEqbbFqywH57AUnKDY&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;assets&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;name&amp;quot; : &amp;quot;USD&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;issuetxid&amp;quot; : &amp;quot;3a0d260124197481845d872f5c49198ca7e23f4ab7a6f56a4bb66af0597e9d1d&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;assetref&amp;quot; : &amp;quot;77-265-3386&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;qty&amp;quot; : 50,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;raw&amp;quot; : 5000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;type&amp;quot; : &amp;quot;transfer&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
COMMAND 3:&lt;br /&gt;
&lt;br /&gt;
signrawtransaction FIRST-HEX-BLOB '[{&amp;quot;txid&amp;quot;:&amp;quot;ae03b2126cb31254a4f49324c2bf07d75ec911bb85788e7914e46de83df053a1&amp;quot;,&amp;quot;vout&amp;quot;:0,&amp;quot;scriptPubKey&amp;quot;:&amp;quot;a91422a14405491d1981d08816b0a9465ba444ab2090871c73706b718c19495c2f875d848174192401260d3a983a00000000000075&amp;quot;,&amp;quot;redeemScript&amp;quot;:&amp;quot;5221037eb7f908e67f60b4b38f2a5254690351d74619f69d53b2fe5af53ac4171bea1e2102f3d385cbe481c0813393286d00e8a7861d6d07f4e0ed7373b13f0d1acb6c691a52ae&amp;quot;}]' '[&amp;quot;V9rApqjqNpZstuL59vesDxYHFdWJTz4xqz5AEye7VYCtgY5qmfQhFtnD&amp;quot;,&amp;quot;V9rApqjqNpZstuL59vesDxYHFdWJTz4xqz5AEye7VYCtgY5qmfQhFtnD&amp;quot;]'&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : SECOND-HEX-BLOB , &amp;quot;complete&amp;quot; : false&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
COMMAND 4:&lt;br /&gt;
signrawtransaction SECOND-HEX-BLOB &amp;nbsp;'[{&amp;quot;txid&amp;quot;:&amp;quot;ae03b2126cb31254a4f49324c2bf07d75ec911bb85788e7914e46de83df053a1&amp;quot;,&amp;quot;vout&amp;quot;:0,&amp;quot;scriptPubKey&amp;quot;:&amp;quot;a91422a14405491d1981d08816b0a9465ba444ab2090871c73706b718c19495c2f875d848174192401260d3a983a00000000000075&amp;quot;,&amp;quot;redeemScript&amp;quot;:&amp;quot;5221037eb7f908e67f60b4b38f2a5254690351d74619f69d53b2fe5af53ac4171bea1e2102f3d385cbe481c0813393286d00e8a7861d6d07f4e0ed7373b13f0d1acb6c691a52ae&amp;quot;}]' '[&amp;quot;V9rApqjqNpZstuL59vesDxYHFdWJTz4xqz5AEye7VYCtgY5qmfQhFtnD&amp;quot;,&amp;quot;V9rApqjqNpZstuL59vesDxYHFdWJTz4xqz5AEye7VYCtgY5qmfQhFtnD&amp;quot;]'&lt;br /&gt;
Response:&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;SECOND-HEX-BLOB &amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;complete&amp;quot; : false&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
So Even after completing the Multisig addresses sending the assets The transaction is not getting completed. Hence, the wallet balance is the same.&lt;br /&gt;
&lt;br /&gt;
Please Let me know the reason for the problem. And the solution as well.&lt;br /&gt;
Note: The second hex-blob is bigger thank the first.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/13163/able-complete-signing-transaction-multisignature-address</guid>
<pubDate>Tue, 26 Mar 2019 10:44:24 +0000</pubDate>
</item>
<item>
<title>how to make a user enter the passphrase before signing any transaction?</title>
<link>https://www.multichain.com/qa/11818/make-user-enter-passphrase-before-signing-any-transaction</link>
<description>Is it possible to ask user to enter the passphrase before signing a transaction on the network ?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11818/make-user-enter-passphrase-before-signing-any-transaction</guid>
<pubDate>Mon, 10 Dec 2018 08:35:59 +0000</pubDate>
</item>
<item>
<title>Is it possible to make a &quot;joint transaction&quot;?</title>
<link>https://www.multichain.com/qa/11531/is-it-possible-to-make-a-joint-transaction</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Is it possible to make a &quot;joint transaction&quot;?&lt;/p&gt;&lt;p&gt;Consider this scenario:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;on a blockchain there is an asset called asset1&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;there is a total of 1500 units of asset1&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;A owns 1000 units of asset1&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;B owns 500 units of asset1&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;both A and B &lt;strong&gt;say&lt;/strong&gt; they want to send their part of asset1 to C&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I desire a single transaction signed by both A and B. I tried &lt;em&gt;createrawtransaction&lt;/em&gt; and &lt;em&gt;appendrawtransaction&lt;/em&gt;, but I get ‘16: ConnectInputs failed’.&lt;br&gt;To get inputs I used &lt;em&gt;gettxout &amp;lt;issue_txid_&lt;/em&gt;&lt;em&gt;1&lt;/em&gt;&lt;em&gt;&amp;gt; 0&lt;/em&gt; and &lt;em&gt;gettxout &amp;lt;issue_txid_2&amp;gt; 0&lt;/em&gt; which show me the correct quantities of said asset.&lt;/p&gt;&lt;p&gt;The asset has just been issued in aforementioned quantities, to 2 different addresses (A and B).&lt;/p&gt;&lt;p&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I doing something wrong?&lt;/p&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11531/is-it-possible-to-make-a-joint-transaction</guid>
<pubDate>Thu, 15 Nov 2018 20:31:48 +0000</pubDate>
</item>
<item>
<title>Create transactions at the same time</title>
<link>https://www.multichain.com/qa/11454/create-transactions-at-the-same-time</link>
<description>Dear Admin,&lt;br /&gt;
&lt;br /&gt;
I created 2 transaction from a wallet address with function: &amp;quot;createrawsendfrom&amp;quot;. After, I used private key to sign the tow transactions. When &amp;nbsp;I sent the transactions, I only send a transaction successful and a transaction is fail.&lt;br /&gt;
&lt;br /&gt;
I get an error:&lt;br /&gt;
&lt;br /&gt;
Error code: -26&lt;br /&gt;
&lt;br /&gt;
Message:18: Bad-txns-inputs-spent&lt;br /&gt;
&lt;br /&gt;
So, Can you please help me to create transactions from a wallet address at the same time?&lt;br /&gt;
&lt;br /&gt;
thanks so much.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11454/create-transactions-at-the-same-time</guid>
<pubDate>Mon, 05 Nov 2018 09:10:24 +0000</pubDate>
</item>
<item>
<title>signRawTransaction is not signining</title>
<link>https://www.multichain.com/qa/9808/signrawtransaction-is-not-signining</link>
<description>&lt;p&gt;I have&amp;nbsp; 2 of 2&amp;nbsp;multisig address and the private key of those address stored in wallet. i have created an asset using that multisig address.&lt;/p&gt;&lt;p&gt;now i want to issue the asset from multisig address&amp;nbsp;to other address but using raw transaction.&lt;/p&gt;&lt;p&gt;here i want two different person(belongs to multisig address) to sign it separately on their own.&lt;/p&gt;&lt;p&gt;so i performed following step-&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;createrawsendfrom&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;4GUoGwLmqG6BeTE8dx2DWTWCqKbrCfN7uYtypF&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;&amp;nbsp;'{&quot;&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;1PpwB7YosnV3p9nqqn9Uoic4C3aC8KCfkS84am&lt;/span&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;&quot;:{&quot;asset9&quot;:500}}' '[]' ''&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;i get hex from the first operation&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;signrawtransaction hex [privateKey1]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;signrawtransaction hex [privateKey2]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: menlo, monaco, consolas, courier new, monospace;&quot;&gt;&lt;span style=&quot;font-size:12.6px&quot;&gt;i am getting {hex:'some random hex',complete:false}&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: menlo, monaco, consolas, courier new, monospace;&quot;&gt;&lt;span style=&quot;font-size:12.6px&quot;&gt;why i am getting {complete:false} everytime i sign&amp;nbsp;&amp;nbsp;?&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/9808/signrawtransaction-is-not-signining</guid>
<pubDate>Mon, 28 May 2018 08:57:33 +0000</pubDate>
</item>
<item>
<title>Create a raw transaction</title>
<link>https://www.multichain.com/qa/8936/create-a-raw-transaction</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have three multichain nodes i.e. Supplier , OEM and Customer . Supplier is the admin node and the other two nodes are child nodes i.e. OEM and Customer are pointing to the admin or seed node i.e. Supplier.&lt;br /&gt;
&lt;br /&gt;
So I want to transfer an asset from Supplier to the OEM . Supplier has an asset called &amp;quot;compact CD&amp;quot; and OEM has an asset called &amp;quot;Finished Good CD&amp;quot;. Now I want to transfer some units of asset from Supplier to OEM .&lt;br /&gt;
&lt;br /&gt;
For this I am creating a raw transaction. So my Node JS API is making a POST Request Call and method is checking :&lt;br /&gt;
&lt;br /&gt;
1. PrepareLockUnspent for that Entity and assetInfo.&lt;br /&gt;
&lt;br /&gt;
2. Creating a raw transaction &lt;br /&gt;
&lt;br /&gt;
3. But if Setp 2 is success then I am signing a transaction .&lt;br /&gt;
&lt;br /&gt;
So the issue which i am facing is :&lt;br /&gt;
&lt;br /&gt;
What should be the Request Object for this approach or Is there any approach which we can try on the command prompt itself using some set of commands of multichain so as to create a raw transaction?&lt;br /&gt;
&lt;br /&gt;
Multichains and everything other is running on Windows OS :: Please note this !!&lt;br /&gt;
&lt;br /&gt;
If I can get a JSON Request object with some hardcoded values then &amp;nbsp;It would be of great help !!</description>
<guid isPermaLink="true">https://www.multichain.com/qa/8936/create-a-raw-transaction</guid>
<pubDate>Tue, 13 Mar 2018 16:38:57 +0000</pubDate>
</item>
<item>
<title>hex-data getting compressed or shortened</title>
<link>https://www.multichain.com/qa/8619/hex-data-getting-compressed-or-shortened</link>
<description>I am storing data on stream using external key...&lt;br /&gt;
&lt;br /&gt;
createrawsendfrom / signrawtransaction / sendrawtransaction...one of these commands is shortening the hex-data i provided which in turn is ruining my encrypted data because when i try to decrypt it the data is not getting displayed.&lt;br /&gt;
&lt;br /&gt;
do you have any idea on how to retrieve iex-data exactly the same? or is there any other issue?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/8619/hex-data-getting-compressed-or-shortened</guid>
<pubDate>Fri, 16 Feb 2018 18:29:10 +0000</pubDate>
</item>
<item>
<title>How do I sign a raw transaction using Javascript or Any Javascript Library?</title>
<link>https://www.multichain.com/qa/8381/sign-transaction-using-javascript-any-javascript-library</link>
<description>&lt;p&gt;# multichain&lt;/p&gt;&lt;p&gt;I have created a raw transaction using mutlichain-cli. This is that raw transaction.&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/akshay111meher/multichain/blob/master/c.json&quot;&gt;Raw-Transaction&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Now I have signed this using bitcoin-js library. I have also set following params so that bitcoin addresses are compatible here.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&quot;address-pubkeyhash-version&quot; : &quot;00&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;address-scripthash-version&quot; : &quot;05&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;private-key-version&quot; : &quot;80&quot;,&lt;br&gt;&amp;nbsp; &amp;nbsp; &quot;address-checksum-value&quot; : &quot;00000000&quot;,&lt;/p&gt;&lt;p&gt;This is the signed transaction using bitcoinjs library.&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/akshay111meher/multichain/blob/master/a.json&quot;&gt;Signed-Transaction&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When I convert this transaction to hex and submit to chain, it says &lt;strong&gt;Script failed an OP_CHECKSIGVERIFY operation.&lt;/strong&gt; I feel that scriptSig generated by bitcoinjs library is wrong.&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I generate correct signatures using any javascript module?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/8381/sign-transaction-using-javascript-any-javascript-library</guid>
<pubDate>Mon, 29 Jan 2018 09:02:59 +0000</pubDate>
</item>
<item>
<title>Raw transaction using node js</title>
<link>https://www.multichain.com/qa/6376/raw-transaction-using-node-js</link>
<description>Hi I'm using multichain-node to build a web interface, Im trying to create a raw transaction, this is my code:&lt;br /&gt;
&lt;br /&gt;
multichain.createRawTransaction({from: &amp;quot;an address&amp;quot;, to: &amp;quot;anotheraddress&amp;quot;. &amp;quot;kchinTest&amp;quot;, qty: amount}, (err, rawTransaction)=&amp;gt;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(err){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw err;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log(rawTransaction);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;})</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6376/raw-transaction-using-node-js</guid>
<pubDate>Sat, 26 Aug 2017 22:29:58 +0000</pubDate>
</item>
<item>
<title>Using pybitcoin tools to sign transactions offline</title>
<link>https://www.multichain.com/qa/6307/using-pybitcoin-tools-to-sign-transactions-offline</link>
<description>I'm having trouble using pybitcoin tools to sign transactions offline : &lt;a href=&quot;https://github.com/vbuterin/pybitcointools&quot; rel=&quot;nofollow&quot;&gt;https://github.com/vbuterin/pybitcointools&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I'm using multichain-cli to create the raw transaction: &lt;br /&gt;
&lt;br /&gt;
1) createrawtransaction '[{&amp;quot;txid&amp;quot;:&amp;quot;f098143b389bf7ff19c26d8d051ac4351f255cdb1f41735cf4fa723b9e38893&amp;quot;,&amp;quot;vout&amp;quot;:0}]' &amp;nbsp;'{}'&lt;br /&gt;
&lt;br /&gt;
Output: 01000000019388e3b923a74fcf3517f4b1cd54251f35c41a058d6dc219fff79b383b1498f00000000000ffffffff0000000000 &lt;br /&gt;
&lt;br /&gt;
2) appendrawdata 01000000019388e3b923a74fcf3517f4b1cd54251f35c41a058d6dc219fff79b383b1498f00000000000ffffffff0000000000 5554584f732046545721&lt;br /&gt;
&lt;br /&gt;
Output: 01000000019388e3b923a74fcf3517f4b1cd54251f35c41a058d6dc219fff79b383b1498f00000000000ffffffff0100000000000000000c6a0a5554584f73204654572100000000&lt;br /&gt;
&lt;br /&gt;
3) And then using pybitcoin tools...&lt;br /&gt;
&lt;br /&gt;
tx = \&lt;br /&gt;
'01000000019388e3b923a74fcf3517f4b1cd54251f35c41a058d6dc219fff79b383b1498f00000000000ffffffff0100000000000000000c6a0a5554584f73204654572100000000'&lt;br /&gt;
&lt;br /&gt;
signed_tx = sign(tx, 0, 'c19baef3f8c7cd8df7aab108ef8578dd6694fed976c85cd8213cdaec3d7e4ebd')&lt;br /&gt;
&lt;br /&gt;
4) When calling sendrawtransaction using the hex result from signing in step 3, I get the following error.&lt;br /&gt;
&lt;br /&gt;
error code: -26&lt;br /&gt;
error message:&lt;br /&gt;
16: ConnectInputs failed&lt;br /&gt;
&lt;br /&gt;
Any advice??</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6307/using-pybitcoin-tools-to-sign-transactions-offline</guid>
<pubDate>Mon, 21 Aug 2017 19:35:00 +0000</pubDate>
</item>
<item>
<title>Proven library for signing a multi chain transaction</title>
<link>https://www.multichain.com/qa/5703/proven-library-for-signing-a-multi-chain-transaction</link>
<description>Thanks for that......makes sense. &amp;nbsp;On a related topic, have you tested any of the bitcoin libraries to sign a multi chain raw transaction. &amp;nbsp;We are currently using bitcoin.js as we use that for BTC, and so far we just haven't been able to get it to successfully sign a transaction??&lt;br /&gt;
&lt;br /&gt;
If you have any examples using external libraries, that would be very helpful!!&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Marty</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5703/proven-library-for-signing-a-multi-chain-transaction</guid>
<pubDate>Mon, 10 Jul 2017 18:15:26 +0000</pubDate>
</item>
<item>
<title>Signing raw transaction using bitcore-lib</title>
<link>https://www.multichain.com/qa/5105/signing-raw-transaction-using-bitcore-lib</link>
<description>Guys do you know if it's possible to sign a multichain raw transaction with bitcore-lib or other bitcoin compatible library?&lt;br /&gt;
&lt;br /&gt;
Wondering if the inclusion of custom asset names in the outputs will upset the bitcoin libraries or not before I start investigating this?&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
Marty</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5105/signing-raw-transaction-using-bitcore-lib</guid>
<pubDate>Thu, 18 May 2017 15:06:43 +0000</pubDate>
</item>
<item>
<title>Sign a raw transaction manually</title>
<link>https://www.multichain.com/qa/4978/sign-a-raw-transaction-manually</link>
<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;Thank you for your work!&amp;nbsp;I have successfully been using the multichain for building the distributed data storage based on streams.It's time to add the functionality of the assets and the wallets.The main condition is the sign&amp;nbsp;raw&amp;nbsp;transaction on the client side. I have read that multichain compatible this bitcoin and can use some client library to do this. Last week I'm trying to implement the functionality of the signature, but I can't do it.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The sequence of actions is as follows:&lt;/p&gt;&lt;p&gt;- I created wallets addresses and made import&amp;nbsp;them by&amp;nbsp;&lt;span style=&quot;background-color:rgb(255, 255, 255); color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;importaddress&lt;/span&gt;&lt;/p&gt;&lt;p&gt;- createrawsendfrom via RPC call&lt;/p&gt;&lt;p&gt;For javascript i&amp;nbsp;have tried to use bitcoinjs library - for import unsigned transaction and sign it. But result is internal excaption.&lt;/p&gt;&lt;p&gt;For C# i have tried to use NBitcoin.&amp;nbsp;Nothing new. Internal exception. &amp;nbsp;As well as for php this&amp;nbsp;BitWasp.&lt;/p&gt;&lt;p&gt;Finally i can tried to use this &lt;a rel=&quot;nofollow&quot; href=&quot;https://gist.github.com/daanporon/28087f042fb83507f5dc9389119a0508&quot;&gt;solution&lt;/a&gt;&amp;nbsp;from this question&amp;nbsp;&lt;a href=&quot;http://www.multichain.com/qa/1923/manually-sign-a-raw-transaction.&amp;nbsp;I&quot; rel=&quot;nofollow&quot;&gt;http://www.multichain.com/qa/1923/manually-sign-a-raw-transaction.&amp;nbsp;I&lt;/a&gt; left comments that I did not get the same signature as on the server.&lt;/p&gt;&lt;p&gt;Can you help me to understand what am I doing wrong? I hope for your help.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/4978/sign-a-raw-transaction-manually</guid>
<pubDate>Fri, 05 May 2017 07:07:16 +0000</pubDate>
</item>
<item>
<title>Create raw transaction to publish data to a stream offline</title>
<link>https://www.multichain.com/qa/3783/create-raw-transaction-to-publish-data-to-a-stream-offline</link>
<description>Hi.&lt;br /&gt;
&lt;br /&gt;
Is it possible to create an offline signed raw transaction that publishes data onto a stream?&lt;br /&gt;
&lt;br /&gt;
Or do you need some knowlede of the blockchain ledger like inputs and outputs that you can not know offline?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
The idea would be that a client (device) is able to prepare a transaction that publishs data to the blockchain. The device should own the private key locally.&lt;br /&gt;
&lt;br /&gt;
This also raises the question if there are convenient libraries for creating and signing raw transactions.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3783/create-raw-transaction-to-publish-data-to-a-stream-offline</guid>
<pubDate>Thu, 26 Jan 2017 08:46:16 +0000</pubDate>
</item>
<item>
<title>signrawtransaction returns &quot;Invalid private key&quot;</title>
<link>https://www.multichain.com/qa/3084/signrawtransaction-returns-invalid-private-key</link>
<description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I've been testing for a couple of days now, and I don't get to sign a raw transaction. These are the steps I follow:&lt;/p&gt;&lt;p&gt;1. createrawtransaction spending some amount of an asset from an unspent transaction&lt;/p&gt;&lt;p&gt;2. signrawtransaction &quot;xxx&quot; '[]' '[&quot;base58&quot;]'&lt;/p&gt;&lt;p&gt;I get:&lt;/p&gt;&lt;p&gt;error code: -5&lt;br&gt;error message:&lt;br&gt;Invalid private key&lt;/p&gt;&lt;p&gt;&lt;br&gt;I have read in &lt;a rel=&quot;nofollow&quot; href=&quot;https://en.bitcoin.it/wiki/Raw_Transactions#signrawtransaction_.3Chex_string.3E_.5B.7B.22txid.22:txid.2C.22vout.22:n.2C.22scriptPubKey.22:hex.7D.2C....5D_.5B.3Cprivatekey1.3E.2C....5D_.5Bsighash.3D.22ALL.22.5D&quot;&gt;bitcoin documentation&lt;/a&gt; that the private key must be a base58-encoded string, so I encoded the 64 hexadecimal digits key, but still the same error.&lt;/p&gt;&lt;p&gt;Can you help me with this error? Thank you.&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3084/signrawtransaction-returns-invalid-private-key</guid>
<pubDate>Wed, 09 Nov 2016 01:38:00 +0000</pubDate>
</item>
<item>
<title>Unable to sendrawtransaction after signrawtransaction</title>
<link>https://www.multichain.com/qa/2384/unable-to-sendrawtransaction-after-signrawtransaction</link>
<description>I m signing a raw transaction and getting object like this:&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
&amp;quot;hex&amp;quot;:&amp;quot;some string&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;complete&amp;quot;:true&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
then I m sending this using--- sendrawtransaction &amp;quot;hex&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I m getting error every time:&lt;br /&gt;
&lt;br /&gt;
error code: -26&lt;br /&gt;
error message:&lt;br /&gt;
64: One of the outputs doesn't have receive permission&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Can you tell me what am I doing wrong??</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2384/unable-to-sendrawtransaction-after-signrawtransaction</guid>
<pubDate>Mon, 08 Aug 2016 15:57:15 +0000</pubDate>
</item>
<item>
<title>Sign raw transaction</title>
<link>https://www.multichain.com/qa/2106/sign-raw-transaction</link>
<description>Could you provide a breakdown of how to sign a simple raw transaction similar to how you did for the multichain Address format? &lt;br /&gt;
&lt;br /&gt;
I'm double hashing the raw transaction hex string and signing it with my private key. The result looks similar but is marginally different from the one which I get when using &amp;quot;signrawtransaction&amp;quot;.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2106/sign-raw-transaction</guid>
<pubDate>Sun, 26 Jun 2016 20:38:05 +0000</pubDate>
</item>
<item>
<title>Manually sign a raw transaction</title>
<link>https://www.multichain.com/qa/1923/manually-sign-a-raw-transaction</link>
<description>Hi, i'm trying to create a node library that can handle addresses for a Multichain blockchain (node/browser wallet). Generating the addresses works, but now i also want to handle signing inside this library. &lt;br /&gt;
&lt;br /&gt;
For this i only want the actual signing to happen inside the library, so the node can create the raw transaction but i don't want to give my private key to the node ... so signing the raw transaction should happen locally (in the library). Is there any documentation on how to sign a raw transaction? Where are the differences compared to signing a raw transaction for the bitcoin blockchain (because this also takes the network into account)?&lt;br /&gt;
&lt;br /&gt;
kind regards,&lt;br /&gt;
&lt;br /&gt;
Daan</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1923/manually-sign-a-raw-transaction</guid>
<pubDate>Wed, 01 Jun 2016 08:16:38 +0000</pubDate>
</item>
<item>
<title>Clarification on signrawtransaction</title>
<link>https://www.multichain.com/qa/1254/clarification-on-signrawtransaction</link>
<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I have been looking at using the create/sign/send raw transaction commands&amp;nbsp;and have hit an issue with the signrawtransaction call. &amp;nbsp;I have the hex from from initial createrawtransaction and my expectation was I could then sign this with my private key (that is not within the wallet). &amp;nbsp;Looking at the help it looks like I need to re-submit quite a few attributes pertaining to the transaction that were used in the createrawtrnsaction, see below?&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000080&quot;&gt;signrawtransaction &quot;hexstring&quot; ( [{&quot;txid&quot;:&quot;id&quot;,&quot;vout&quot;:n,&quot;scriptPubKey&quot;:&quot;hex&quot;,&quot;redeemScript&quot;:&quot;hex&quot;},...] [&quot;privatekey1&quot;,...] sighashtype )&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Have I got this right? If so, why is that and do&amp;nbsp;you have a concrete example of how to source all the data elements to get the transaction successfully signed?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many Thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Marty&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1254/clarification-on-signrawtransaction</guid>
<pubDate>Fri, 18 Mar 2016 15:39:10 +0000</pubDate>
</item>
<item>
<title>signrawtransactions</title>
<link>https://www.multichain.com/qa/1093/signrawtransactions</link>
<description>what is significance of &amp;quot;signrawtransactions&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
what is difference between following orders.&lt;br /&gt;
&lt;br /&gt;
singrawtransaction-&amp;gt;sendrawtransaction&lt;br /&gt;
&amp;nbsp;and createrawtransaction-&amp;gt;sendrawtransaction ?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1093/signrawtransactions</guid>
<pubDate>Wed, 09 Mar 2016 19:16:51 +0000</pubDate>
</item>
<item>
<title>Unable to sendrawtransaction</title>
<link>https://www.multichain.com/qa/636/unable-to-sendrawtransaction</link>
<description>&lt;p&gt;I'm creating a raw transaction the following way.&lt;/p&gt;&lt;p&gt;multichain-cli chain1 createrawtransaction '[{&quot;txid&quot;:&quot;1aa04efdf2b5d4b7b1832e124dc9c9c13b35bee764083166beb7d75c1e57a5ce&quot;,&quot;vout&quot;:0}]' '{&quot;1Hkkz3pCNNHcvMsC9gqjFyE33B1EiVFqjVrT7g&quot;:{&quot;asset1&quot;:2.0}}' &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;returns&lt;/span&gt; &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;tx hexstring&lt;/span&gt;&lt;/p&gt;&lt;p&gt;multichain-cli&amp;nbsp;chain1&amp;nbsp;signrawtransaction [&amp;nbsp;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;tx hexstring&lt;/span&gt;]&lt;/p&gt;&lt;p&gt;multichain-cli&amp;nbsp;chain1&amp;nbsp;sendrawtransaction [&amp;nbsp;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;tx hexstring&lt;/span&gt;]&lt;/p&gt;&lt;p&gt;{&quot;method&quot;:&quot;sendrawtransaction&quot;,&quot;params&quot;:[&quot;0100000001cea5571e5cd7b7be66310864e7be353bc1c9c94d122e83b1b7d4b5f2fd4ea01a0000000000ffffffff0100000000000000003176a9147bf707c2e0523276d2f5045c97ed8a04f69b438088ac1673706b71640000000a0100001709c8000000000000007500000000&quot;],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;&lt;/p&gt;&lt;p&gt;chain1&quot;}&lt;/p&gt;&lt;p&gt;I get error:&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&amp;nbsp;{&quot;code&quot;:-26,&quot;message&quot;:&quot;64:&amp;nbsp;Nonstandard&amp;nbsp;transaction&amp;nbsp;input&quot;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't find what the problem is here. The txID i'm using as input for this new transaction is just a normal transaction of asset1 between 2 wallets. Any ideas on why this might be happening?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/636/unable-to-sendrawtransaction</guid>
<pubDate>Mon, 28 Dec 2015 19:06:14 +0000</pubDate>
</item>
</channel>
</rss>