Error message -5

+2 votes
I am at the step where you send assets to each server and it just keeps giving me the error below:

error: {"code":-5,"message":"This wallet doesn't have keys with admin permission"}

I'm sure it is something simple but if you could assist I would greatly appreciate it!
asked Jul 25, 2015 by anonymous

1 Answer

+1 vote
You need to grant the permissions from the original node, since only that has the admin permissions to affect the privileges of other nodes.
answered Jul 25, 2015 by MultiChain
by 'original node' do you mean the Master node?
I mean the node that started the blockchain. There is no "master node" per se, because once you set up multiple nodes with admin permissions, they all behave as perfect equals with each other.
...