Application info crypto

Comment

Author: Admin | 2025-04-28

Trying to run NBMiner under WSL (using Win 10 2H21, which has GPU support and is able to support other open-source miners), nbminer fails to find devices:~/m/NBMiner_Linux$ ./nbminer --device-info--------- Device Information ---------|ID|BUS| CC|Memory|CU|CoreClk|MemClk|+--+---+------+------+----+------+--+-------+------+~/m/NBMiner_Linux$ ./nbminer -a ethash -o stratum+tcp://cn.sparkpool.com:13333 -u 0x4296116d44a4a7259B52B1A756e19083e675062A.default -log --verbose[21:36:41] INFO - ----------------------------------------------[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | |[21:36:41] INFO - | NBMiner - Crypto GPU Miner |[21:36:41] INFO - | 39.5 |[21:36:41] INFO - | |[21:36:41] INFO - ----------------------------------------------[21:36:41] INFO - ------------------- System -------------------[21:36:41] INFO - OS: Ubuntu 18.04.5 LTS, 5.10.16.3-microsoft-standard-WSL2[21:36:41] INFO - CPU: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz[21:36:41] INFO - RAM: 12061 MB / 12524 MB[21:36:41] INFO - ------------------- Config -------------------[21:36:41] INFO - ALGO: ethash[21:36:41] INFO - URL: stratum+tcp://cn.sparkpool.com:13333[21:36:41] INFO - USER: 0x4296116d44a4a7259B52B1A756e19083e675062A.default[21:36:41] INFO - TEMP: limit 90C, start 85C[21:36:41] ERROR - Devices initialize failed.[21:36:41] ERROR - No GPU available for mining.[21:36:41] ERROR - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![21:36:41] ERROR - Mining program unexpected exit.[21:36:41] ERROR - Code: 255, Reason: Unknown error[21:36:41] ERROR - Restart miner after 10 secs ...[21:36:41] ERROR - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!It's pretty impossible to debug, since the binaries you distribute seem to go and complain if I try to look at what it's doing with strace or gdb.My setup is able to run other CUDA applications generally without problems, and I can run other miners like Autolykos2_NV_miner as well.

Add Comment