hello,
can someone pls provide a sample to use the json-rpc thro http, a curl would be best, i am not sure whats the http port and where to find it in the configuration file
for eg, I am hoping there is some thing like
> curl -v <host>:<port>/<path> -H 'Content-Type: application/json' -d '{"method":"getinfo"}'
but i am not sure about what the default values are,
Thanks