You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error while trying to run on Ubuntu 17.04.
root@instance-8:~/xmr-pool-choice# python3 run.py
Gathering latency statistics...
Failed to contact the pool server: minexmr.alimabi.cn2.6% Complete
Progress |████████████████████████████████████████| 100.0% Complete
Gathering pool stats (hash rates, miners, network hashrate) ...
Progress |████████████████████████████████████████| 100.0% Complete
Traceback (most recent call last):
File "run.py", line 45, in <module>
hashrate_percentage = [x/network_hashrate*100 for x in hashrate]
File "run.py", line 45, in <listcomp>
hashrate_percentage = [x/network_hashrate*100 for x in hashrate]
TypeError: unsupported operand type(s) for /: 'str' and 'float'
The text was updated successfully, but these errors were encountered:
I am getting the following error while trying to run on Ubuntu 17.04.
The text was updated successfully, but these errors were encountered: