You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: