Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError on Ubuntu 17.04 #4

Open
9999dude opened this issue Sep 10, 2017 · 1 comment
Open

TypeError on Ubuntu 17.04 #4

9999dude opened this issue Sep 10, 2017 · 1 comment

Comments

@9999dude
Copy link

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'
@ZAYEC77
Copy link
Contributor

ZAYEC77 commented Sep 27, 2017

had the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants