sp-hash / TeamBlackMiner

Fast and stable mining software for Ethereum POW, Ethereum Classic, Zilliqa, Ravencoin (KAWPOW), Firo (FIROPOW), MEOWPOW, EVRPROGPOW , Vertcoin and Hypra.
91 stars 28 forks source link

Miner not working on arch linux #451

Closed szentigrad3 closed 3 months ago

szentigrad3 commented 5 months ago

./Bin/GPU-Teamblack/TBMiner --algo kawpow --hostname kawpow.mine.zergpool.com --port 3638 --wallet MQmRsLvQVaYxGCfLCaECqjQwm3ehEGo4Zm --worker-name JASON --server-passwd c=LTC,mc=NEOX,ID=JASON --amd-only --cl-devices [0] --api --api-port 36500 --no-ansi --no-cpu

./Bin/GPU-Teamblack/TBMiner: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory

running on a 7900 XTX

sp-hash commented 5 months ago

--amd-only and --no-cpu is not needed. Can you try again without these options?

szentigrad3 commented 5 months ago

--amd-only and --no-cpu is not needed. Can you try again without these options?

same error

sp-hash commented 5 months ago

We are working to improve static linking. Looks like you need cuda instlaled or nvidia drivers

szentigrad3 commented 5 months ago

We are working to improve static linking. Looks like you need cuda instlaled or nvidia drivers

i'll wait for an update to fix it, not installing nvidia crap

szentigrad3 commented 4 months ago

tried installing cuda and now getting this error: ./Bin/GPU-Teamblack/TBMiner: /usr/lib/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by ./Bin/GPU-Teamblack/TBMiner)

sp-hash commented 4 months ago

Did you try the ubuntu 20.04 build? We are going to add a ubuntu 22.04 build as well that will work on newer linux

szentigrad3 commented 4 months ago

Did you try the ubuntu 20.04 build? We are going to add a ubuntu 22.04 build as well that will work on newer linux

yes same issue

sp-hash commented 4 months ago

v2.25 has been released with ubuntu 22.2 support. Should work on modern linux

szentigrad3 commented 4 months ago

v2.25 has been released with ubuntu 22.2 support. Should work on modern linux

Working now