This wallet contains no addresses with permission to this stream and global send permission.

+1 vote

Hello, We are using 10 nodes and permissions to all 10 nodes have been granted through same way. 9/10 nodes are working properly.  Even though connect, send, receive  and write to stream permissions are granted on 10th node, when we perform a transaction from that particular node, we got the error: This wallet contains no addresses with permission to this stream and global send permission. Kindly let us know the appropriate solution. As we are following the same procedure mentioned on your documentation and 9 out of 10 nodes are working fine. But on each day, any node out of 10 nodes stops working and throws this error. And we delete that node, reconnect it , but  the same error occurs.

asked May 31, 2021 by Ahtazaz
To help us diagnose this, on the node showing this problem please post the output of these APIs:

listaddresses
listpermissions send,receive
listpermissions [stream].write
listunspent 0

where you should replace [stream] with the stream name.

1 Answer

0 votes

Hello, Thanks for quick feedback. We have pasted all required responses in a file and that file is available and accessible in Google drive. You can access it from the URL given below. 

https://drive.google.com/file/d/1JAwZWx2uD61OnIRfmfUO54m2tm6MtY34/view?usp=sharinghttps://drive.google.com/file/d/1JAwZWx2uD61OnIRfmfUO54m2tm6MtY34/view?usp=sharing

Please note that we got the same error on 8th node now, and the node (6th) which was showing error yesterday is not throwing any error now and working fine. 

answered Jun 1, 2021 by ahtazaz
Thanks, I can see the output, but if the problem is constantly moving around we need to see this all together from the moment in which you are actually seeing the error. So please do the same again on a node showing the problem, including the publish(from) command itself:

listaddresses
listpermissions send,receive
listpermissions [stream].write
listunspent 0
publish(from) ...

Also please let us know the version of MultiChain you are using.
...