Closed Demontager closed 3 weeks ago
Found a problem with restarts, it was related to miner settings. Watchdog log showed that miner was restarting because of low hashrate
Sun Nov 3 08:27:36 2024 Total hashrate 9609.871 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 08:34:18 2024 Total hashrate 9653.626 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 08:41:00 2024 Total hashrate 9631.782 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 08:47:42 2024 Total hashrate 9607.137 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 08:54:24 2024 Total hashrate 9470.335 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 09:08:08 2024 Total hashrate 9635.339 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 09:14:29 2024 Total hashrate 9790.512 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 09:21:11 2024 Total hashrate 9694.529 is less than 90 percents of 13115.70, stopping miner
Sun Nov 3 09:27:53 2024 Total hashrate 9782.224 is less than 90 percents of 13115.70, stopping miner
Then i've disabled restart function function
Restart if hashrate us below given number of percents of ideal hashrate
Now miner running fine without restarts, keeping 9 Th/s. But why it can't reach 13 th/s ?
After investigated miner chips I found that many already yellow and red, therefore asic runs unstable and reducing hashrate. You may see that 7 Chain on my screenshot having a lot of HW errors. This ASIC is old, i bought it as second hand just for testing purposes, so it's fine.
I have setup public pool to run in testnet, my detailed steps were posted here https://github.com/benjamin-wilson/public-pool/issues/71
.env config
Then i set Antminer S9 to mine test btc. The pool config at miner config page pool: stratum+tcp://192.168.1.181:3333 Worker: mrYpN6imcBNkmsceuw5C7JjtFa9AyasEBL password: x
Pool log started to show blocks, but for some reason miner getting frequent disconnects and it reconnects again by itself.