Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash/Tensority miner for CUDA GPUs (10.5.0)
by
cryptoyes
on 16/10/2018, 17:38:51 UTC
I was curious to try this for ethash, but it doesn't work under Ubuntu 16.04 for me with CUDA 9.1 and 390.48 drivers. Error is "Failed to initialize miner for device 0, with err: Failed to create solver"

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 0, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

I tried adding "-devices 1" and get the same thing:

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 1, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

No problems with ethminer or claymore.

Any clues?