<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged issuemorefrom</title>
<link>https://www.multichain.com/qa/tag/issuemorefrom</link>
<description>Powered by Question2Answer</description>
<item>
<title>how to issue more asset when exchange?</title>
<link>https://www.multichain.com/qa/7124/how-to-issue-more-asset-when-exchange</link>
<description>I want to issue more asset in exchange transaction.&lt;br /&gt;
&lt;br /&gt;
But i didn't know how can do it by exchange api (eg. preparelockunspentfrom, createrawexchange, appendrawexchange), or i should write a custom api?&lt;br /&gt;
&lt;br /&gt;
If I should write a custom api, how can I start?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7124/how-to-issue-more-asset-when-exchange</guid>
<pubDate>Sat, 14 Oct 2017 20:33:46 +0000</pubDate>
</item>
<item>
<title>How to allow more than one address to issue more asset of the same type</title>
<link>https://www.multichain.com/qa/4987/how-allow-more-than-one-address-issue-more-asset-the-same-type</link>
<description>Let's say I have an address 1YGLV49koPYzLWfM2kZP56FB9vVH4V5AUwRzY3 which is granted the permissions ('issue,send,receive&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
And I have an existing asset &amp;quot;ASSET123&amp;quot; which is open but issued by another address&lt;br /&gt;
&lt;br /&gt;
When I run the issuemorefrom command:&lt;br /&gt;
&lt;br /&gt;
issuemorefrom &amp;quot;1YGLV49koPYzLWfM2kZP56FB9vVH4V5AUwRzY3&amp;quot; &amp;nbsp;&amp;quot;{another valid address}&amp;quot; ASSET123 100&lt;br /&gt;
&lt;br /&gt;
I get error code: -32603 &lt;br /&gt;
&lt;br /&gt;
error message: Issuing more units for this asset is not allowed from this address&lt;br /&gt;
&lt;br /&gt;
What do I need to do to allow this address to be able to issue more quantities of the same asset code ?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/4987/how-allow-more-than-one-address-issue-more-asset-the-same-type</guid>
<pubDate>Fri, 05 May 2017 10:22:52 +0000</pubDate>
</item>
<item>
<title>Cannot issuemorefrom</title>
<link>https://www.multichain.com/qa/2143/cannot-issuemorefrom</link>
<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;I've created an asset on version 1.0-alpha21 using CLI&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;local2: issuefrom 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN foobar 1 1 0&lt;br&gt;{&quot;method&quot;:&quot;issuefrom&quot;,&quot;params&quot;:[&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;foobar&quot;,1,1,0],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;local2&quot;}&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;45aca7661855344e3b0abb99ed6fabc9828a2c7969803ac09e5250fa25414134&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;But when i've tried to do &quot;issuemorefrom&quot; i got this error message:&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;local2: issuemorefrom 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN foobar 99&lt;br&gt;{&quot;method&quot;:&quot;issuemorefrom&quot;,&quot;params&quot;:[&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;foobar&quot;,99],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;local2&quot;}&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;error code: -32600&lt;br&gt;error message:&lt;br&gt;API is not supported for this protocol version&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;Same thing happends via RPC&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;&amp;gt;&amp;gt;&amp;gt; s.issuemorefrom('1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN','1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN','foobar',99)&lt;br&gt;{u'id': 3, u'result': None, u'error': {u'message': u'API is not supported for this protocol version', u'code': -32600}}&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;The node was create with alpha21 version&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Update: same error message if i try to do issuemore:&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;local2: issue 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN barbar 1&lt;br&gt;{&quot;method&quot;:&quot;issue&quot;,&quot;params&quot;:[&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;barbar&quot;,1],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;local2&quot;}&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;9bd5590c1a1bf482f5ff85c3ac7b88b7df357f9e6278410e19c599e29f90f221&lt;br&gt;local2: issuemore 1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN barbar 99&lt;br&gt;{&quot;method&quot;:&quot;issuemore&quot;,&quot;params&quot;:[&quot;1YzSmPJeC6JpGQFU4N5Si9Xs7TuMjLgCyHWvmN&quot;,&quot;barbar&quot;,99],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;local2&quot;}&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;em&gt;error code: -32600&lt;br&gt;error message:&lt;br&gt;API is not supported for this protocol version&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2143/cannot-issuemorefrom</guid>
<pubDate>Fri, 01 Jul 2016 14:57:20 +0000</pubDate>
</item>
</channel>
</rss>