Missing Multichain.conf - How to create

+1 vote
C:\Users\kabir\Downloads\multichain-windows-2.0-beta-2>multichain-cli listpermissions all
error: No credentials found for chain "listpermissions"

You must set rpcpassword=<password> in the configuration file:
C:\Users\kabir\AppData\Roaming\MultiChain\listpermissions/multichain.conf
If the file does not exist, create it with owner-readable-only file permissions.
related to an answer for: Error: connect,send,receive
asked Feb 19, 2019 by Kabir

1 Answer

0 votes

You need to put the blockchain name after multichain-cli and before the command, e.g.:

multichain-cli chain1 listpermissions all

answered Feb 19, 2019 by MultiChain
...