Post
Topic
Board Bitcoin Technical Support
Topic OP
Bitcoind getreceivedbyaddress dosen't work
by
Ervin
on 22/07/2014, 16:23:55 UTC
Hello everyone,

I have bitcoind-version 0.9.01, installed on VPS.
My site communicate with bitcoind  via jsonRPCClient(PHP), i can use getInfo,sendtoaddress functions but when i tried to use getreceivedbyaddress(addr,conf) i got an 500 error.

Code:
fopen(http://...@127.0.0.1:8332/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error

I have no idea why getInfo works well, and getreceivedbyaddress dosen't. Huh Huh
How can i debug this kind of errors?

thank you for your help in advance