Hi,
I am trying to use the rest interface included in 0.10.0 (I'm using 0.10.1) but cannot make it work.
This is what I do:
Run bitcoin-qt as follow:
bitcoin-qt.exe -testnet -rest -rpcport=18332Inmediatly after that, I send a
GET request:
http://127.0.0.1:18332/rest/chaininfo.jsonThe response is
503 - Service unavailable: a valid reason (verifying blocks / Loading Indexes / Something about wallet / etc - I don't remember the messages really but the point is the 503 error is ok )
Seconds after that, I send exactly the same request:
http://127.0.0.1:18332/rest/chaininfo.jsonAnd I get a
404 - Not Found.
What am I doing wrong?