Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: gr33k on August 01, 2013, 06:15:02 PM



Title: mmcfe_ng for altcoins
Post by: gr33k on August 01, 2013, 06:15:02 PM
Hello,

I've compiled many coins and run in to problems with mmcfe_ng giving me this error in the apache logs when it doesn't "like" the coin:

XML-RPC: xmlrpcmsg::parseResponseHeaders: HTTP error, got response: HTTP/1.1 404 Not Found
PHP Fatal error:  Uncaught BitcoinClientException:
  • : Didn't receive 200 OK from remote server. (HTTP/1.1 404 Not Found)\n\n  thrown in Unknown on line 0

This happens on CosmosCoin, Cryptogenic Bullion, and some others. I'd give up, but I see that people are using mmcfe_ng with some of these coins like CGB - What am I missing here?

I can connect to stratum server and mine just fine it seems - but there is no front end for it ;p

Litecoin works fine btw.

Oh and yep - I edited the config global.inc.php to point to the port and credentials as defined in the altcoin.conf file.

TIA :)


Title: Re: mmcfe_ng for altcoins
Post by: ahmed_bodi on August 01, 2013, 07:25:22 PM
the cause of this is the coin daemon not mmcfe-ng mmcfe-ng requests items such as network diff and when a response is invalid or isnt recieved that is when that error ocours. some people have customized their frontend and commented out the faulty lines to get the frontend to work but the classes would need changing aswell