nuxhash icon indicating copy to clipboard operation
nuxhash copied to clipboard

Nuxhashd crashes on first boot, Arch linux

Open MatthewRalston opened this issue 4 years ago • 0 comments

Hello, I'd like to start using nuxhash in my spare time to acquire some btc. I've installed the program nuxhashd and the nuxhash package in general on Arch Linux from the AUR.

It seems like a connection was refused. can you tell me about the connection being established? AFAICT my iptables service is down and i don't have a replacement firewall at the moment.

CUDA device: NVIDIA RTX A6000 (GPU-0ff26570-acdefghijk)
  excavator_cryptonightV8:   8.73 MH/s                      
  excavator_x16r:   0.00  H/s                      
  excavator_daggerhashimoto_decred:   0.00  H/s,   0.00  H/s                      
  excavator_lyra2rev2:   0.00  H/s                      
  excavator_keccak:   0.00  H/s                      
  excavator_neoscrypt:  72.49 MH/s                      
  excavator_equihash:   0.00  H/s                      
  excavator_daggerhashimoto: failed to complete benchmark     
  excavator_blake2s: failed to complete benchmark     
  excavator_cryptonightV7: failed to complete benchmark     
  excavator_pascal: failed to complete benchmark     
  excavator_decred: failed to complete benchmark     
  excavator_lyra2z: failed to complete benchmark     
  excavator_daggerhashimoto_pascal: failed to complete benchmark     
Traceback (most recent call last):
  File "/home/matt/.pyenv/versions/3.8.7/bin/nuxhashd", line 33, in <module>
    sys.exit(load_entry_point('nuxhash==1.0.0b2', 'console_scripts', 'nuxhashd')())
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/__init__.py", line 3, in nuxhashd
    main()
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/daemon.py", line 103, in main
    nx_benchmarks = run_missing_benchmarks(
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/daemon.py", line 168, in run_missing_benchmarks
    miner.unload()
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/miners/excavator.py", line 381, in unload
    self.server.stop()
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/miners/excavator.py", line 143, in stop
    self.send_command('unsubscribe', [])
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/site-packages/nuxhash/miners/excavator.py", line 165, in send_command
    with socket.create_connection(self._address, self.TIMEOUT) as s:
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/socket.py", line 808, in create_connection
    raise err
  File "/home/matt/.pyenv/versions/3.8.7/lib/python3.8/socket.py", line 796, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
2021-06-05 10:38:39,035 CRITICAL: Crash! Killing all miners.
Killed

MatthewRalston avatar Jun 05 '21 14:06 MatthewRalston