mhssamadani / Autolykos2_NV_Miner

Cuda Miner for Autolykos v2 (Ergo) for Nvidia GPUs
MIT License
28 stars 28 forks source link

CUDA Error Code 222 #36

Closed johnrichardrinehart closed 3 years ago

johnrichardrinehart commented 3 years ago

I have my local node and the proxy (pooled mining) all set up. I try miner.exe with the config pointing back to localhost:3000 and I get

C:\Users\johnr\Downloads\NV_Miner_WIN64_CUDA11_4.1.0\NV_Miner_WIN64_CUDA11_4.1.0>miner.exe
2021-04-20 12:08:52,654 INFO [main thread] Using 1 GPU devices
2021-04-20 12:08:52,655 INFO [main thread] Using configuration file ./config.json
2021-04-20 12:08:52,671 INFO [main thread] Block getting URL:
   http://127.0.0.1:3000/mining/candidate
2021-04-20 12:08:52,682 INFO [main thread] Solution posting URL:
   http://127.0.0.1:3000/mining/solution
2021-04-20 12:08:52,685 INFO [main thread] Got new block in main thread, block data: {"MSG":"2C789970EF162AF2B1ACF59010B8FEC4A667C822F6FC365C5DD0031594F6F5F3","B":38597363079105398474523661669562635951089994888546854679819194669303,"EXTRANONCE1":"9828","EXTRANONCE2SIZE":6,"HEIGHT":471562}
ERROR:  CUDA failed at autolykos.cu: 129
CUDA error code 222
Miner is now terminated
================================================================================

Non-pooled mining exhibits the same behavior. I'm using a GPU with the following characteristics

    NVIDIA GeForce GTX 1650 Ti with Max-Q Design

    Driver version: 27.21.14.5763
    Driver date:    12/8/2020
    DirectX version:    12 (FL 12.1)
    Physical location:  PCI bus 1, device 0, function 0

    Utilization 0%
    Dedicated GPU memory    0.0/4.0 GB
    Shared GPU memory   0.0/7.9 GB
    GPU Memory  0.0/11.9 GB
johnrichardrinehart commented 3 years ago

I just compiled this (Win10) using the instructions in the README and everything is golden (100% usage or ~1 to ~25 MH/s depending on the block). Thanks!