I create the blockchain with:
multichain-util create test-db \
-default-network-port=4000 \
-default-rpc-port=4001
Then I start the node with:
multichaind test-db -rpcallowip=0.0.0.0/0 -autosubscribe=streams -daemon
And I get the proper output, stating that the node has been started successfully and is ready. And when I want to make calls against the API, f.e.:
multichain-cli test-db getinfo
or
multichain-cli test-db -port=4000 -rpcport=4001 getinfo
I get "error: couldn't connect to server"