Wallet is not with the create key permission.

+1 vote
Hi Multichain,

I have thee nodes actually : One is the Admin Node and other two nodes are Child Nodes which are running on the Admin Node.

So, My question is :

I am trying to create a stream on the child node and it is giving me the error message:

"This wallet is not with the Create Permission".

can you please suggest on the issue ?

And As per the requirement :

I want to transfer the stream from One Node to Another, For which I am issueing the same stream on both the Source and Destination Node and then Subscribing the same stream on both the Nodes.

Is the Approach Correct ? Can you please suggest on this too ?

Thanks in Advance !!
asked Apr 19, 2018 by ss_developer

1 Answer

0 votes
 
Best answer

If you want to create a stream on a child node, an admin needs to give create permissions to an address owned by that child node. Presumably for now that means you need to use the admin node.

answered Apr 19, 2018 by MultiChain
selected Apr 23, 2018 by ss_developer
Thanks a lot !
Can you please help on the second question also.
I want to transfer the stream from One Node to Another, For which I am issueing the same stream on both the Source and Destination Node and then Subscribing the same stream on both the Nodes.

Is the Approach Correct ? Can you please suggest on this too ?
A stream is not "transferred" in the sense that one address or another owns it – this is what assets are for. But yes, you can grant multiple addresses (and therefore multiple nodes) permission to write to a stream, and then independently from that each node can decide whether to subscribe to that stream.
...