Solo mining and Work Utility stays at 0
-
I’m using CGMiner 4.3.5 (with Zeus scrypt support) to run my asics. I have feathercoind running on a headless machine as a server, with all my asics on the LAN pointing to the internal IP address of the feathercooind machine. I cannot get the Work Utility (WU) to read anything other than 0.0/m. My hashrate is correctly diplsaying and new blocks are being netected on the network, but WU sits at 0. Is this normal when solo mining over a LAN? My conf file looks something like this:
server=1 daemon=1 listen=1 rpcuser=myusername rpcpassword=mypassword rpcport=9337 rpcallowip=10.0.1.*
my cgminer commands vary depending on the machine, but for the sake of an example, this is my Zeus cgminer script:
cgminer -o http://10.0.1.199:9337 -u xxxx -p xxxxx --scrypt --zeus-chips XXX --zeus-clock 328 --scan-serial zeus:auto --scan-time 1
There are no firewalls on the feathercoind server machine. Any thoughts/feddback would be greatly apprecitaed, thanks.
-
Are you sure that is the correct IP address in the RPC settings? 10.0.1?? Or is it 192.168.??? Just was my first thought.
-
My internal IPv4 addresses are all within 10.0.1.1-200 range. Other things I’ve tried:
cgminer’s JSON-RPC server settings:
- … -o http://10.0.1.199:9337 -u xxxx …
- … -o 10.0.1.199:9337 …
- … -o stratum+tcp://10.0.1.199:9337 …
Other feathercoind.conf settings I’ve tried:
- with and without “listen=1”
- “rpcport=9337” and “port=9336”
- “gen=1” or “gen=0” (I’m not clear on what “generate” does but this doesn’t seem to help)
I’ve also played with the permission on feathercoin, but to no avail.
I’ve set up my feathercoin-qt server on a windows machine but I get the same problem.
Also, my router has no network service filters of any kind running.
-
Ah OK well it looks like you have it setup correctly to me. Although I’m not the best person.
Is there any way to try setting up your feathercoind on the same box to rule out connectivity issues?