Hello,
I have followed all the steps for running the multichain web demo.
But I'm getting an error on the 1st page i.e. Error 401 Unauthorized. http://192.168.56.1:5768/
Could you please tell me the possible reason for this?
Things that I have done:
1- kept the Multichain node ready : chain_1@192.168.56.1:5769
2- In multichain.conf file, I have added the following line:
rpcallowip=[192.168.56.1]
3- In config.txt, I have the following lines:
default.name=Default
default.rpchost=192.168.56.1
default.rpcport=5768
I have assigned 5768 to default.rpcport because in params.dat I see the following lines:
default-network-port = 5769
default-rpc-port = 5768
I really don't know what else has to be done. Could you please help me out?
Thank You!