<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged transactions</title>
<link>https://www.multichain.com/qa/tag/transactions</link>
<description>Powered by Question2Answer</description>
<item>
<title>Get Asset Transaction Total Count</title>
<link>https://www.multichain.com/qa/95743/get-asset-transaction-total-count</link>
<description>is it possible to get the total transaction of a specific asset? just the count just like what you did on explorerlistassetaddresses? you just add a parameter of '-' to get the count of all holders</description>
<guid isPermaLink="true">https://www.multichain.com/qa/95743/get-asset-transaction-total-count</guid>
<pubDate>Thu, 06 Nov 2025 18:19:14 +0000</pubDate>
</item>
<item>
<title>New transaction</title>
<link>https://www.multichain.com/qa/95500/new-transaction</link>
<description>How do we know if we have a new transaction? i saw in the docs that we are going to use `blocknotify` but I checked the explorer, it doesn't use `blocknotify`.. can you guide me? not a python dev so im having a problem understanding the logic.. I dont want to run a scheduler just to check if there is a new transaction</description>
<guid isPermaLink="true">https://www.multichain.com/qa/95500/new-transaction</guid>
<pubDate>Wed, 22 Oct 2025 06:45:26 +0000</pubDate>
</item>
<item>
<title>Transaction ID hash</title>
<link>https://www.multichain.com/qa/92091/transaction-id-hash</link>
<description>Which values, if any, are input into the transaction ID hash?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/92091/transaction-id-hash</guid>
<pubDate>Tue, 25 Mar 2025 09:10:33 +0000</pubDate>
</item>
<item>
<title>Limits on attachment size</title>
<link>https://www.multichain.com/qa/91506/limits-on-attachment-size</link>
<description>What are the limits on attachment size?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/91506/limits-on-attachment-size</guid>
<pubDate>Mon, 24 Feb 2025 11:56:44 +0000</pubDate>
</item>
<item>
<title>Smart filters: initiate transaction on certain condition in stream</title>
<link>https://www.multichain.com/qa/91341/smart-filters-initiate-transaction-certain-condition-stream</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I was playing around with the smart filter function and was wondering about this scanario:&lt;br /&gt;
Node 1 pulishes to a stream certain values, like energy meter data:&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;energy&amp;quot;: 1000&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
is it possible to craft a filter whoch checks if the energy value is over a certain value and create a transaction from Node1 to Node2? Would it be a transaction or a stream filter, anyway?&lt;br /&gt;
&lt;br /&gt;
something like&lt;br /&gt;
function filtertransaction()&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var item=getfilterstreamitem();&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var json=item.data.json;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (json.energy &amp;gt; 1000)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// check if there are enough funds&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// if yes, create transaction&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return &amp;quot;Transaction from address XX to YY was successful&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Or do I have a complete misunderstanding here? Based on this question I am not completly sure: &lt;a href=&quot;https://www.multichain.com/qa/26462/add-balance-to-a-especific-address-using-smart-filters&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/26462/add-balance-to-a-especific-address-using-smart-filters&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance.&lt;br /&gt;
&lt;br /&gt;
edit: the smart filter is working. I tested it with values smaller and bigger than 1000 and if smaller than 1000 adding an entry to the stream is refused. Now the question is, if I can craft a transaction for when the condition gets true?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/91341/smart-filters-initiate-transaction-certain-condition-stream</guid>
<pubDate>Sun, 16 Feb 2025 21:31:00 +0000</pubDate>
</item>
<item>
<title>Error code 26. Only 1 node.</title>
<link>https://www.multichain.com/qa/78730/error-code-26-only-1-node</link>
<description>&lt;p&gt;I am using Multichain with 1 node and wallet inserting data currently. I get the following error:&lt;/p&gt;&lt;p&gt;&lt;em&gt;error code: -26&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;error message:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Error: this transaction was rejected. This may be because you are sharing private keys between nodes, and another node has spent the funds used by this transaction.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;How can fix this error? I have a lot of data stored so ideally I do not have start a new chain and reinsert data again.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/78730/error-code-26-only-1-node</guid>
<pubDate>Tue, 23 May 2023 16:47:31 +0000</pubDate>
</item>
<item>
<title>Send multiply assets in one transaction</title>
<link>https://www.multichain.com/qa/75835/send-multiply-assets-in-one-transaction</link>
<description>Hi, so, two different users, sent me 2 different assets, A and B, obviously, UTXOs with this assets resides in different transactions. What I want, is to consume this UTXOs and send TX to another user with assets A+B in one transaction? Just like we do with native coin, combining UTXOs value until it become &amp;gt;= the value we want to send. All my tries failed with typical node error, mandatory-script-verify-flag. All inputs are signed as it needs to be done with native coin inputs.&lt;br /&gt;
&lt;br /&gt;
Second question, so if the case above is not possible and I will need to create two TXs to send asset A and B, will I be able to send assets A and B in one transaction in case this assets resides in one UTXO from one user?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance</description>
<guid isPermaLink="true">https://www.multichain.com/qa/75835/send-multiply-assets-in-one-transaction</guid>
<pubDate>Sun, 16 Apr 2023 06:03:26 +0000</pubDate>
</item>
<item>
<title>Vout hex decode</title>
<link>https://www.multichain.com/qa/61130/vout-hex-decode</link>
<description>&lt;p&gt;Hi, we have tx example: &lt;a href=&quot;https://explorer.xfccoin.io/api/getrawtransaction?txid=2c471ad416f3098edd2a3c259e87e165ed1420e7e16c93dc16b699aa4e47cf49&amp;amp;decrypt=1&quot; rel=&quot;nofollow&quot;&gt;https://explorer.xfccoin.io/api/getrawtransaction?txid=2c471ad416f3098edd2a3c259e87e165ed1420e7e16c93dc16b699aa4e47cf49&amp;amp;decrypt=1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Vout 0 hex 76a914c7e599002aa10db30323c355e019e18cea440ebc88ac&lt;span style=&quot;color:#FF0000&quot;&gt;1c&lt;/span&gt;73706b71...&lt;/p&gt;&lt;p&gt;What does this single byte between p2pkh script and metadata do? How to interpret it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Vout 1 hex:&lt;/p&gt;&lt;p&gt;76a914a8d59dfa8a7478240aaaacb6f5bc4b46614a793688ac&lt;span style=&quot;color:#FF0000&quot;&gt;4d0403&lt;/span&gt;73706b71...&lt;/p&gt;&lt;p&gt;Again what is this byte sequence for?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Additional question, if i have some assets: x(10) y(10) z(10) and I am sending one X asset to someone, this tx should ALWAYS contain change vout with x(9) y(10) z(10) and if I am creating tx from scratch (without multichaind) - I will have to create this change output by myself with all unspent assets I have?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/61130/vout-hex-decode</guid>
<pubDate>Thu, 18 Aug 2022 12:38:20 +0000</pubDate>
</item>
<item>
<title>Vout n[2] in &quot;issuefirst&quot; transaction</title>
<link>https://www.multichain.com/qa/60322/vout-n-2-in-issuefirst-transaction</link>
<description>Hi, somehow my previous question went to approvement once again, im duplicating it here.&lt;br /&gt;
&lt;br /&gt;
So the question is - what is third vout in this transaction for: &lt;a href=&quot;https://explorer.xfccoin.io/api/getrawtransaction?txid=9a65248b9e7007fabbdeef0054d7d0eb58f002b28a75ec6b1899fd6d5c21e3be&amp;amp;decrypt=1&quot; rel=&quot;nofollow&quot;&gt;https://explorer.xfccoin.io/api/getrawtransaction?txid=9a65248b9e7007fabbdeef0054d7d0eb58f002b28a75ec6b1899fd6d5c21e3be&amp;amp;decrypt=1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I saw previous answer by admin, and it says that this vout is change for the address who issued new asset, but as far as i understand it is not the case. Cause change address is totally different from issuer address in this transaction.&lt;br /&gt;
&lt;br /&gt;
Issuer: faCGaHimGTPf1bt3PJJfnjLLMadi4Vtc6gvuMp&lt;br /&gt;
&lt;br /&gt;
Third vout: fPnjGLkQdBkc6CRecs4TPG1GnG1zuoKXgaueEe</description>
<guid isPermaLink="true">https://www.multichain.com/qa/60322/vout-n-2-in-issuefirst-transaction</guid>
<pubDate>Thu, 04 Aug 2022 07:52:09 +0000</pubDate>
</item>
<item>
<title>I wanted to investigate the effect of increasing block creation time and block creation interval.</title>
<link>https://www.multichain.com/qa/45727/investigate-effect-increasing-creation-creation-interval</link>
<description>I ran load testing of 15 minutes on a network of 10 nodes all belonging to the same chain. Our blockchain only had these 10 neds in its network and all of them were running jmeter request generator for 15 minutes. Each request was exactly same with same data and same size.&lt;br /&gt;
&lt;br /&gt;
When i did this experiment with BCT: 5sec and BS: 16MB and mine empty round OFF, i logged information of each block created in a file till no more blocks were being created.&lt;br /&gt;
&lt;br /&gt;
I got 316 blocks in total and 5 out of them were empty (1 transaction only). &amp;nbsp;the rest 311 had more than 1 transactions. The block with the most number of transactions had 22742 transactions. And average of all non empty blocks(311) was 798.&lt;br /&gt;
&lt;br /&gt;
When i did this with BCT 10 sec and BS 32MB and mine empty round OFF. I got 324 blocks in total and 191 out of them were empty (1 transaction only). &amp;nbsp;the rest 133 had more than 1 transactions. The block with the most number of transactions had 41647 transactions. And average of all non empty blocks(133) was 2060.&lt;br /&gt;
&lt;br /&gt;
Can you tell me why we have more empty blocks when BCT was increased.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/45727/investigate-effect-increasing-creation-creation-interval</guid>
<pubDate>Thu, 06 Jan 2022 10:09:06 +0000</pubDate>
</item>
<item>
<title>what is the difference between Stream items and transaction ?</title>
<link>https://www.multichain.com/qa/43011/what-is-the-difference-between-stream-items-and-transaction</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
what is the difference between Stream items and transaction ?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/43011/what-is-the-difference-between-stream-items-and-transaction</guid>
<pubDate>Sun, 21 Nov 2021 07:15:43 +0000</pubDate>
</item>
<item>
<title>How can i apply smart filter to issuemore transaction?</title>
<link>https://www.multichain.com/qa/34321/how-can-i-apply-smart-filter-to-issuemore-transaction</link>
<description>Hello, &lt;br /&gt;
Can anyone explain me is it possible to apply smart filter to issuemore api calls, and if it possible how can i do this in practice? Thank you.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/34321/how-can-i-apply-smart-filter-to-issuemore-transaction</guid>
<pubDate>Mon, 28 Jun 2021 13:37:52 +0000</pubDate>
</item>
<item>
<title>Single cold node, in-wallet address performance</title>
<link>https://www.multichain.com/qa/33968/single-cold-node-in-wallet-address-performance</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;for a University project, we're currently evaluating the possibility of using Multichain as a financial transaction journal engine, with the basic principle of representing each user account as an address in the wallet and using direct RPC calls to read and write information. With this central database approach in mind, we're thinking of running one node only as there's nothing we'd gain from the decentralisation, simply inside our cluster away from the public.&lt;/p&gt;&lt;p&gt;As part of a performance estimation, we tried setting up a chain to the best of our understanding, aiming to optimise as much for performance as possible:&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;chain-protocol = multichain
chain-description = MultiChain test-10k
root-stream-name = root
root-stream-open = true
chain-is-testnet = false
target-block-time = 2
maximum-block-size = 8388608
maximum-chunk-size = 1048576
maximum-chunk-count = 1024

anyone-can-connect = false
anyone-can-send = true
anyone-can-receive = true
anyone-can-receive-empty = true
anyone-can-create = false
anyone-can-issue = true
anyone-can-mine = false
anyone-can-activate = false
anyone-can-admin = false
support-miner-precheck = true
allow-arbitrary-outputs = false
allow-p2sh-outputs = false
allow-multisig-outputs = false

setup-first-blocks = 3
mining-diversity = 0.0
admin-consensus-upgrade = 0.0
admin-consensus-txfilter = 0.0
admin-consensus-admin = 0.0
admin-consensus-activate = 0.0
admin-consensus-mine = 0.0
admin-consensus-create = 0.0
admin-consensus-issue = 0.0

lock-admin-mine-rounds = 0
mining-requires-peers = true
mine-empty-rounds = 0
mining-turnover = 0.0

initial-block-reward = 0
first-block-reward = -1
reward-halving-interval = 52560000
reward-spendable-delay = 1
minimum-per-output = 0
maximum-per-output = 100000000000000
minimum-offchain-fee = 0
minimum-relay-fee = 0
native-currency-multiple = 100000000

skip-pow-check = true
pow-minimum-bits = 1
target-adjust-freq = -1
allow-min-difficulty-blocks = true

only-accept-std-txs = true
max-std-tx-size = 4194304
max-std-op-returns-count = 32
max-std-op-return-size = 2097152
max-std-op-drops-count = 5
max-std-element-size = 40000

default-network-port = 4771
default-rpc-port = 4770
chain-name = test-10k-fixed
protocol-version = 20012
network-message-start = f9f9cff0
address-pubkeyhash-version = 00330835
address-scripthash-version = 051c4624
private-key-version = 8013627a
address-checksum-value = 906c59f5

genesis-pubkey = 036b0f05c206bb7ac8e6bfd2869f473cf4b4acb0b94195944fe0371a2bfb3157f7
genesis-version = 1
genesis-timestamp = 1618841128
genesis-nbits = 536936447
genesis-nonce = 271
genesis-pubkey-hash = f0b759e6726332558339c7b7a8f6f8721e7927c5
genesis-hash = 00e08d153bf75996cfd758c6d09fd1fca23e7bb836fb47ea59ba15e473f381c5
chain-params-hash = b846252b96d6e3bc24b74eaaaa94163e3fe65584f1d1325992849054dfe07045&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;We then proceeded to create a total of one million addresses on the chain, using a custom golang script with 10 goroutine workers. This process took about 7 hours. Not stellar, but seeing as it would not be part of a burst phase and only needed for new user signups, it's acceptable.&lt;/p&gt;&lt;p&gt;We then proceeded to issue some different assets for each of the generated addresses using IssueMore (to simulate a user entering the ecosystem and having &quot;paid in&quot; to his account), also using a golang script. This process unfortunately is very slow. Each calls takes about 2 seconds. Since the IssueMore would only be used as a &quot;user is paying in new currency&quot; action, it also should not be that burstable, but 2 seconds on a completely empty chain sounds bad. It also prevents us from creating an equal distribution of currency among the addresses, as it would 2 million seconds per asset.&lt;/p&gt;&lt;p&gt;We have not yet proceeded to test the performance of sending assets between addresses. We were thinking of using SendAssetFrom to send currencies between different addresses - and sending to the burn address in order to simulate a user &quot;cashing out&quot; (with the currency leaving the ecosystem again)&lt;/p&gt;&lt;h3&gt;Concrete questions&lt;/h3&gt;&lt;p&gt;With the problem and data laid out above, I'd appreciate any feedback, especially regarding:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Is Multichain a sensible choice for a centralised financial transaction database with high throughput?&lt;/li&gt;&lt;li&gt;Are there any steps we can look at to further improve the current performance?&lt;/li&gt;&lt;li&gt;Is there any data available on general scalability of Multichain?&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're happy to supply more information as required and thankful for any further insights.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p&gt;Peter&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/33968/single-cold-node-in-wallet-address-performance</guid>
<pubDate>Mon, 21 Jun 2021 15:55:53 +0000</pubDate>
</item>
<item>
<title>Is there a way to apply some custom filter while fetching data from the stream?</title>
<link>https://www.multichain.com/qa/33102/there-apply-some-custom-filter-while-fetching-data-from-stream</link>
<description>&lt;p&gt;Hello Team,&lt;br&gt;&lt;br&gt;I'm looking for the solution to get data from the stream based on some custom filters.&lt;br&gt;&lt;br&gt;Since I have a &lt;strong&gt;transaction stream&lt;/strong&gt; where I save the details of each wallet transfer along with some metadata.&lt;br&gt;&lt;br&gt;Here I am using transaction hex as key in the stream.&lt;br&gt;&lt;br&gt;Following information I'm storing into transaction metadata:&lt;br&gt;1) user-email&lt;br&gt;2) transaction type (credit/debit)&lt;br&gt;3) amount&lt;br&gt;4) timestamp&lt;br&gt;&lt;br&gt;Now when I use the &lt;em&gt;liststreamitems &lt;/em&gt;command it will return all available transactions from the stream.&lt;br&gt;&lt;br&gt;I want some custom filters to fetch data based on specific user email or if metadata contains a transaction type of &quot;Credit / Debit&quot; only then the transaction should return from the stream.&lt;br&gt;&lt;br&gt;So is there any way to apply such criteria when getting records from the stream?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/33102/there-apply-some-custom-filter-while-fetching-data-from-stream</guid>
<pubDate>Fri, 04 Jun 2021 06:57:31 +0000</pubDate>
</item>
<item>
<title>Relation of Block creation and Number of Transactions</title>
<link>https://www.multichain.com/qa/30239/relation-of-block-creation-and-number-of-transactions</link>
<description>&lt;p&gt;I am running a node on my machine and using default configuration parameters. Each time , I perform single (only one) transaction, I see the increase in number of blocks using &quot;&lt;strong&gt;getinfo&lt;/strong&gt;&quot; command. My multichain version is&amp;nbsp;2.1.2. From where these ghost blocks are coming.&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/30239/relation-of-block-creation-and-number-of-transactions</guid>
<pubDate>Mon, 29 Mar 2021 07:28:03 +0000</pubDate>
</item>
<item>
<title>free transaction rejected by rate limiter</title>
<link>https://www.multichain.com/qa/27937/free-transaction-rejected-by-rate-limiter</link>
<description>&lt;p&gt;Dear Team,&lt;/p&gt;&lt;p&gt;I'm doing a load test on MC 2.0.2. Using a script I wrote a raw transaction having about 100 inputs and 100 outputs.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I signed it offline using a cold node and then I sent in the network with sendrawtransaction.&lt;/p&gt;&lt;p&gt;The transaction is accepted by the node and I got the txid back but I realized it is still in the mempool. I found that in the debug.log file of all the nodes in the network I have the following ERROR line:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;2021-02-07 22:29:58 ERROR: AcceptToMemoryPool : free transaction rejected by rate limiter&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Could you kindly explain the the meaning and the reason why the transaction is not mined by any miner?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/27937/free-transaction-rejected-by-rate-limiter</guid>
<pubDate>Sun, 07 Feb 2021 23:28:12 +0000</pubDate>
</item>
<item>
<title>Explorer cannot load transaction</title>
<link>https://www.multichain.com/qa/25669/explorer-cannot-load-transaction</link>
<description>&lt;p&gt;Dear Team,&lt;/p&gt;&lt;p&gt;I'm working with MC 2.0.2&amp;nbsp; and last version&amp;nbsp;of explorer.&amp;nbsp;&amp;nbsp;After installing and running with --no-serve I have the following error:&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;block_tx 281 296&lt;br&gt;block_tx 282 297&lt;br&gt;Exception at 83395&lt;br&gt;Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/fabio/.multichain/testnet04', 'id': 3}&lt;br&gt;Traceback (most recent call last):&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2903, in catch_up&lt;br&gt;&amp;nbsp; &amp;nbsp; store.catch_up_dir(dircfg)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3215, in catch_up_dir&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_blkdat(dircfg, ds, blkfile['name'])&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 3347, in import_blkdat&lt;br&gt;&amp;nbsp; &amp;nbsp; store.import_block(b, chain = chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 1201, in import_block&lt;br&gt;&amp;nbsp; &amp;nbsp; tx['tx_id'] = store.import_tx(tx, pos == 0, chain)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2128, in import_tx&lt;br&gt;&amp;nbsp; &amp;nbsp; store.spent_txout_assets(txin['prevout_hash'], txin['prevout_n'], chain, tx['hash'], pos)&lt;br&gt;&amp;nbsp; File &quot;Mce/DataStore.py&quot;, line 2159, in spent_txout_assets&lt;br&gt;&amp;nbsp; &amp;nbsp; address = util.hash_to_address_multichain(vers, pubkey_hash, checksum)&lt;br&gt;&amp;nbsp; File &quot;Mce/util.py&quot;, line 171, in hash_to_address_multichain&lt;br&gt;&amp;nbsp; &amp;nbsp; vh += hash[pos:pos + 5]&lt;br&gt;TypeError: cannot concatenate 'str' and 'list' objects&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;This problem is not new. You already suggested a way out here:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith?show=16963#q16963&quot; rel=&quot;nofollow&quot;&gt;https://www.multichain.com/qa/16963/explorer-attributeerror-nonetype-object-attribute-startswith?show=16963#q16963&lt;/a&gt;&lt;/p&gt;&lt;p&gt;but in my case it doesn't solve.&lt;/p&gt;&lt;p&gt;Can you help me?&lt;/p&gt;&lt;p&gt;Thanks for your support.&lt;/p&gt;&lt;p&gt;&amp;nbsp; Fabio&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/25669/explorer-cannot-load-transaction</guid>
<pubDate>Thu, 17 Dec 2020 00:54:09 +0000</pubDate>
</item>
<item>
<title>Throughput per node vs throughput overall</title>
<link>https://www.multichain.com/qa/21526/throughput-per-node-vs-throughput-overall</link>
<description>I'm trying to estimate the transaction throughput by sending multiple sequential transactions using my node's burner address. The test shows that the single node can process around 100 tx/s.&lt;br /&gt;
&lt;br /&gt;
Let's say I add another node to the network. Each node independently processes its transactions. Does this mean that, with even distribution of transactions between the two nodes, the throughput of the entire blockchain is now 200 tx/s? (if we ignore propagation time between nodes)</description>
<guid isPermaLink="true">https://www.multichain.com/qa/21526/throughput-per-node-vs-throughput-overall</guid>
<pubDate>Mon, 06 Jul 2020 23:29:43 +0000</pubDate>
</item>
<item>
<title>list transactions RPC on chain regardless its'effect on asset or streams</title>
<link>https://www.multichain.com/qa/20772/list-transactions-chain-regardless-itseffect-asset-streams</link>
<description>Is there API or any work around to list count of transactions regardless its' effect on node wallet or streams or assets..etc. My use case is: I want to list most recent transactions regardless to its' content and listwallettransactions only list transaction that has effect on node wallet and my use case contains some transactions that didn't contain this prooerty as per below:&lt;br /&gt;
&lt;br /&gt;
getrawtransaction 2d40b89a90114ee39583b37a103854e4a1d506ca69c93006113303004cd22739 1&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;hex&amp;quot; : &amp;quot;01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0c02dd0e0101062f503253482fffffffff010000000000000000716a4c6e53504b624630440220755becff7e2b9cac31d702e0c1c965a38f40487eec9096dc61742b3af0bd9db70220227ae6a72d83cf3284311405359f333468632fbe13d8528b97658a36eb2f7715032102006a8c25a8ac1e90cb6a8881e59b8829b400bf45b8f2ee28d3fcb32d15a2c6e800000000&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;txid&amp;quot; : &amp;quot;2d40b89a90114ee39583b37a103854e4a1d506ca69c93006113303004cd22739&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;coinbase&amp;quot; : &amp;quot;02dd0e0101062f503253482f&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;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_RETURN 53504b624630440220755becff7e2b9cac31d702e0c1c965a38f40487eec9096dc61742b3af0bd9db70220227ae6a72d83cf3284311405359f333468632fbe13d8528b97658a36eb2f7715032102006a8c25a8ac1e90cb6a8881e59b8829b400bf45b8f2ee28d3fcb32d15a2c6e8&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;6a4c6e53504b624630440220755becff7e2b9cac31d702e0c1c965a38f40487eec9096dc61742b3af0bd9db70220227ae6a72d83cf3284311405359f333468632fbe13d8528b97658a36eb2f7715032102006a8c25a8ac1e90cb6a8881e59b8829b400bf45b8f2ee28d3fcb32d15a2c6e8&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;type&amp;quot; : &amp;quot;nulldata&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;data&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;53504b624630440220755becff7e2b9cac31d702e0c1c965a38f40487eec9096dc61742b3af0bd9db70220227ae6a72d83cf3284311405359f333468632fbe13d8528b97658a36eb2f7715032102006a8c25a8ac1e90cb6a8881e59b8829b400bf45b8f2ee28d3fcb32d15a2c6e8&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;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;blockhash&amp;quot; : &amp;quot;00964ff493764e24b142b22d1b17d16ed9115bf89ad1f8a3f45eca9864bce683&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 50,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;time&amp;quot; : 1591190766,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;blocktime&amp;quot; : 1591190766&lt;br /&gt;
}</description>
<guid isPermaLink="true">https://www.multichain.com/qa/20772/list-transactions-chain-regardless-itseffect-asset-streams</guid>
<pubDate>Thu, 04 Jun 2020 14:53:06 +0000</pubDate>
</item>
<item>
<title>liststreamkeys in filtercode.</title>
<link>https://www.multichain.com/qa/19316/liststreamkeys-in-filtercode</link>
<description>&lt;p&gt;I'm trying to implement my own filter code. In which I want to use liststreamkeyitems as function. since it needs two parameters stringName and keyName. So I tried using it as, liststreamkeyitems(&quot;stream1&quot;,&quot;key1&quot;). Key1 is the key preset in stream1. So while executing this command, it is showing me error as lisstreamkeyitems&amp;nbsp;is undefined. So to know the details of error I tried using teststreamfilters but there also I'm getting some syntacterror .&lt;br&gt;&lt;br&gt;So I would like to request you if you could take any demo example and show me how to use teststreamfilters command and please also let me know the way I'm using liststreamkeyitems(&quot;stream1&quot;,&quot;key1&quot;), &amp;nbsp;is right or not?&lt;/p&gt;&lt;p&gt;Testfilterstream executed command:&lt;/p&gt;&lt;p&gt;teststreamfilter &quot;function filterstreamitem(){ var item= getfilterstreamitem(); if(item.keys.length&amp;lt;2) return 'At least two keys required';}&quot; &quot;3e0849da9671563be8d71fccf5f33b1c9aeacd681a354fc98350c874e867136c&quot;&amp;nbsp;&lt;/p&gt;&lt;p&gt;O/P error:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;Error parsing JSON:function filterstreamitem(){ var item= getfilterstreamitem(); if(item.keys.length&amp;lt;2) return 'At least two keys required';}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Since I was getting above error I tried using runstreamfilter,&lt;/p&gt;&lt;p&gt;runstreamfilter df1 &quot;3e0849da9671563be8d71fccf5f33b1c9aeacd681a354fc98350c874e867136c&quot;&lt;/p&gt;&lt;p&gt;But the output i got is,&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;Stream input is not found in this transaction&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;Why I'm getting above error is it bcz i have not passed vout in above line but how can i even pass vout i have not created transaction i have created stream1, which is already created and all i have is its transaction id. In stream how can we get vout?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Check the df1 code:&lt;/p&gt;&lt;p&gt;function filterstreamitem() { var item = getfilterstreamitem(); var keyinfo=liststreamkeyitems(item,&quot;key1&quot;);var data=keyinfo.data;if(data&amp;gt;50) return &quot;successful&quot;;else return &quot;unsuccessful&quot;;}&lt;/p&gt;&lt;p&gt;did I use liststreamkeyitems function properly??&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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/19316/liststreamkeys-in-filtercode</guid>
<pubDate>Thu, 16 Apr 2020 02:04:49 +0000</pubDate>
</item>
<item>
<title>Error code: -26 error message:16: bad-txns-input-duplicate</title>
<link>https://www.multichain.com/qa/19143/error-code-26-error-message-16-bad-txns-input-duplicate</link>
<description>&lt;p&gt;Hello, multichain, I want to use a transaction filter: approve asset transfer&amp;nbsp;which is mentioned in Github link below:&lt;/p&gt;&lt;p&gt;Link:&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/MultiChain/smart-filter-examples/blob/master/transaction-filters/approve-asset-transfer.js&quot;&gt;https://github.com/MultiChain/smart-filter-examples/blob/master/transaction-filters/approve-asset-transfer.js&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Basically this filter is used to check whether the transaction is pre-approved or not. and for making an approval they have given steps in the above github link.&lt;/p&gt;&lt;p&gt;Basically first I created DemoAsset1 with quantity 100 in the address: 1KB85GgVgHE8fw6tMMeQ7DYS9fkY192yq8ey1V then I followed below steps&lt;/p&gt;&lt;p&gt;step1: to send an approval&amp;nbsp;&lt;/p&gt;&lt;p&gt;Command:&lt;/p&gt;&lt;p&gt;sendfrom &quot;1KB85GgVgHE8fw6tMMeQ7DYS9fkY192yq8ey1V&quot; &quot;1KB85GgVgHE8fw6tMMeQ7DYS9fkY192yq8ey1V&quot; '{&quot;DemoAsset1&quot;:100,&lt;strong&gt;&quot;data&quot;:{&quot;json&quot;:{&quot;type&quot;:&quot;approval&quot;,&quot;maxraw&quot;:1000,&quot;expiry&quot;:1586083567}&lt;/strong&gt;}}'&lt;/p&gt;&lt;p&gt;Address 1KB5G.. already had an asset with the name: DemoAsset1 but I wanted to add inline metadata i.e.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;&quot;data&quot;:{&quot;json&quot;:{&quot;type&quot;:&quot;approval&quot;,&quot;maxraw&quot;:1000,&quot;expiry&quot;:1586083567&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;&amp;nbsp;-Necessity for adding &quot;data&quot; attribute was that in the github link provided above, filter code is checking for thr type:&quot;approval&quot;. The transaction with type approval can only pass that filter code.&amp;nbsp;&amp;nbsp;That is why it was important for me to add this inline metadata&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;So for adding inline meta data I used first above mentioned command &quot;sendfrom&quot; where you can see from-address and to-address is same. that means I'm sending DemoAsset1 to the same address but including inline meta data i.e. &quot;data&quot; attribute.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;Step 2:&amp;nbsp; command:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;createrawsendfrom &quot;1KB85GgVgHE8fw6tMMeQ7DYS9fkY192yq8ey1V&quot; &quot;{\&quot;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;1SF9LjmCqsA3NtVVPUe54wYwyGt6NnAG21ufU9&lt;/span&gt;\&quot;: {\&quot;DemoAsset1\&quot;:5}}&quot;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Using above command now I am trying to send amount 5of DemoAsset1 from&amp;nbsp;1KB85GgV...address to&amp;nbsp;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;1SF9..address. Yet I have not signed the transaction. now in output I'm getting one tx-hex.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;Step3:&lt;/span&gt;&amp;nbsp;Command:&lt;/p&gt;&lt;p&gt;appendrawtransaction&lt;br&gt;&quot;010000000180699ec087e795406692b37696e4a6ca6430dd79d29fe71995d8750c7248d2040000000000ffffffff0200000000000000003776a914bac7060886d618cf2ead989a6d65b449e071497588ac1c73706b71784b4999c545a9b3494f7bdf06fa06c032000000000000007500000000000000003776a9148678ce5ac500e4f06bacdb58d7397319baed19be88ac1c73706b71784b4999c545a9b3494f7bdf06fa06c0b6030000000000007500000000&quot; &quot;[{\&quot;txid\&quot;:\&quot;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;04d248720c75d89519e79fd279dd3064caa6e49676b392664095e787c09e6980&lt;/span&gt;\&quot;,\&quot;vout\&quot;:&lt;span style=&quot;background-color:#FFFF00&quot;&gt;0&lt;/span&gt;}]&quot; &quot;{\&quot; 1KB85GgVgHE8fw6tMMeQ7DYS9fkY192yq8ey1V\&quot;:{\&quot;DemoAsset1\&quot;:5}}&quot;&lt;/p&gt;&lt;p&gt;In above command using &lt;strong&gt;appendrawtransaction&lt;/strong&gt;&amp;nbsp;I'm appending highlighted txid and vout to the above transaction which was created using &lt;strong&gt;createrawtransaction.&amp;nbsp;&lt;/strong&gt;&amp;nbsp;Added txid and vout is the txid of DemoAsset1. I got that txid and vout by using command &lt;strong&gt;listunspent.&lt;/strong&gt;&amp;nbsp; O/P: I got another long tx-hex code.&lt;/p&gt;&lt;p&gt;Step 4:&amp;nbsp;&amp;nbsp;&lt;strong&gt;signrawtransaction&lt;/strong&gt; above-long-tx-hex&lt;/p&gt;&lt;p&gt;o/p: Long-tx-hex.&lt;/p&gt;&lt;p&gt;Step 5:&amp;nbsp; Now to send raw transaction I finally took last step:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;sendrawtransaction long-tx-hex(got in step 4)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;After attempting step 5. I got the error mentioned in the question.&amp;nbsp;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;background-color:#FF8C00&quot;&gt;Error code: -26 error message:16: bad-txns-input-duplicate .&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color:#FFFFFF&quot;&gt;i'm attaching here the decoded raw transaction after step 3:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I want to share UTXO but characters limit is not allowing me.&amp;nbsp; So I will ask relatable question with the title&lt;/p&gt;&lt;p&gt;&quot;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;Error code: -26 error message:16: bad-txns-input-duplicate part 2&lt;/span&gt;&quot; please refer to this question too for understanding this error fully.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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/19143/error-code-26-error-message-16-bad-txns-input-duplicate</guid>
<pubDate>Sun, 05 Apr 2020 17:04:38 +0000</pubDate>
</item>
<item>
<title>Transaction couldn't show transferred amount &amp; doubts related to timestamp</title>
<link>https://www.multichain.com/qa/18957/transaction-couldnt-transferred-doubts-related-timestamp</link>
<description>Hello Multichain Team,&lt;br /&gt;
&lt;br /&gt;
I have made one transaction with below command:&lt;br /&gt;
&lt;br /&gt;
&amp;gt; multichain-cli chain1 sendwithdatafrom 1STekiSd28vXU6egrGkHtBzMKPJd4eGJLThR3W 1XErJMb4XRvTZuPAbncbrskbqydy8r2WW7yDDH &amp;quot;{\&amp;quot;GBP\&amp;quot;:10,\&amp;quot;data\&amp;quot;:{\&amp;quot;text\&amp;quot;:\&amp;quot;hello\&amp;quot;}}&amp;quot; &amp;quot;{\&amp;quot;text\&amp;quot;:\&amp;quot;25th march, 2020\&amp;quot;}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It gives me the transaction hex-code &amp;amp; i used it with getwallettransaction command as below:&lt;br /&gt;
&lt;br /&gt;
&amp;gt; multichain-cli techforce getwallettransaction b24d34809b0e3b30d9348f78d424cedb78d61b1a90ad8f6e9e461f4c45094ab4&lt;br /&gt;
{&amp;quot;method&amp;quot;:&amp;quot;getwallettransaction&amp;quot;,&amp;quot;params&amp;quot;:[&amp;quot;b24d34809b0e3b30d9348f78d424cedb78d61b1a90ad8f6e9e461f4c45094ab4&amp;quot;],&amp;quot;id&amp;quot;:&amp;quot;69501022-1585118683&amp;quot;,&amp;quot;chain_name&amp;quot;:&amp;quot;techforce&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;balance&amp;quot; : {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;amount&amp;quot; : 0,&lt;br /&gt;
&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;]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;myaddresses&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;1STekiSd28vXU6egrGkHtBzMKPJd4eGJLThR3W&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;1XErJMb4XRvTZuPAbncbrskbqydy8r2WW7yDDH&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;addresses&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;permissions&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;items&amp;quot; : [&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;data&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;text&amp;quot; : &amp;quot;25th march, 2020&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;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 0,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;txid&amp;quot; : &amp;quot;b24d34809b0e3b30d9348f78d424cedb78d61b1a90ad8f6e9e461f4c45094ab4&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;valid&amp;quot; : true,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;time&amp;quot; : 1585118667,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;timereceived&amp;quot; : 1585118667&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Here in below output i'm not having any detail of transferred amount which is 10 GBP. where should i found it?&lt;br /&gt;
&lt;br /&gt;
could you please share the details about this last two parameters time &amp;amp; &amp;nbsp;timereceived.&lt;br /&gt;
I would like to use that timestamp to convert it into date &amp;amp; show on transaction history.&lt;br /&gt;
&lt;br /&gt;
does this timestamp contains milliseconds with date time or only time?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/18957/transaction-couldnt-transferred-doubts-related-timestamp</guid>
<pubDate>Wed, 25 Mar 2020 07:14:54 +0000</pubDate>
</item>
<item>
<title>But Where should i enter my code?</title>
<link>https://www.multichain.com/qa/17752/but-where-should-i-enter-my-code</link>
<description>I have read document's smart filters part but i actually wanted each and every step to run my code. Like how should i add my code in command line. There it's written that java-script engine is already embedded. But in which location i have to add java-script code? How should i check that it is working properly? All these things i wanted to know. Can anyone please guide me? And also i want to know more about smart filters. So is there any article or research paper which can be helpful to me to know smart-filters in detail?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/17752/but-where-should-i-enter-my-code</guid>
<pubDate>Mon, 27 Jan 2020 01:45:23 +0000</pubDate>
</item>
<item>
<title>How to create transaction filters?</title>
<link>https://www.multichain.com/qa/17721/how-to-create-transaction-filters</link>
<description>Hello everyone,&lt;br /&gt;
&lt;br /&gt;
I am a beginner. Currently I have started to learn Multichain's transaction filter. But when i read the documentation i am not able to understand that how do i start creating transaction filters? Where it should be located? How it is processed by every node?&lt;br /&gt;
&lt;br /&gt;
It would be really great if someone can explain me its each step for How to create transaction filters? Where to create? How to process or run that transaction filters?&lt;br /&gt;
&lt;br /&gt;
Please help me with this asap.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/17721/how-to-create-transaction-filters</guid>
<pubDate>Fri, 24 Jan 2020 05:15:14 +0000</pubDate>
</item>
<item>
<title>Setup for 200-300 Tx per second</title>
<link>https://www.multichain.com/qa/17571/setup-for-200-300-tx-per-second</link>
<description>Hello MC team&lt;br /&gt;
&lt;br /&gt;
I am developing a solution based on 3 nodes &amp;nbsp;( one for main , second for receiving all the transactions generated against the first node and a third node for backup purposes ) that will have mining permission and this nodes will receive a top peak of 300 transaction per second (api calls) to one of the nodes.What is the recommended hardware and configuration ( of the chain) for supporting this burden and give flexibility for more than 1000 transactions per second in a near future.? These transactions include validating of course.&lt;br /&gt;
&lt;br /&gt;
I am using multichain Comunity edition &lt;br /&gt;
&lt;br /&gt;
Best regards.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/17571/setup-for-200-300-tx-per-second</guid>
<pubDate>Tue, 14 Jan 2020 20:38:17 +0000</pubDate>
</item>
<item>
<title>How can I test max TX per second using a RPC API calls</title>
<link>https://www.multichain.com/qa/17530/how-can-i-test-max-tx-per-second-using-a-rpc-api-calls</link>
<description>Hi MC team&lt;br /&gt;
&lt;br /&gt;
I want to test my maximun Tx per second , aI have a small node running locally and I would like to make a benchmark test using my favorite json rpc client ( Insonmia ) , The test I want to run is sending assets from an address to other ( in the same node), how must I configure the api call for this can be achieved? For example. How can I configure this to be done multiple calls at the same time?&lt;br /&gt;
&lt;br /&gt;
Example below.&lt;br /&gt;
&lt;br /&gt;
http://127.0.0.1:2654/&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
&amp;quot;id&amp;quot;: 0,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;method&amp;quot;: &amp;quot;sendasset&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;params&amp;quot;: [&lt;br /&gt;
&lt;br /&gt;
&amp;quot;19TAPQMirkQhCfaFf19vLWXS8tqWRXWwYtQPNG&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;dolar&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
3.00&lt;br /&gt;
&lt;br /&gt;
]&lt;br /&gt;
&lt;br /&gt;
}</description>
<guid isPermaLink="true">https://www.multichain.com/qa/17530/how-can-i-test-max-tx-per-second-using-a-rpc-api-calls</guid>
<pubDate>Sun, 12 Jan 2020 23:50:45 +0000</pubDate>
</item>
<item>
<title>Handling decimals amounts in transactions</title>
<link>https://www.multichain.com/qa/17480/handling-decimals-amounts-in-transactions</link>
<description>Hello, I have problems transferring amounts with decimals of an address to the sendassetfrom method, in my case I must handle a local currency whose value is equivalent to 3000, when making a payment of 10000 with a conversion ratio of 10000/3000 = 3,333333333333333 but the balance in the reciever address only shows me 3.33 and at the time of showing the balance in my custom local currency with the following conversion 3.33 x 3000 = 9990. &lt;br /&gt;
&lt;br /&gt;
The amount in local currency for the address that received does not match the amount sent, because multichain does not reflect the full amount of decimals. How can I do so that Multichain can save the entire number of decimals so that it does not affect my custom conversion.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/17480/handling-decimals-amounts-in-transactions</guid>
<pubDate>Wed, 08 Jan 2020 20:30:16 +0000</pubDate>
</item>
<item>
<title>Trusted multistep realtime transaction</title>
<link>https://www.multichain.com/qa/16361/trusted-multistep-realtime-transaction</link>
<description>I'm not sure if this is possible using multichain but I'm trying to build a multi-step app where for e.g. to accomplish &amp;nbsp;Transaction A, we want the processing to go through Step1,Step2 and Step3. Similarly to accomplish Transaction B - Step1,Step2 and Step4. Say each of the steps is executed in a distributed way by different computer/container. As each step is executed by respective computer, we want to make sure previous step was executed, and the call is coming from computer running the previous step. When I look at transaction A after completion, I should be able to prove that all steps were completed by respective authentic players. How can I accomplish this for a real-time application using multichain?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/16361/trusted-multistep-realtime-transaction</guid>
<pubDate>Sat, 26 Oct 2019 22:30:27 +0000</pubDate>
</item>
<item>
<title>How to include my base64 signature to spend a UTXO</title>
<link>https://www.multichain.com/qa/15886/how-to-include-my-base64-signature-to-spend-a-utxo</link>
<description>I'm trying to use the bitcoinjs-lib to spend an UTXO. I have a signature from the prior transaction that is in base64 format. I have the following standard transaction builder as a starting base:&lt;br /&gt;
&lt;br /&gt;
var bitcoin = require(‘bitcoinjs-lib’);&lt;br /&gt;
var key = bitcoin.ECKey.fromWIF(&amp;quot;put data here&amp;quot;);&lt;br /&gt;
var tx = new bitcoin.TransactionBuilder();&lt;br /&gt;
tx.addInput(&amp;quot;txid here&amp;quot;, 1);&lt;br /&gt;
tx.addOutput(&amp;quot;receiver addr here&amp;quot;, 345000);&lt;br /&gt;
tx.sign(0, key);&lt;br /&gt;
console.log(tx.build().toHex());&lt;br /&gt;
&lt;br /&gt;
var key = Bitcoin.ECKey.fromWIF(‘private key’);&lt;br /&gt;
var tx=Bitcoin.Transaction.fromHex(‘HEX-data from step 1’);&lt;br /&gt;
tx.sign(0, key);&lt;br /&gt;
tx.toHex(); // HEX-data of signed transaction&lt;br /&gt;
&lt;br /&gt;
All of these standard transaction builders like the above no matter what the programming language insist on using a WIF key format. But I need to use a base64 signature that I have already to build the transaction. I'm participating in a challenge and apparently that is the challenge &amp;nbsp;--- to figure out how to spend the UTXO using a base64 signature that was provided participants. Can someone help me with this?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15886/how-to-include-my-base64-signature-to-spend-a-utxo</guid>
<pubDate>Sat, 05 Oct 2019 21:54:11 +0000</pubDate>
</item>
<item>
<title>detail in multiChain transaction</title>
<link>https://www.multichain.com/qa/15578/detail-in-multichain-transaction</link>
<description>&lt;h3&gt;&lt;span style=&quot;color:#000000&quot;&gt;the lock script in a tx output field:&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;&quot;asm&quot;:&amp;nbsp;&quot;OP_DUP OP_HASH160 36a8181bca44ef1fa43df647a6c8aa87ec27ca9c OP_EQUALVERIFY OP_CHECKSIG &lt;/span&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;73706b71e1c0b8310dafd3c8c4d741b2dbd6b99a00e40b5402000000&lt;/span&gt;&lt;span style=&quot;color:#000000&quot;&gt; OP_DROP&quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;this field&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;&lt;strong&gt;f73706b71e1c0b8310dafd3c8c4d741b2dbd6b99a00e40b5402000000&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color:#000000&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;how he data before&amp;nbsp; OP_DROP&amp;nbsp; generate?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15578/detail-in-multichain-transaction</guid>
<pubDate>Wed, 18 Sep 2019 03:47:33 +0000</pubDate>
</item>
<item>
<title>mandatory-script-verify-flag-failed (Script too big)</title>
<link>https://www.multichain.com/qa/15183/mandatory-script-verify-flag-failed-script-too-big</link>
<description>&lt;p&gt;I issued 8000 to 15000 assets for 1 address in a loop, and when i'm trying to transfer all assets to set of other addresses some are not transferred and it gives error &lt;span style=&quot;color:#FF0000&quot;&gt;&lt;strong&gt;&quot;Error Code: -26 Error Message: Transaction was rejected: ConnectInputs failed: mandatory-script-verify-flag-failed (Script too big)&quot;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;From my research, &lt;/strong&gt;&lt;strong&gt;i&lt;/strong&gt;&lt;strong&gt; found that some assets were transferred to the same address successfully and others are not getting transferred.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;All addresses have &lt;/strong&gt;&lt;strong&gt;connect&lt;/strong&gt;&lt;strong&gt;, send and receive permissions&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Can anyone suggest me a solution for this&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15183/mandatory-script-verify-flag-failed-script-too-big</guid>
<pubDate>Thu, 22 Aug 2019 07:20:33 +0000</pubDate>
</item>
<item>
<title>mchn: Coin selection: Signing transaction failed</title>
<link>https://www.multichain.com/qa/15163/mchn-coin-selection-signing-transaction-failed</link>
<description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm getting &quot;&lt;strong&gt;mchn: Coin selection: Signing transaction failed&lt;/strong&gt;&quot; out of the blue. Why am I getting this error message in my chain.&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15163/mchn-coin-selection-signing-transaction-failed</guid>
<pubDate>Wed, 21 Aug 2019 06:10:22 +0000</pubDate>
</item>
<item>
<title>I have a basic send transaction I need to sign</title>
<link>https://www.multichain.com/qa/15159/i-have-a-basic-send-transaction-i-need-to-sign</link>
<description>When using send to move an asset between addresses, is it possible to sign the successful transaction? If so, is there an example? Which parameters do I need?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/15159/i-have-a-basic-send-transaction-i-need-to-sign</guid>
<pubDate>Tue, 20 Aug 2019 19:21:29 +0000</pubDate>
</item>
<item>
<title>Pre-condition to allow a node to join the seed node</title>
<link>https://www.multichain.com/qa/14567/pre-condition-to-allow-a-node-to-join-the-seed-node</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;We are currently trying to connect a s390x (Z Virtual Machine)&amp;nbsp; to an existing x86_64 (master node) running a multichaind daemon, doing so we encountered the following on master's debug log&lt;br&gt;&lt;br&gt;&lt;em&gt;2019-06-24 18:19:19 &lt;strong&gt;Adding fixed seed nodes as DNS doesn't seem to be available.&lt;/strong&gt;&lt;br&gt;2019-06-24 18:19:26 MultiChainMiner: Block Found - 006ee4b75bb2291cda8639d58abfef3238f35a043b014ea93e89ba1b3e2a3d8f, prev: 00c6aae5b436e564266bfddfed14babaf0088d958dff1ce3d60f2db65ac47ccb, height: 6, txs: 1&lt;/em&gt;&lt;br&gt;&lt;br&gt;We would like to know the pre-condition to allow a new node to join the seed node. Also,&lt;/p&gt;&lt;p&gt;1) On Z-Slave node,debug.log does not show receive any incoming message.&lt;br&gt;2) Do we have to additionally configure firewall ports to allow any incoming message.&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/14567/pre-condition-to-allow-a-node-to-join-the-seed-node</guid>
<pubDate>Tue, 25 Jun 2019 18:26:26 +0000</pubDate>
</item>
<item>
<title>A doubt with assets and transactions</title>
<link>https://www.multichain.com/qa/14409/a-doubt-with-assets-and-transactions</link>
<description>A high volume of assets can slow the performance of the blockchain? Internally in the blockchain moving 1 asset to another address is the same like moving 10000 assets? I mean the 1 assets transaction represents the same amount of memory and cpu resources that the 10000 transaction in the node?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/14409/a-doubt-with-assets-and-transactions</guid>
<pubDate>Fri, 14 Jun 2019 18:44:39 +0000</pubDate>
</item>
<item>
<title>Transaction offline</title>
<link>https://www.multichain.com/qa/12989/transaction-offline</link>
<description>how could I set up a transaction without the help of the cli? such as how do wallet hardware do it?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12989/transaction-offline</guid>
<pubDate>Sun, 03 Mar 2019 12:37:04 +0000</pubDate>
</item>
<item>
<title>How to properly test transactions throughput?</title>
<link>https://www.multichain.com/qa/12984/how-to-properly-test-transactions-throughput</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I’d like to test transactions throughput.&lt;/p&gt;&lt;p&gt;My idea was:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;only one node&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;only one address involved&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;only one asset issued&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;make &lt;em&gt;n&lt;/em&gt; transactions (calls to &lt;em&gt;sendasset(); &lt;/em&gt;one unit sent)&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I am using python 3.7 and Savoir. I take the time used to make &lt;em&gt;n&lt;/em&gt; transactions, thus the average time per transaction and finally the transactions per second.&lt;/p&gt;&lt;p&gt;I tested on different machines (with &lt;em&gt;n = 100, 1000, 10000)&lt;/em&gt; and I don’t get good results when comparing to these: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.multichain.com/blog/2017/06/multichain-1-beta-2-roadmap/&quot;&gt;https://www.multichain.com/blog/2017/06/multichain-1-beta-2-roadmap/&lt;/a&gt; .&lt;/p&gt;&lt;p&gt;In particular, with &lt;em&gt;n=10000&lt;/em&gt;, I get ~11 TX/s. Am I doing something wrong? Is my machine not good enough (Intel Core i7 2600 @ 3.40 GHz with 8 gigabytes of ram)?&lt;/p&gt;&lt;p&gt;Also, are there any initial blockchain parameters that could influence the throughput so much?&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/12984/how-to-properly-test-transactions-throughput</guid>
<pubDate>Fri, 01 Mar 2019 18:25:11 +0000</pubDate>
</item>
<item>
<title>multiple transactions in one transaction? transection</title>
<link>https://www.multichain.com/qa/12822/multiple-transactions-in-one-transaction-transection</link>
<description>hi , i am implementing &amp;nbsp;multiple &amp;nbsp;transactions in a &amp;nbsp;single &amp;nbsp;&amp;nbsp;transaction which should &amp;nbsp;contains like send from Alice account to Bob , then Bob send some amount Tom . i there any method to make transaction between address?????</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12822/multiple-transactions-in-one-transaction-transection</guid>
<pubDate>Fri, 08 Feb 2019 15:48:19 +0000</pubDate>
</item>
<item>
<title>Who will add block of transactions or streams into chain(i.e., block chain)?</title>
<link>https://www.multichain.com/qa/12741/will-add-block-transactions-streams-into-chain-block-chain</link>
<description></description>
<guid isPermaLink="true">https://www.multichain.com/qa/12741/will-add-block-transactions-streams-into-chain-block-chain</guid>
<pubDate>Tue, 05 Feb 2019 08:42:44 +0000</pubDate>
</item>
<item>
<title>Data Streams with Native Currency as fee?</title>
<link>https://www.multichain.com/qa/12727/data-streams-with-native-currency-as-fee</link>
<description>Hello!&lt;br /&gt;
&lt;br /&gt;
I was reading the documents and as far I can tell Data Streams aren't transactions in the blockchain in the sense that they don't use a UTXO to build upon itself. They function similarly to a broadcasted message throughout the nodes, right?&lt;br /&gt;
&lt;br /&gt;
My main issue here is that I'd like to attach an asset with the stream itself that would work as an incentive for miners to run the network. Meaning that everytime someone publishes using streams they would have to attach an unspent coin to be picked up by miners.&lt;br /&gt;
&lt;br /&gt;
Do you think of anything else that looks like this? I thought about using Inline Metadata, but (1) it doesn't have off-chain/on-chain data management as Data Streams 2.0 and (2) the &amp;quot;publishing act&amp;quot; might not have a properly &amp;quot;receiver&amp;quot; neither an amount to send to the &amp;quot;receiver&amp;quot;.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12727/data-streams-with-native-currency-as-fee</guid>
<pubDate>Mon, 04 Feb 2019 21:02:47 +0000</pubDate>
</item>
<item>
<title>blockchain transaction linkage</title>
<link>https://www.multichain.com/qa/12655/blockchain-transaction-linkage</link>
<description>Hello devs,&lt;br /&gt;
&lt;br /&gt;
Need to clarify some fundamentals , After setting up multichain network whenever we do any transaction with other peer then multichain says that its all data stored in multichain network what dose that mean?&lt;br /&gt;
full blockchain stored in network means in our node right?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12655/blockchain-transaction-linkage</guid>
<pubDate>Thu, 31 Jan 2019 11:47:41 +0000</pubDate>
</item>
<item>
<title>Parameters of getfilterstreamitem()</title>
<link>https://www.multichain.com/qa/12421/parameters-of-getfilterstreamitem</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Is it possible to know all the parameters return by getfilterstreamitem()?&lt;br /&gt;
&lt;br /&gt;
Many thanks in advance ;)</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12421/parameters-of-getfilterstreamitem</guid>
<pubDate>Wed, 16 Jan 2019 16:35:49 +0000</pubDate>
</item>
<item>
<title>Does all nodes recieve the transactions at the same time</title>
<link>https://www.multichain.com/qa/12382/does-all-nodes-recieve-the-transactions-at-the-same-time</link>
<description>Does Multi-chain framework send transactions (keys in a stream) in a quick manner to all nodes, in a critical scenario?&lt;br /&gt;
&lt;br /&gt;
The requirement is that the transaction should arrive quickly to all nodes in the exact same order and in exact same time, provided the nodes are reliably connected.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12382/does-all-nodes-recieve-the-transactions-at-the-same-time</guid>
<pubDate>Tue, 15 Jan 2019 15:15:02 +0000</pubDate>
</item>
<item>
<title>send an amount of asset to multiple addresses at the same time</title>
<link>https://www.multichain.com/qa/12298/send-an-amount-of-asset-to-multiple-addresses-at-the-same-time</link>
<description>Hi MC Team&lt;br /&gt;
&lt;br /&gt;
I need to send a quantity of &amp;nbsp;1 unit of an asset to many addresses (at the same time) from one address (+1000) but in an unique transaction. How can I do this using rpc api commands?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12298/send-an-amount-of-asset-to-multiple-addresses-at-the-same-time</guid>
<pubDate>Fri, 11 Jan 2019 15:55:43 +0000</pubDate>
</item>
<item>
<title>UTXO transaction based model in multichain</title>
<link>https://www.multichain.com/qa/12231/utxo-transaction-based-model-in-multichain</link>
<description>Hello guys,&lt;br /&gt;
I was exploring UTXO model in multichain so i have issued 1000 assets to address 1Xs5ZRKETcsATQp4AgZPodfco14Amcx4FvYoc1 and after that i have send 100 assets to 19Ga6X4QY6TYgsXJQKJWDrThNJ7SvuwHYNNTCS so according to that i could identify UTXO transaction based on spendable property .(see below unspent command )&lt;br /&gt;
Now in this transaction spendable property is false for sender that means that was a unspent transaction input for sender(1Xs5ZRKETcsATQp4AgZPodfco14Amcx4FvYoc1) and sender has locked that tx and send it to reciever (19Ga6X4QY6TYgsXJQKJWDrThNJ7SvuwHYNNTCS) for receiver that tx is unspent tx output (UTXO), am i right?&lt;br /&gt;
2)what is inside scriptPubKey for sender(1Xs5ZRKETcsATQp4AgZPodfco14Amcx4FvYoc1)?&lt;br /&gt;
3)what is inside scriptPubKey for receiver(19Ga6X4QY6TYgsXJQKJWDrThNJ7SvuwHYNNTCS)?&lt;br /&gt;
4)where could i find UTXO db?&lt;br /&gt;
5)how can i see unspent transaction input for each address?&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
chain1: listunspent&lt;br /&gt;
{&amp;quot;method&amp;quot;:&amp;quot;listunspent&amp;quot;,&amp;quot;params&amp;quot;:[],&amp;quot;id&amp;quot;:1,&amp;quot;chain_name&amp;quot;:&amp;quot;chain1&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
[&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;txid&amp;quot; : &amp;quot;04b5ca711bc525f23cec29fff18b8fa01583ec8ae4e9e8ff5ba5dd2071739bf3&amp;quot;,&lt;br /&gt;
&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;quot;address&amp;quot; : &amp;quot;19Ga6X4QY6TYgsXJQKJWDrThNJ7SvuwHYNNTCS&amp;quot;,&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;scriptPubKey&amp;quot; : &amp;quot;76a9143d2d7e8db672718c20365ba06eee65f7b1e408f988ac1473706b700400000000000000ffffffff66ee355c75&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;amount&amp;quot; : 0.00000000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 10,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;cansend&amp;quot; : false,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;spendable&amp;quot; : false,&lt;br /&gt;
&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;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;permissions&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;for&amp;quot; : null,&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;connect&amp;quot; : false,&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;send&amp;quot; : false,&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;receive&amp;quot; : true,&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;create&amp;quot; : false,&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;issue&amp;quot; : false,&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;mine&amp;quot; : false,&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;admin&amp;quot; : false,&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;activate&amp;quot; : false,&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;startblock&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;endblock&amp;quot; : 4294967295,&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;timestamp&amp;quot; : 1547038310&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;
&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;txid&amp;quot; : &amp;quot;04b5ca711bc525f23cec29fff18b8fa01583ec8ae4e9e8ff5ba5dd2071739bf3&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;vout&amp;quot; : 1,&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;1Xs5ZRKETcsATQp4AgZPodfco14Amcx4FvYoc1&amp;quot;,&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;scriptPubKey&amp;quot; : &amp;quot;76a914e45b2ee7f8b041a657980786c23ac4692f509b2788ac&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;amount&amp;quot; : 0.00000000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 10,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;cansend&amp;quot; : true,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;spendable&amp;quot; : true,&lt;br /&gt;
&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;],&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;permissions&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;},&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;txid&amp;quot; : &amp;quot;e739464ab3c29aae1a73a1e5f8c8830d3759aa3089a077463734102adccb227d&amp;quot;,&lt;br /&gt;
&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;quot;address&amp;quot; : &amp;quot;19Ga6X4QY6TYgsXJQKJWDrThNJ7SvuwHYNNTCS&amp;quot;,&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;scriptPubKey&amp;quot; : &amp;quot;76a9143d2d7e8db672718c20365ba06eee65f7b1e408f988ac1c73706b7153e8925805934a0da47f950b01816389102700000000000075&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;amount&amp;quot; : 0.00000000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 10,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;cansend&amp;quot; : false,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;spendable&amp;quot; : false,&lt;br /&gt;
&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;{&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;name&amp;quot; : &amp;quot;asset1&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;assetref&amp;quot; : &amp;quot;25-265-25481&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;qty&amp;quot; : 100.00000000&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;&amp;quot;permissions&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;},&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;txid&amp;quot; : &amp;quot;e739464ab3c29aae1a73a1e5f8c8830d3759aa3089a077463734102adccb227d&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;vout&amp;quot; : 1,&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;1Xs5ZRKETcsATQp4AgZPodfco14Amcx4FvYoc1&amp;quot;,&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;scriptPubKey&amp;quot; : &amp;quot;76a914e45b2ee7f8b041a657980786c23ac4692f509b2788ac1c73706b7153e8925805934a0da47f950b01816389905f01000000000075&amp;quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;amount&amp;quot; : 0.00000000,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;confirmations&amp;quot; : 10,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;cansend&amp;quot; : true,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;spendable&amp;quot; : true,&lt;br /&gt;
&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;{&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;name&amp;quot; : &amp;quot;asset1&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;assetref&amp;quot; : &amp;quot;25-265-25481&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;qty&amp;quot; : 900.00000000&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;&amp;quot;permissions&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;}&lt;br /&gt;
]&lt;br /&gt;
&lt;br /&gt;
6)As per my understanding of bitcoin in that when sender sends any asset to receipient then that transaction gets locked and send to receipient.&lt;br /&gt;
But here when i run lockunspent it is giving me output like this:&lt;br /&gt;
&lt;br /&gt;
how to see all locked transaction which was initiated by sender?&lt;br /&gt;
&lt;br /&gt;
chain1: listlockunspent&lt;br /&gt;
{&amp;quot;method&amp;quot;:&amp;quot;listlockunspent&amp;quot;,&amp;quot;params&amp;quot;:[],&amp;quot;id&amp;quot;:1,&amp;quot;chain_name&amp;quot;:&amp;quot;chain1&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
[&lt;br /&gt;
]&lt;br /&gt;
&lt;br /&gt;
7) How can i identify sender does not trying to do double spend of particular asset?&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Thanks,&lt;br /&gt;
Khetesh Rotangan</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12231/utxo-transaction-based-model-in-multichain</guid>
<pubDate>Wed, 09 Jan 2019 13:32:39 +0000</pubDate>
</item>
<item>
<title>sendrawtransaction giving error code -26</title>
<link>https://www.multichain.com/qa/12104/sendrawtransaction-giving-error-code-26</link>
<description>&lt;p&gt;While sending the final signed hex to the &lt;strong&gt;sendrawtransaction&lt;/strong&gt; API it outputs me this error message with error &lt;strong&gt;code 26:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;16: ConnectInputs failed: mandatory-script-verify-flag-failed (Script evaluated without error but finished with a false/empty top stack element)&lt;/strong&gt; can someone explain me why I am not getting final transaction id instead of this error message?&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12104/sendrawtransaction-giving-error-code-26</guid>
<pubDate>Fri, 28 Dec 2018 09:54:56 +0000</pubDate>
</item>
<item>
<title>can a filters reference other transactions?</title>
<link>https://www.multichain.com/qa/12017/can-a-filters-reference-other-transactions</link>
<description>Hi Multichain folks,&lt;br /&gt;
&lt;br /&gt;
I wondering if filters can reference transactions other than the transaction being filtered or stream items other than the stream items being filtered?&lt;br /&gt;
&lt;br /&gt;
For example, I'd like to implement a stream item filter that would prevent a publisher writing to a stream key that had already been written to by another publisher. The idea is to use streams as key value stores, where the first publisher to a key &amp;quot;owns&amp;quot; it and then is the only one that can publish to it.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12017/can-a-filters-reference-other-transactions</guid>
<pubDate>Thu, 20 Dec 2018 14:05:05 +0000</pubDate>
</item>
<item>
<title>Who can unlock locked unspent transactions?</title>
<link>https://www.multichain.com/qa/11822/who-can-unlock-locked-unspent-transactions</link>
<description>&lt;p&gt;For the locked unspent transactions shown in&amp;nbsp;&lt;strong&gt;listlockunspent&lt;/strong&gt;, are there specific permissions required to unlock those transactions? Or anyone can unlock the transactions?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11822/who-can-unlock-locked-unspent-transactions</guid>
<pubDate>Mon, 10 Dec 2018 09:14:21 +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>Transaction to send data in exchange of asset</title>
<link>https://www.multichain.com/qa/11691/transaction-to-send-data-in-exchange-of-asset</link>
<description>I have a scenario where 2 devices (Node A and Node B) are present in network. Node A and B has some quantity of asset1. Node A wants to share his data for some incentive asset1.&lt;br /&gt;
&lt;br /&gt;
There are 2 streams present one is for metadata and other one is for original data. The Node A publishes encrypted data to original data stream and metadata along with hex(original data) (for checksum of data associated with it). The node maintains metadata and data txid relationship.&lt;br /&gt;
&lt;br /&gt;
Now, Node B wants to purchase the data published by Node A in exchange of asset1 (Lets say 10 quantity). How can I implement this using atomic raw transaction? I would also have to share the secret key encrypted used to encrypt data using public key of Node B for confidentiality.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
What is the best possible way? please help me out.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/11691/transaction-to-send-data-in-exchange-of-asset</guid>
<pubDate>Tue, 27 Nov 2018 18:42:36 +0000</pubDate>
</item>
</channel>
</rss>