by readme, in order to run equihash one has to run it "as admin"
But then the bat file (excavator+web+restart_script.bat) won't start from excavator's folder
so in the beginning of bat file one has to add cd to program folder
like:
@setlocal enableextensions
@cd /d "%~dp0"
It works with equihash on Pitcairn and Tahiti, but the speed is way lower than optiminer's - 3x slower for Pitcairn and 2x for Tahiti
still doesn't work, what the bat should look like, can you give me an example? i don't know where to put the pool and the username and password, i was able to get the webgui though, but that is the only thign that worked for me
pool username and password all need to go in the default_command_file.json --- if you are mining on NiceHash you only need the algorithm, nicehash pool, and your BTC address.
something like this work? zec.suprnova.cc:2142 -u anonymous.2 -p x.1 no error this time but it stuck there saying initialized and don't go beyond that
It should look like what I have posted below. The amount of parameters in sections 2,3, and 5 will vary depending on how many video cards you are mining with, but the rest should be the same as far as I know.
[
{"time":1,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","equihash.usa.nicehash.com:3357","15UbHz42Zq9ef9ognKbVrB4qtngK3QMhkP"]}
]},
{"time":2,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]}
]},
{"time":5,"commands":[
{"id":1,"method":"device.set.power_limit","params":["0","150"]},
{"id":1,"method":"device.set.core_delta","params":["0","100"]},
{"id":1,"method":"device.set.memory_delta","params":["0","-500"]},
{"id":1,"method":"device.set.power_limit","params":["1","150"]},
{"id":1,"method":"device.set.core_delta","params":["1","100"]},
{"id":1,"method":"device.set.memory_delta","params":["1","-500"]},
{"id":1,"method":"device.set.power_limit","params":["2","150"]},
{"id":1,"method":"device.set.core_delta","params":["2","100"]},
{"id":1,"method":"device.set.memory_delta","params":["2","-500"]},
{"id":1,"method":"device.set.power_limit","params":["3","150"]},
{"id":1,"method":"device.set.core_delta","params":["3","100"]},
{"id":1,"method":"device.set.memory_delta","params":["3","-500"]}
]},
{"time":15,"loop":15,"commands":[
{"id":1,"method":"algorithm.print.speeds","params":[]}
]},
{"event":"on_quit","commands":[
{"id":1,"method":"device.set.tdp","params":["0","100"]},
{"id":1,"method":"device.set.core_delta","params":["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","0"]},
{"id":1,"method":"device.set.tdp","params":["1","100"]},
{"id":1,"method":"device.set.core_delta","params":["1","0"]},
{"id":1,"method":"device.set.memory_delta","params":["1","0"]},
{"id":1,"method":"device.set.tdp","params":["2","100"]},
{"id":1,"method":"device.set.core_delta","params":["2","0"]},
{"id":1,"method":"device.set.memory_delta","params":["2","0"]},
{"id":1,"method":"device.set.tdp","params":["3","100"]},
{"id":1,"method":"device.set.core_delta","params":["3","0"]},
{"id":1,"method":"device.set.memory_delta","params":["3","0"]}
]}
]
The items in Green at the top are what you need to change for the algorithm you want to mine, the pool you want to mine at, and your BTC address (some pools will require username and password instead of an address).
ok it worked, but the speed is really slow, how to increase the speed, there is a command for intensity or thread like with old exscavator?