Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.5.4a]
by
dropky
on 04/06/2018, 07:29:26 UTC
I'm try benchmark new lyra2z support.
lyra2z-bench.json
Code:
[
{"time":0,"commands":[
{"id":1,"method":"algorithm.add","params":["lyra2z","benchmark"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":[]}
]}
]
Benchmart starting, but but speed is "0 H/s"
Console output:
Code:
excavator.exe -c lyra2z-bench.json -f 0 -fn logfile.txt

=========================== www.nicehash.com =========================
           Excavator v1.5.4a_nvidia GPU Miner for NiceHash.
           Copyright (C) 2018 NiceHash. All rights reserved.
=========================== www.nicehash.com =========================

Build time: 2018-05-30 12:41:07
Build number: 5688
Provided startup commandline:
        excavator.exe  -c lyra2z-bench.json -f 0 -fn logfile.txt

[00:30:46][0x0000012c][info] Log started
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] core | Found CUDA device: GeForce GTX 1080 Ti
[00:30:47][0x0000012c][info] api | Listening on 127.0.0.1:3456
[00:30:47][0x0000012c][info] core | Initialized!
[00:30:47][0x00000b8c][info] net | lyra2z | New job 'benchmarkjob', diff=1
[00:30:57][0x00000b8c][info] core | Algorithm 'lyra2z' speed: 0.000000 H/s
[00:31:07][0x0000012c][info] core | Algorithm 'lyra2z' speed: 0.000000 H/s
[00:31:17][0x00000b8c][info] core | Algorithm 'lyra2z' speed: 0.000000 H/s
[00:31:27][0x0000012c][info] core | Algorithm 'lyra2z' speed: 0.000000 H/s
[00:31:29][0x0000012c][info] Shutting down
[00:31:29][0x0000012c][info] api | Closing
Log file here https://dropmefiles.com/AQKx1
Could you help?


We made some changes to the API in 1.5.x versions.

Replace worker.add with:
Code:
{"id":1,"method":"worker.add","params":["lyra2z","0"]}
      

From now on algorithm has to be assigned by name, not id.