Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
NaN_PTS
on 19/01/2017, 21:25:51 UTC
Could anyone pass the configuration to mine eth?
Code:
{
"pools":
[
{
"name": "Ethpool",
"url": "stratum+tcp://eth-eu1.nanopool.org:9999",
"user": "0x166a9e0778321c531e96281ee70ebf8c3d704372.test",
"pass": "x",
"profile": "eth"
}
],
"profiles":
[
{
"name": "eth",
"algorithm": "ethash",
"xintensity": "1024",
"worksize": "192",
"gpu-threads": "1"
}
],
"default-profile": "eth",
"gpu-platform": "-1",
"no-extranonce": true
}