-Coin
-Coin copied to clipboard
Random bugs
I obtain frequently errors like :Failed to retrieve data from the daemon, please check your configuration, and ensure that your coin daemon is running: exception 'Exception' with message 'Unable to connect to http://bitcoinrpc:password@localhost:1234' in /var/www/jsonRPCClient.php:140 Stack trace: #0 /var/www/header.php(19): jsonRPCClient->__call('getinfo', Array) #1 /var/www/header.php(19): jsonRPCClient->getinfo() #2 /var/www/index.php(10): include('/var/www/header...') #3 {main} The app has working fine some hours with one wallet, and failed when adding a second. Now it dosent work with only the original account. When I test with curl, the daemons are responding fine.
Seems strange. Are the daemons synchronizing? If you're downloading blocks, +Coin will act very strange because the RPC is unresponsive when syncing blocks.
if it works over cURL, then it should work fine from the WebUI.
Thanks for your reply. Some problems was probably due to the block sync. Now, litecoind & bitcoind are sync, and I have always a problem if I enable the two wallet in the config file : -when enabling the tow, only the litecoin wallet was available -I disable litecoin, the bitcoin wallet give me 'Unable to connect to http://:@:' and after some days it works -I re-enable the litecoin wallet in the php file config, only the bitcoin wallet stay available... I don't know how to describe more precisely the problem. I will probably lauch two instance with one wallet by instance.