Closed easyhash closed 6 years ago
I had a similar problem. Karbo has an extra requirement that other monero's don't. Try inserting "params": {},
like this:
curl -X POST http://daemon:19734/json_rpc -d '{"params": {}, "jsonrpc":"2.0","id":"0","method":"getblockcount"}' -H 'Content-Type: application/json'
When trying to retrieve getblockcount from the Linux daemon RPC interface, i get
JsonValue type is not ARRAY or OBJECT