Skip to content

Instantly share code, notes, and snippets.

@chrisns
Last active July 26, 2016 11:30
Show Gist options
  • Save chrisns/7822593 to your computer and use it in GitHub Desktop.
Save chrisns/7822593 to your computer and use it in GitHub Desktop.
mining config
{
"pools": [
{
"url": "stratum+tcp://eu.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://eu2.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://us-east.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://us-east2.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://us-west.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://us-west2.multipool.us:7777",
"user": "chrisns.HOSTNAME",
"pass": "x"
},
{
"url": "stratum+tcp://global.wemineltc.com:3334",
"user": "chrisns.HOSTNAME",
"pass": "pass"
}
],
"intensity": "13",
"vectors": "1,1,1,1",
"worksize": "256,256,256,256",
"kernel": "scrypt,scrypt,scrypt,scrypt",
"lookup-gap": "0,0,0,0",
"thread-concurrency": "19904",
"shaders": "2048",
"gpu-engine": "0-0,0-0,0-0,0-0",
"gpu-fan": "0-0,0-0,0-0,0-0",
"gpu-memclock": "1250,1250,1250,1250",
"gpu-memdiff": "0,0,0,0",
"gpu-powertune": "0,0,0,0",
"gpu-vddc": "0.000,0.000,0.000,0.000",
"temp-cutoff": "95,95,95,95",
"temp-overheat": "0,0,0,0",
"temp-target": "0,0,0,0",
"api-mcast-port": "4028",
"api-port": "4028",
"expiry": "60",
"gpu-dyninterval": "7",
"gpu-platform": "0",
"gpu-threads": "1",
"log": "5",
"no-pool-disable": true,
"queue": "0",
"quiet": true,
"scan-time": "30",
"scrypt": true,
"temp-hysteresis": "3",
"shares": "0",
"kernel-path": "/usr/local/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment