tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
79 stars 69 forks source link

I have added a new miner to version 3 #20

Closed Imaminer closed 7 years ago

Imaminer commented 7 years ago

Tested working with version 3 and AMD Gatelessgate.json Implement if you want

{ "Path" : ".\Bin\GatelessGate\GatelessGate.exe",

"Uri" : "https://github.com/zawawawa/gatelessgate/releases/download/v0.1.3-pre6b/gatelessgate-0.1.3-pre6b-win64.zip",

"Types" : ["AMD"],

"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# ",

"API" : "Xgminer",

"APIPort" : 4028,

"Wrap" : false,

"Dualmining":false,

"Algorithms": [

        {"neoscrypt":"-k neoscrypt --gpu-threads 1 --worksize 256 --intensity 13"},
            {"ethash":"-k ethash-new --gpu-threads 2 --worksize 192 --xintensity 4608"},

            {"cryptonight":"-k cryptonight --gpu-threads 1 --worksize 4 --rawintensity 720"},

            {"equihash":"-k equihash --gpu-threads 2 --worksize 256"}
     ]

}

tutulino commented 7 years ago

ok, next release will include it