I created a new multichain with default values except the anyone-can-connect to true, im trying to connect to multichain-node but i got "401 unauthorized", and "This host is not known" if i try from terminal putting all parameters
port: 8346,
host: '127.0.0.1',
user: 'multichainrpc',
password: 'E5rWYKww2tUHhnTieff8CgEjMTGEK3Ae4Eg1YZxoq7SE' //In multichain.config
I'm using these commands "multichaind test -daemon" or "multichaind test@127.0.0.1 -daemon" to start the multichain, i can use all the commands multichain-cli directly via terminal but JSON-RPC multichain-node i can't
In python (mcrpc) it worked