error: incorrect rpcuser or rpcpassword (authorization failed)

+1 vote

Hi,

I setup another node on the same Windows Machine. Using the below Command.

multichaind -datadir=multichain2 -port=10255 -rcpport=10254 abc@172.25.36.55:9559

Node Started.

Now when I try the below command. I get an error.

multichain-cli abc -datadir=multichain2 -rcpport=10254 -port=10255 getinfo

 

Error:

error: incorrect rpcuser or rpcpassword (authorization failed)

asked Jan 10, 2017 by rahulkumargr

1 Answer

0 votes

You have a typo above - it should be -rpcport and not -rcpport.

answered Jan 10, 2017 by MultiChain
...