Is the project still alive? The code won't work with new excavator api.
Traceback (most recent call last):
File "./nuxhashd.py", line 255, in
main()
File "./nuxhashd.py", line 70, in main
new_benchmarks = run_all_benchmarks(nx_settings, devices)
File "./nuxhashd.py", line 163, in run_all_benchmarks
sample_callback=report_speeds)
File "/home/alex/bt/nux/nuxhash-master/utils.py", line 45, in run_benchmark
algorithm.attach_device(device)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 171, in attach_device
self.parent.server.dispatchdevice(''.join(self.algorithms), device)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 111, in dispatch_device
response = self.send_command('algorithm.add', add_params)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 95, in send_command
raise ExcavatorAPIError(response_data)
miners.excavator.ExcavatorAPIError
Hello,
Is the project still alive? The code won't work with new excavator api.
Traceback (most recent call last): File "./nuxhashd.py", line 255, in
main()
File "./nuxhashd.py", line 70, in main
new_benchmarks = run_all_benchmarks(nx_settings, devices)
File "./nuxhashd.py", line 163, in run_all_benchmarks
sample_callback=report_speeds)
File "/home/alex/bt/nux/nuxhash-master/utils.py", line 45, in run_benchmark
algorithm.attach_device(device)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 171, in attach_device
self.parent.server.dispatchdevice(''.join(self.algorithms), device)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 111, in dispatch_device
response = self.send_command('algorithm.add', add_params)
File "/home/alex/bt/nux/nuxhash-master/miners/excavator.py", line 95, in send_command
raise ExcavatorAPIError(response_data)
miners.excavator.ExcavatorAPIError