0

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= 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.

1 Answers1

1

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

multichain-cli chain1 listpermissions all

Adarsha Jha
  • 1,782
  • 2
  • 15
  • 37