Hi,
Im just trying to setup PHP to communicate with my daemon. I have the server running on my pc with the PHP on my webhost. I have managed to get the server running and have checked the ports are forwarding which they are.
but i am getting this error message:
Fatal error: Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /home/joeyjoec/public_html/bitcoinpaypal/jsonRPCClient.php:152 Stack trace: #0 [internal function]: jsonRPCClient->__call('getinfo', Array) #1 /home/joeyjoec/public_html/bitcoinpaypal/index.php(
: jsonRPCClient->getinfo() #2 {main} thrown in /home/joeyjoec/public_html/bitcoinpaypal/jsonRPCClient.php on line 152
my index.php is:
also tried port 8334 as they are both being used by the daemon.
I have also been unable to use the daemon from my local pc, getting error:
C:\Users\Joe>C:\Users\Joe\Desktop\bitcoin-0.3.24\daemon\bitcoind.exe getinfo
error: couldn't connect to server
any help would be great thanks