Im getting this error when im run ethminer, anyone have thoughts on this?
k@Miner:~$ ./start_ethproxy.sh
Traceback (most recent call last):
File "eth-proxy.py", line 9, in
from stratum import settings
File "/home/k/eth-proxy/stratum/settings.py", line 74, in
setup()
File "/home/k/eth-proxy/stratum/settings.py", line 53, in setup
for name,value in read_values_file(config):
File "/home/k/eth-proxy/stratum/settings.py", line 25, in read_values_file
value = int(value)
ValueError: invalid literal for int() with base 10: 'true'
thanks!
k@Miner:~$ ./start_ethproxy.sh
Traceback (most recent call last):
File "eth-proxy.py", line 9, in
from stratum import settings
File "/home/k/eth-proxy/stratum/settings.py", line 74, in
setup()
File "/home/k/eth-proxy/stratum/settings.py", line 53, in setup
for name,value in read_values_file(config):
File "/home/k/eth-proxy/stratum/settings.py", line 25, in read_values_file
value = int(value)
ValueError: invalid literal for int() with base 10: 'true'
thanks!