Skip to content

Instantly share code, notes, and snippets.

@neojou
Created December 27, 2013 17:13
Show Gist options
  • Save neojou/8149786 to your computer and use it in GitHub Desktop.
Save neojou/8149786 to your computer and use it in GitHub Desktop.
{
"pools" : [
{
"url" : "stratum+tcp://hostname:port",
"user" : "username",
"pass" : "password"
}
],
"scrypt" : true,
"kernel" : "scrypt",
"device" : "1",
"gpu-threads" : "2",
"intensity" : "13",
"gpu-engine" : "1050",
"gpu-memclock" : "1500",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment