Skip to content

Instantly share code, notes, and snippets.

@heathseals
Created August 29, 2013 01:41
Show Gist options
  • Save heathseals/13ad31c9e56d3b049525 to your computer and use it in GitHub Desktop.
Save heathseals/13ad31c9e56d3b049525 to your computer and use it in GitHub Desktop.
pi@piminer ~ $ cat cgminer-3.1.1/cgminer.conf
{
"pools" : [
{
"url" : "mint.bitminter.com:8332",
"user" : "username_workername",
"pass" : "password"
}
]
,
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "0/0",
"icarus-options" : "115200:1:1",
"icarus-timing" : "short"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment