Skip to content

Instantly share code, notes, and snippets.

@bobfeldbauer
Created November 10, 2014 21:21
Show Gist options
  • Save bobfeldbauer/87bea1160302290fec6e to your computer and use it in GitHub Desktop.
Save bobfeldbauer/87bea1160302290fec6e to your computer and use it in GitHub Desktop.
ipoMiner multi-algorithm sgminer.conf
{
"pools": [
{
"name": "ipoMiner_MA_X11",
"url": "stratum+tcp://pool.ipominer.com:3005",
"algorithm": "darkcoin-mod",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-fan": "75",
"worksize": "128",
"user": "Username.worker",
"pass": "x"
},
{
"name": "ipoMiner_MA_X13",
"url": "stratum+tcp://pool.ipominer.com:3006",
"algorithm": "marucoin-mod",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-fan": "75",
"worksize": "128",
"user": "Username.worker",
"pass": "x"
},
{
"name": "ipoMiner_MA_X14",
"url": "stratum+tcp://pool.ipominer.com:3007",
"algorithm": "x14",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-fan": "75",
"worksize": "128",
"user": "Username.worker",
"pass": "x"
},
{
"name": "ipoMiner_MA_X15",
"url": "stratum+tcp://pool.ipominer.com:3008",
"algorithm": "bitblock",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-fan": "75",
"worksize": "128",
"user": "Username.worker",
"pass": "x"
},
{
"name": "ipoMiner_MA_NeoScrypt",
"url": "stratum+tcp://pool.ipominer.com:3012",
"algorithm": "neoscrypt",
"intensity": "15",
"thread-concurrency": "32768",
"gpu-threads": "2",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-fan": "90",
"worksize": "48",
"user": "Username.worker",
"pass": "x"
},
{
"name": "ipoMiner_X11",
"url": "stratum+tcp://pool.ipominer.com:3335",
"algorithm": "darkcoin-mod",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-fan": "75",
"worksize": "128",
"user": "Username.worker",
"pass": "x"
}
],
"failover-only": true,
"gpu-fan": "75",
"gpu-powertune": "50,30,50,50",
"expiry": "1",
"failover-switch-delay": "1",
"gpu-platform": "0",
"hamsi-expand-big": "4",
"log": "5",
"no-client-reconnect": true,
"queue": "0",
"scan-time": "1",
"tcp-keepalive": "30",
"temp-hysteresis": "3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment