This repository was archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Connection Refused #110
Copy link
Copy link
Open
Description
When I try to run (not the gui, but the cli version), I got this error after some download:
excavator_blake2s: 3.49 TH/s
excavator_neoscrypt: 72.34 MH/s
excavator_decred: 0.00 H/s
excavator_x16r: 0.00 H/s
excavator_daggerhashimoto_decred: 0.00 H/s, 0.00 H/s
excavator_lyra2z: 0.00 H/s
excavator_daggerhashimoto: failed to complete benchmark
excavator_cryptonightV7: failed to complete benchmark
excavator_daggerhashimoto_pascal: failed to complete benchmark
excavator_keccak: failed to complete benchmark
excavator_pascal: failed to complete benchmark
excavator_equihash: failed to complete benchmark
excavator_lyra2rev2: failed to complete benchmark
excavator_cryptonightV8: failed to complete benchmark
Traceback (most recent call last):
File "/usr/bin/nuxhashd", line 11, in <module>
load_entry_point('nuxhash==1.0.0b2', 'console_scripts', 'nuxhashd')()
File "/usr/lib/python3.6/site-packages/nuxhash/__init__.py", line 3, in nuxhashd
main()
File "/usr/lib/python3.6/site-packages/nuxhash/daemon.py", line 104, in main
nx_miners, nx_settings, all_devices, nx_benchmarks)
File "/usr/lib/python3.6/site-packages/nuxhash/daemon.py", line 168, in run_missing_benchmarks
miner.unload()
File "/usr/lib/python3.6/site-packages/nuxhash/miners/excavator.py", line 381, in unload
self.server.stop()
File "/usr/lib/python3.6/site-packages/nuxhash/miners/excavator.py", line 143, in stop
self.send_command('unsubscribe', [])
File "/usr/lib/python3.6/site-packages/nuxhash/miners/excavator.py", line 165, in send_command
with socket.create_connection(self._address, self.TIMEOUT) as s:
File "/usr/lib64/python3.6/socket.py", line 724, in create_connection
raise err
File "/usr/lib64/python3.6/socket.py", line 713, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
2021-10-26 10:13:53,280 CRITICAL: Crash! Killing all miners.
Killed
Metadata
Metadata
Assignees
Labels
No labels