Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.1c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
puithove
on 04/03/2019, 12:44:13 UTC
For AMD

Code:
PhoenixMiner -pool http://10.69.1.10:8547 -coin clo -mi 14 -cdm 0 -amd -gpus 2345678 -acm -clKernel 2 -gpureset 1 -rmode 2 -log 0 -wal $wallet -worker $worker

For Nvidia

Code:
PhoenixMiner -pool http://10.69.1.10:8547 -coin clo -mi 14 -cdm 0 -nvidia -gpus 1345 -gpureset 1 -rmode 2 -log 0 -wal $wallet -worker $worker

is geth running on same machine?

can you add -v 3 to the command line its for more verbose output.


geth is on a different machine.

-v only prints version and exits - doesn't enable verbose.  -log 2 is supposed to enable debug messages, but doesn't really appear any different.  Here's a full log with -log 2

So same thing here - why is it monitoring a stratum thread and rebooting because of it if we are not using stratum.  Seems like a pretty clear bug to me.

Code:
2019.03.04:07:37:05.759: main Phoenix Miner 4.1c Linux/gcc - Release build
2019.03.04:07:37:05.759: main Cmd line: -pool http://10.69.1.10:8547 -coin clo -mi 14 -cdm 0 -nvidia -gpus 6 -gpureset 1 -rmode 2 -log 0 -wal address_redacted -worker m01n6 -log 2
2019.03.04:07:37:05.887: main CUDA version: 10.0, CUDA runtime: 8.0
2019.03.04:07:37:05.902: main Available GPUs for mining:
2019.03.04:07:37:05.902: main GPU1: GeForce GTX 1060 6GB (pcie 16), CUDA cap. 6.1, 5.9 GB VRAM, 10 CUs
2019.03.04:07:37:05.905: main NVML library initialized
2019.03.04:07:37:05.952: main Nvidia driver version: 415.27
2019.03.04:07:37:05.953: main Eth: the pool list contains 1 pool (1 from command-line)
2019.03.04:07:37:05.953: main Eth: primary pool: http://10.69.1.10:8547
2019.03.04:07:37:05.953: main Starting GPU mining
2019.03.04:07:37:05.953: main Eth: Connecting to http://10.69.1.10:8547 (GetWork/Solo)
2019.03.04:07:37:05.953: wdog Starting watchdog thread
2019.03.04:07:37:05.954: eths Eth: New job #ec69b6c7 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:05.954: eths Eth: Connected to ethash pool http://10.69.1.10:8547
2019.03.04:07:37:05.954: GPU1 GPU1: Starting up... (0)
2019.03.04:07:37:05.954: GPU1 GPU1: Generating ethash light cache for epoch #72
2019.03.04:07:37:06.153: main GPU1: 43C 33%
2019.03.04:07:37:07.040: GPU1 Light cache generated in 1.1 s (23.0 MB/s)
2019.03.04:07:37:07.360: eths Eth: New job #3bbc6801 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:07.557: GPU1 GPU1: Allocating DAG for epoch #72 (1.56) GB
2019.03.04:07:37:07.559: GPU1 GPU1: Allocating light cache buffer (25.0) MB; good for epoch up to #72
2019.03.04:07:37:07.682: GPU1 GPU1: Generating DAG for epoch #72
2019.03.04:07:37:09.313: GPU1 GPU1: DAG  16%
2019.03.04:07:37:10.371: eths Eth: New job #b53c3d01 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:10.930: GPU1 GPU1: DAG  34%
2019.03.04:07:37:10.958: main Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:12.542: GPU1 GPU1: DAG  53%
2019.03.04:07:37:13.385: eths Eth: New job #e9bee5d8 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:14.159: GPU1 GPU1: DAG  72%
2019.03.04:07:37:15.771: GPU1 GPU1: DAG  91%
2019.03.04:07:37:15.969: main Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:16.310: GPU1 GPU1: DAG generated in 8.6 s (185.4 MB/s)
2019.03.04:07:37:19.221: eths Eth: New job #c9a57953 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:20.980: main Eth speed: 13.738 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:22.237: eths Eth: New job #5a97fd50 from http://10.69.1.10:8547; diff: 15570670MH
2019.03.04:07:37:25.991: main Eth speed: 13.455 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:30.998: main Eth speed: 13.395 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:33.290: eths Eth: New job #15d1a238 from http://10.69.1.10:8547; diff: 15555465MH
2019.03.04:07:37:34.005: main GPU1: 52C 33%
2019.03.04:07:37:36.009: main Eth speed: 13.275 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:39.322: eths Eth: New job #def4241f from http://10.69.1.10:8547; diff: 15555465MH
2019.03.04:07:37:41.020: main Eth speed: 13.274 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:44.348: eths Eth: New job #91a13849 from http://10.69.1.10:8547; diff: 15555465MH
2019.03.04:07:37:46.031: main Eth speed: 13.275 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:51.037: main  
2019.03.04:07:37:51.037: main *** 0:00 *** 3/4 07:37 **************************************
2019.03.04:07:37:51.037: main Eth: Mining CLO on http://10.69.1.10:8547 for 0:00
2019.03.04:07:37:51.037: main Eth speed: 13.275 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:51.037: main Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales)
2019.03.04:07:37:51.037: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2019.03.04:07:37:51.037: main Eth: Average speed (5 min): 13.326 MH/s
2019.03.04:07:37:51.037: main  
2019.03.04:07:37:56.049: main Eth speed: 13.276 MH/s, shares: 0/0/0, time: 0:00
2019.03.04:07:37:56.650: main Stratum thread not responsive for 51 s
2019.03.04:07:37:56.958: wdog Thread(s) not responding. Restarting.