I need help... I would like to get the getinfo with curl..
I have the win wallet running and in cmd win i run:
curl -d '{\"jsonrpc\": \"1.0\", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8370/
and i have:
curl:(6) could not resolve host:"1.0",;Host not found
TIA