I am trying to double mine equihash and lbry on the same card, a 1070, with the following json batch:{"time":0,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","eu1-zcash.flypool.org:3333","
walletaddress.pass"]},
{"id":1,"method":"algorithm.add","params":["lbry","lbry.suprnova.cc:6256","-u
username.worker -p
pass"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]}
]},
{"time":5,"commands":[
{"id":1,"method":"device.set.power_limit","params":["0","90"]},
{"id":1,"method":"device.set.core_delta","params":["0","160"]},
{"id":1,"method":"device.set.memory_delta","params":["0","600"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]},
{"id":1,"method":"device.get","params":["0"]}
]}
]
And I get the following error. Can someone please explain what it means and what I am not doing right?Welcome to NiceHash Excavator
Opening website
Starting Excavator...
=======================
www.nicehash.com =====================
Excavator v1.2.5a GPU Miner for NiceHash.
Copyright (C) 2017 NiceHash. All rights reserved.
Developed by djeZo and zawawa with help and contributions from
pallas, Vorksholk, bitbandi, ocminer, Genoil
=======================
www.nicehash.com =====================
Build time: 2017-06-14 00:49:03
Build number: 388
Provided startup commandline:
excavator.exe -c default_command_file_zec+lbry.json -d 2 -f 6 -p 0 -wp 38080 -wi 127.0.0.1 -wa
[09:23:09][0x00002afc][info] Log started
[09:23:10][0x00002afc][error] opencl | Failed to load AMD Display Library.
[09:23:10][0x00002afc][error] opencl | Failed to initialize AMD Display Library.
[09:23:10][0x00002afc][info] Unable to access PCIe buses. Run miner as administrator instead.
[09:23:10][0x00002afc][error] opencl | Failed to load phymem.
[09:23:10][0x00002afc][error] opencl | Please disable driver signature enforcement and run miner as administrator.
[09:23:10][0x00002afc][info] core | Found CUDA device: GeForce GTX 1070
[09:23:10][0x00002afc][info] http | Listening on 127.0.0.1:38080
[09:23:10][0x00002afc][info] core | Initialized!
[09:23:10][0x000016d8][info] net | Connecting to 94.23.60.113:3333 (eu1-zcash.flypool.org)
[09:23:10][0x000016d8][info] net | Connecting to 193.70.45.182:6256 (lbry.suprnova.cc)
[09:23:10][0x000016d8][info] net | Connected!
[09:23:10][0x000016d8][info] net | Connected!
[09:23:10][0x00002184][info] net | Authorized as t1WQduq77tSNbi1gkFikpVSosdidpqeRvQ9.acer
[09:23:10][0x00002184][info] algo-lbry | New job '12c5', diff=128
[09:23:10][0x000016d8][warning] net | Net error: JSON member "error" not expected type: Array[09:23:11][0x000016d8][info] algo-equihash | New job '5e149a17e632576b96dd', diff=470.588
[09:23:13][0x000031c4][info] wrkr0-0 | Algorithm: CUDA-equihash parameters: M=0
[09:23:13][0x00000b38][info] wrkr0-1 | Algorithm: CUDA-equihash parameters: M=0
[09:23:20][0x000016d8][info] core | Device #0-0 speed: 200.265252 H/s
[09:23:20][0x000016d8][info] core | Device #0-1 speed: 202.361624 H/s
[09:23:20][0x000016d8][info] core | Algorithm 'equihash' total speed: 402.595872 H/s
[09:23:20][0x000016d8][info] core | Algorithm 'lbry' total speed: 0.000000 H/s
[09:23:24][0x000016d8][info] algo-equihash | New job '74f1df24526f8c528ffe', diff=470.588
[09:23:29][0x000016d8][info] net | Share #10 accepted
[09:23:30][0x00002184][info] core | Device #0-0 speed: 203.353550 H/s
[09:23:30][0x00002184][info] core | Device #0-1 speed: 210.116037 H/s
[09:23:30][0x00002184][info] core | Algorithm 'equihash' total speed: 413.384144 H/s
[09:23:30][0x00002184][info] core | Algorithm 'lbry' total speed: 0.000000 H/s
Dunno about the JSON problem, but your worker setup is wrong, it should be (the parameters are [algorithmId, deviceID]).
See if that makes any difference.