Hello All,
What a cool monitoring solution!
I've just upgraded to the latest version 1.1.1. And like the Hash statistics very much.
I hoped that it would solve my problem and got the below error message:
Error message
Could not connect to PHPMiner RPC, please check IP and port settings for PHPMiner RPC
I'm using 12 BAMT systems version 1.1 and some 1.3.
I know that I've to create a service on every system and have to configure the config.php.
Also already updated the index.php on the BAM machines.
With version 1.0.9, I was able to connect to the RPC port from my PHPMiner machine and was able to add and configure pools, etc.
Only now after a coldreboot of my BAMT machines, the RPC service port is not active.
When I use the command:service phpminer_rpcclient status
It says: PHPMiner RPC Client is running
Only not the configured port 11111 is listening on 0.0.0.0 when I look with netstat -an
Does someone know what I'm doing wrong?
My config.php looks like:$config['ip'] = '0.0.0.0';
// Service port, change it to your needs, please keep in mind, in Linux ports lower 1000 can only be created by user root.
$config['port'] = 11111;
// RPC Secret key.
$config['rpc_key'] = 'Miner';
// The path + file where the cgminer.conf is.
// Please make sure that the user which run's this script has the permission to edit this file.
$config['cgminer_config_path'] = '/etc/bamt/cgminer.conf';
// The path where the cgminer executable is.
// Please make sure that the user which run's this script has the permission to start cgminer.
$config['cgminer_path'] = '/opt/miners/cgminer';
Part of my phpminer_rpcclient config looks like:# for example this should look like PROGRAM=/var/www/php_cgminer/phpminer_rpcclient/index.php
PROGRAM=/etc/bamt/phpminer_rpcclient/index.php
# for example this should look like USER=myriguser
USER=user
Currently I'm able to see my RIG active in the PHPMiner, and see the active information, but not able to push some pool or intensity changes.
Hope that someone can help me with this ?
Thanks, Jeffrey