Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.3.0)
by
elgoog
on 07/02/2018, 13:25:55 UTC
I tried to run bminer in a docker container(cuda9.0+ubuntu16.04)
bminer stoped with following error.
Bare essentials of package are installed in the docker image.
Is there any required package I should install to run bminer?

Code:
[INFO] [2018-02-07T13:06:41Z] Bminer: When Crypto-mining Made Fast (v5.3.0-e337b9a)
[INFO] [2018-02-07T13:06:41Z] Watchdog has started                         
[INFO] [2018-02-07T13:06:41Z] Starting miner on devices [0 1]             
[INFO] [2018-02-07T13:06:41Z] Starting miner on device 0...               
[INFO] [2018-02-07T13:06:41Z] Connected to zec-eu1.nanopool.org:6666       
[INFO] [2018-02-07T13:06:41Z] Started miner on device 0                   
[INFO] [2018-02-07T13:06:41Z] Subscribed to stratum server                 
[INFO] [2018-02-07T13:06:41Z] Set nonce to c9b30000000000001409299e5c3a086a
[INFO] [2018-02-07T13:06:41Z] Set target to 000000000000000000000000000000000000000000000000000000005c8f0200
[INFO] [2018-02-07T13:06:41Z] Starting miner on device 1...               
[INFO] [2018-02-07T13:06:41Z] Authorized                                   
[INFO] [2018-02-07T13:06:41Z] Received new job 1517939966                 
[INFO] [2018-02-07T13:06:42Z] Started miner on device 1                   
panic: runtime error: index out of range
[WARN] [2018-02-07T13:06:43Z] Miner died! It will be restarted soon...     

I saw same issue in this thread(#645).
Is there any update?