cardano-sl
cardano-sl copied to clipboard
Failed api access
I am launch cardano:
./master/bin/cardano-node --system-start "$start_time" --web-port 8080 --wallet-address 127.0.0.1:8090
And tried to use the API on 8090 port
curl http://127.0.0.1:8090/api/v1/node-info
After this I receive error:
curl: (7) Failed to connect to 127.0.0.1 port 8090: Connection refused
me too,don't know why?