Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL][GRS] Philly Mining - Groestlcoin Pool - http://mine.phillygaming.com
by
DreadedZombie
on 04/11/2017, 19:00:26 UTC
I use a 1060 so it should be similar
Ccminer 2.2.1 I think it is
Code:
{
"_comment1" : "Possible keys are the long options (ccminer --help)",
"_comment2" : "todo: support /* comments */",

"api-bind": "127.0.0.1:4068",
"statsavg": 20,

"quiet" : false,
"debug" : false,
"protocol" : false,
"cpu-priority" : 3,

"algo" : "groestl",

"launch-config" : "18x20",
"pools" : [
{
"user" : "walletaddress",
"url" : "stratum+tcp://mine.phillygaming.com:3036",
"pass" : "x",
"time-limit": 0
}
]
}