ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.97k stars 2.28k forks source link

My RTX 2080 does not work on your ethminer #1886

Closed 007fred50 closed 5 years ago

007fred50 commented 5 years ago

Hello,

I try to get RTX 2080 to work but i can't. i'm on ubuntu server 16.04

some i do worng? is says:

Screenshot 2019-05-03 at 21 27 54

error: Cuda error in func 'set_constants' at line 143 : invalid device symbol.

Spudz76 commented 3 years ago

@marcofariasmx You could try checking /etc/locale.gen file and make sure the en_US.UTF-8 UTF-8 line is not commented, and then run sudo locale-gen and it should be able to find the "C locale"

Another possible workaround is export LC_ALL=C; unset LANGUAGE before running ethminer.

marcofariasmx commented 3 years ago

@marcofariasmx You could try checking /etc/locale.gen file and make sure the en_US.UTF-8 UTF-8 line is not commented, and then run sudo locale-gen and it should be able to find the "C locale"

Another possible workaround is export LC_ALL=C; unset LANGUAGE before running ethminer.

That very last line did the trick as I do not have root privileges, thank you very much @Spudz76 !