nuxhash icon indicating copy to clipboard operation
nuxhash copied to clipboard

Crash Killing All miners

Open kingrootid opened this issue 4 years ago • 2 comments

nuxhashd nuxhashd initial setup Wallet address: xxxx Worker name: IQBAL Region (eu/usa/hk/jp/in/br): br

Traceback (most recent call last): File "/usr/local/bin/nuxhashd", line 11, in load_entry_point('nuxhash==1.0.0b2', 'console_scripts', 'nuxhashd')() File "/usr/local/lib/python3.6/site-packages/nuxhash/init.py", line 3, in nuxhashd main() File "/usr/local/lib/python3.6/site-packages/nuxhash/daemon.py", line 104, in main nx_miners, nx_settings, all_devices, nx_benchmarks) File "/usr/local/lib/python3.6/site-packages/nuxhash/daemon.py", line 155, in run_missing_benchmarks miner.load() File "/usr/local/lib/python3.6/site-packages/nuxhash/miners/excavator.py", line 378, in load self.server.start() File "/usr/local/lib/python3.6/site-packages/nuxhash/miners/excavator.py", line 124, in start raise miner.MinerStartFailed nuxhash.miners.miner.MinerStartFailed 2021-04-28 15:02:09,779 CRITICAL: Crash! Killing all miners. Killed

kingrootid avatar Apr 28 '21 08:04 kingrootid

I am having the same issue.

Running this on Ubuntu 20.04.

mlavender@orion:~$ sudo nuxhashd
nuxhashd initial setup
Wallet address: xxxxxx
Worker name: comavate2
Region (eu/usa/hk/jp/in/br): usa

Traceback (most recent call last):
  File "/usr/local/bin/nuxhashd", line 8, in <module>
    sys.exit(nuxhashd())
  File "/usr/local/lib/python3.8/dist-packages/nuxhash/__init__.py", line 3, in nuxhashd
    main()
  File "/usr/local/lib/python3.8/dist-packages/nuxhash/daemon.py", line 103, in main
    nx_benchmarks = run_missing_benchmarks(
  File "/usr/local/lib/python3.8/dist-packages/nuxhash/daemon.py", line 155, in run_missing_benchmarks
    miner.load()
  File "/usr/local/lib/python3.8/dist-packages/nuxhash/miners/excavator.py", line 378, in load
    self.server.start()
  File "/usr/local/lib/python3.8/dist-packages/nuxhash/miners/excavator.py", line 124, in start
    raise miner.MinerStartFailed
nuxhash.miners.miner.MinerStartFailed
2021-05-13 22:00:27,065 CRITICAL: Crash! Killing all miners.
Killed

martylavender avatar May 14 '21 03:05 martylavender

Update: I have made an update to drivers and there was a mismatch to the driver version. After the reboot the excavator appears to be working again.

I have the same issue. Apparently excavator miner stopped working. Distributor ID: ManjaroLinux Description: Manjaro Linux Release: 21.0.4 Codename: Ornara

=========================== www.nicehash.com =========================
           Excavator v1.5.14a GPU Miner for NiceHash.
           Copyright (C) 2018 NiceHash. All rights reserved.
=========================== www.nicehash.com =========================

Build time: 2018-12-07 10:21:06+01:00
Build number: 3897564716
[20:59:16][0x00007f3f2b48edc0][info] Log started
[20:59:16][0x00007f3f2b48edc0][error] core | No compatible devices found!

Nvidia drivers:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.73.01    Driver Version: 460.73.01    CUDA Version: 11.2     |
|-------------------------------+----------------------+----------------------+

I have also tried older miners:

  • 1.5.12a
  • 1.5.13a

All of them give the same error as 1.5.14a.

AlexLeSang avatar May 14 '21 19:05 AlexLeSang