KlausT / ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)
GNU General Public License v3.0
133 stars 30 forks source link

HTTP error #71

Open nightsuspect opened 6 years ago

nightsuspect commented 6 years ago

F:.....>ccminer-cryptonight.exe -a monero -o xmr.pool.minergate.com:45700 -u email@gmail.com -p x ccminer-cryptonight 3.02 (64 bit) for nVidia GPUs by tsiv and KlausT Built with Visual Studio 2015 using the Nvidia CUDA Toolkit 9.1

tsiv's BTC donation address: 1JHDKp59t1RhHFXsTw2UQpR3F9BBz3R3cs KlausT's BTC donation address: 1QHH2dibyYL5iyMDk3UN4PVvFVtrWD8QKp for more donation addresses please read the README.txt

[2018-04-06 22:13:35] 1 CUDA devices detected [2018-04-06 22:13:35] 1 miner threads started [2018-04-06 22:13:35] GPU #0: GeForce GT 430 (2 SMX), using 8 blocks of 64 threads [2018-04-06 22:14:05] HTTP request failed: Operation timed out after 30000 milliseconds with 240 bytes received [2018-04-06 22:14:05] ...retry after 30 seconds

KlausT commented 6 years ago

try stratum+tcp://xmr.pool.minergate.com:45700

nightsuspect commented 6 years ago

now i get this: -a monero -o stratum+tcp://xmr.pool.minergate.com:45700 -u email@gmail.com -p x ccminer-cryptonight 3.02 (64 bit) for nVidia GPUs by tsiv and KlausT Built with Visual Studio 2015 using the Nvidia CUDA Toolkit 9.1

tsiv's BTC donation address: 1JHDKp59t1RhHFXsTw2UQpR3F9BBz3R3cs KlausT's BTC donation address: 1QHH2dibyYL5iyMDk3UN4PVvFVtrWD8QKp for more donation addresses please read the README.txt

[2018-04-06 22:52:25] 1 CUDA devices detected [2018-04-06 22:52:25] 1 miner threads started [2018-04-06 22:52:25] Starting Stratum on stratum+tcp://xmr.pool.minergate.com:45700 [2018-04-06 22:52:25] GPU #0: GeForce GT 430 (2 SMX), using 8 blocks of 64 threads

GPU 0: no kernel image is available for execution on the device D:/code/ccminer-cryptonight/cryptonight/cuda_cryptonight_extra.cu line 205

KlausT commented 6 years ago

Nvidia doesn't support your GT430 anymore, it's too old

nightsuspect commented 6 years ago

anyway xmr-stak supports it yet and other softwares

BobbyGR commented 6 years ago

The GT 430 is 8 years old....

nightsuspect commented 6 years ago

all softwares except this one can mine with it

KlausT commented 6 years ago

It doesn't run on your card because of code like this: https://github.com/KlausT/ccminer-cryptonight/blob/fdb0f789674ba55eac4846baa1a0cc6126396638/cryptonight/cuda_cryptonight_core.cu#L141 Old cards don't support shfl. Getting rid of shfl would require major changes and make the miner slower for newer cards. Also, CUDA 9.1 doesn't support your card. I would have to use old CUDA versions. It's not going to happen.