anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

crash after adding the 18th device #137

Closed asulpizi closed 4 years ago

asulpizi commented 6 years ago

I tried it a few times and same result. As soon as I save teh 18th one it crashes (see traceback / error below).

C:\Users\dac\AppData\Local\Programs\Python\Python36-32\antmon>python manage.py run -h 0.0.0.0 -p 5001

anselal commented 6 years ago

What model is the miner you are adding ?

asulpizi commented 5 years ago

S9

anselal commented 5 years ago

Are you sure it is a S9 ? Is it maybe an older S9 model or a newer one ?

Can you try it with Python 2.7 and let me know if it works ?

asulpizi commented 5 years ago

It’s S9 13.5 shipped new in March. I tried 2.7 and same thing. I had over 20 working for many moths on your .04 code.
The strange thing is it works fine as long as I don’t add more than 17. All 20 S9 are the same.

asulpizi commented 5 years ago

I did not intend to close this. Please advise

anselal commented 5 years ago

Another reason for this issue is your network setup and/or topology causing delays in the communication between the miners and the software. Please try to increase the socket timeout in the lib/pycgminer.py file and let me know if that worked

anselal commented 4 years ago

I close this issue due to inactivity. Feel free to reopen