Lyra2RE algorithm added.SETTINGS:Here are some recommended settings:
"pools" : [
{
"name" : "NiceHash_Lyra2RE",
"url" : "stratum+tcp://stratum.nicehash.com:3342",
"user" : "your-BTC-address",
"pass" : "d=1",
"algorithm" : "Lyra2RE",
"nfactor" : "10",
"xintensity" : "64",
"thread-concurrency" : "8192",
"gpu-engine" : "1050",
"gpu-memclock" : "1500",
"worksize" : "64",
"gpu-threads" : "2"
},
Download miner from here:
https://github.com/metalicjames/sgminer-Lyra2RE/releaseshttps://github.com/metalicjames/ccminer-Lyra2RE/releasesThese miners should also work well on other algorithms, but we haven't checked if all algorithms optimizations are included.
MULTIALGO:Lyra2RE is
disabled on multilago by default (because currently you have to use a special sgminer fork and the transition will take a while, I guess). But nevertheless if you want to use multialgo you can still use it by manually adding Lyra2RE factor to your pool's password setting, for example:
"pass" : "d=1;f0=0;f2=0;f3=8.5;f4=4.5;f5=500;f6=3.5;f7=14;f8=0.35;
f9=1.25",
(as always, remember to add this to all your NiceHash/WestHash pools entries, not only for the new Lyra2RE entry).