forked from ajpsp5/ethos-auto-miner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_amd_algo-miners.json
More file actions
34 lines (33 loc) · 849 Bytes
/
_amd_algo-miners.json
File metadata and controls
34 lines (33 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"cryptonightv7" : {
"miner" : "claymore-xmr",
"flags" : "-pow7 1",
"attributes" : {
}
},
"cryptonight" : {
"miner" : "claymore-xmr",
"flags" : "-pow7 1"
},
"ethash" : {
"miner" : "claymore",
"flags" : "--cl-global-work 8192 --farm-recheck 200",
"attributes" : {
"cor" : "2000 2000 1200 1200 1200 1200",
"mem" : "2200 2250 2250 2000 2250 2000",
"pwr" : "5 5 5 5 5 5"
}
},
"equihash" : {
"miner" : "ewbf-zcash",
"flags" : ""
},
"lyra2rev2" : {
"miner" : "ccminer",
"flags" : "-a lyra2v2"
},
"neoscrypt" : {
"miner" : "ccminer",
"flags" : "-a neoscrypt"
}
}