It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
/* Copy the data template from header_bin */
memcpy(work->data, pool->header_bin, 128);
memcpy(work->data + pool->merkle_offset, merkle_root, 32);
+ memcpy(work->m_ucOpenCLExtraPoolData, pool->m_ucOpenCLExtraPoolData, 49);
+ switch(work->m_ucOpenCLExtraPoolData[48])
+ {
+ case 0: darkcoin_regenhash(work); break;
+ case 1: marucoin_regenhash(work); break;
+ case 2: x15_regenhash(work); break;
+ case 3: nist5_regenhash(work); break;
+ default: myriadcoin_groestl_regenhash(work); break;
+ *ntime, *header, *szExtraKernelParams;
+
+ unsigned char aPoolExtraParams[52];
+//MinerVersion:1byte, MiningAlgo:1byte, PoolFee:2bytes, KernelParams:16bytes + 32
+
+ szExtraKernelParams = json_array_string(val, 9);
+
+ memset(aPoolExtraParams, 0, sizeof(aPoolExtraParams));
+ if (szExtraKernelParams)
+ {
+ if(strlen(szExtraKernelParams) >= (2 * sizeof(aPoolExtraParams)))//decode the extra values provided by some pools
+ hex2bin(aPoolExtraParams, szExtraKernelParams, sizeof(aPoolExtraParams));
+
+ free(szExtraKernelParams);
+ }
+
+ if(aPoolExtraParams[0] > 0)
+ applog(LOG_NOTICE, "New version of btc-sgminer is available, please update");
+
+ if(aPoolExtraParams[1] > 4)
+ applog(LOG_NOTICE, "Unsupported algorithm (%u), probably you need to update your miner", (unsigned int)aPoolExtraParams[1]);
+
+ g_dHashrateMultiplier = ((65536.0 * aPoolExtraParams[2]) + (256.0 * aPoolExtraParams[3]) + aPoolExtraParams[4]) / 16777215000.0;
+ if ((g_dHashrateMultiplier <= 0.0) || (g_dHashrateMultiplier > 1.0))
+ g_dHashrateMultiplier = 0.0;//yes 0.0, not 1.0
+
+ g_dPaymentMultiplier = ((65536.0 * aPoolExtraParams[5]) + (256.0 * aPoolExtraParams[6]) + aPoolExtraParams[7]) / 10000000000.0;
+
+ memcpy(pool->m_ucOpenCLExtraPoolData, aPoolExtraParams + 8, 48);
+ pool->m_ucOpenCLExtraPoolData[48] = aPoolExtraParams[1];
{
"general": {
"power": 0.07,
"exchange": 500,
"currencycode": "USD",
"mintime": 4,
"maxtime": 600,
"switchtime": 3,
"deadtime": 5,
"logerrors": true,
"logactivity": true,
"gridsortmode": 1,
"minerkillmode": 1,
"traymode": 1,
"donationpercentage": 0,
"donationfrequency": 0,
"remotesend": true,
"remotereceive": true
},
"algorithms": [
{ "name": "x11MRR", "hashrate": 1, "power": 1, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 1 -R 10 -a x11" },
{ "name": "x11CK", "hashrate": 1, "power": 1, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a x11" },
{ "name": "x11", "hashrate": 6900, "power": 49, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a x11" },
{ "name": "x13", "hashrate": 4112, "power": 49, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a x13" },
{ "name": "x13MRR", "hashrate": 1, "power": 1, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 1 -R 10 -a x13" },
{ "name": "x14", "hashrate": 4000, "power": 52, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a x14" },
{ "name": "x15", "hashrate": 3635, "power": 52, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a x15" },
{ "name": "x15MRR", "hashrate": 1, "power": 1, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 1 -R 10 -a x15" },
{ "name": "quark", "hashrate": 7000, "power": 54, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a quark" },
{ "name": "mgroestl", "hashrate": 1, "power": 1, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 1 -R 10 -a myr-gr" },
{ "name": "nist5", "hashrate": 15682, "power": 54, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a nist5" },
{ "name": "keccak", "hashrate": 34000, "power": 50, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-maxwell-optimized-1.47.sp", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a keccak" },
{ "name": "cryptonight", "hashrate": 100, "power": 49, "aparam1": "C:\\Users\\Jimmy\\Desktop\\ccminer-cryptonight-windows", "aparam2": "ccminer.exe", "aparam3": " -r 3 -R 10 -a cryptonight" }
],
"manual": {
"account": "lmaonade80",
"algos": [
{ "algo": "x11MRR", "price": 100, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u lmaonade80.6713 -p x", "usewindow": true },
{ "algo": "x11MRR", "price": 100, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u lmaonade80.6713 -p x", "usewindow": true },
{ "algo": "x13MRR", "price": 99, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u lmaonade80.7871 -p x", "usewindow": true },
{ "algo": "x13MRR", "price": 99, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u lmaonade80.7871 -p x", "usewindow": true },
{ "algo": "x15MRR", "price": 98, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u lmaonade80.7870 -p x", "usewindow": true },
{ "algo": "x15MRR", "price": 98, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u lmaonade80.7870 -p x", "usewindow": true },
{ "algo": "mgroestl", "price": 97, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u lmaonade80.7872 -p x", "usewindow": true },
{ "algo": "mgroestl", "price": 97, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u lmaonade80.7872 -p x", "usewindow": true },
{ "algo": "x11CK", "price": 0.000001, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://us1.coinking.io:6666 -u leaserig4782.nvidia -p x" },
{ "algo": "cryptonight", "price": 0.00002, "fee": 0, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://xmr.crypto-pool.fr:3333 -u 42gA5C4EZiZ4vScfWe3hA88GWjjaj6QmTNPC9Bh93Byq7Yw23fg7BTgBiPM3KZAWxvDQv9H1bV8oS37mMq5SAv681Aoq7qB -p x", "usewindow": true }
]
},
"nicehash": {
"account": "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ",
"worker": "1",
"sparam1": "-o stratum+tcp://stratum.nicehash.com",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3336 -u _ACCOUNT_._WORKER_ p=0.6;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88" },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3337 -u _ACCOUNT_._WORKER_ p=0.75;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88" },
{ "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3339 -u _ACCOUNT_._WORKER_ p=0.85;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88" },
{ "algo": "keccak", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3338 -u _ACCOUNT_._WORKER_ p=0.003;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88" },
{ "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3340 -u _ACCOUNT_._WORKER_ p=0.2;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88" }
]
}}
{
"pools" : [
{
"name" : "Mining Rig Rentals x11",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "lmaonade80.6713",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals x11 Backup",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "lmaonade80.6713",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals x13",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "lmaonade80.7871",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "marucoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals x13 backup",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "lmaonade80.7871",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "marucoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals x15",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "lmaonade80.7870",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "bitblock",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals x15 backup",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "lmaonade80.7870",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "bitblock",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals mgroestl",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "lmaonade80.7872",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "myriadcoin-groestl",
"gpu-engine" : "1100",
"intensity" : "18",
"gpu-memclock" : "1500"
},
{
"name" : "Mining Rig Rentals mgroestl backup",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "lmaonade80.7872",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "myriadcoin-groestl",
"gpu-engine" : "1100",
"intensity" : "18",
"gpu-memclock" : "1500"
},
{
"name" : "NiceHash_Scrypt_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=3.5;d=1024;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "zuikkis",
"gpu-engine" : "1125",
"xintensity" : "4",
"gpu-memclock" : "1500",
"thread-concurrency" : "8192"
},
{
"name" : "NiceHash_Scrypt-N_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=7;d=256;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "11",
"algorithm" : "zuikkis",
"xintensity" : "4",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-powertune" : "20",
"gpu-threads" : "1"
},
{
"name" : "NiceHash_X11_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=0.6;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"thread-concurrency" : "8192",
"gpu-memclock" : "1500",
"intensity" : "17"
},
{
"name" : "NiceHash_X13_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=0.75;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "marucoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "NiceHash_Keccak_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=0.003;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "maxcoin",
"gpu-engine" : "1080",
"gpu-memclock" : "750",
"intensity" : "9",
"gpu-threads" : "1",
"gpu-powertune" : "-20",
"thread-concurrency" : "8193"
},
{
"name" : "NiceHash_X15_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=0.85;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "bitblock",
"gpu-engine" : "1100",
"intensity" : "17",
"gpu-memclock" : "1500"
},
{
"name" : "NiceHash_Nist5_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "1NjD5adrBEqJkkHkzWwhPRsdRLBbpC43NZ.emily",
"pass" : "p=0.2;d=0.08;f0=0;f2=0;f3=12.8;f4=10;f5=1420.0;f6=8.8;f7=28.8;c0=4.3;c2=4.3;c3=1.88;c4=1.88;c5=2.42;c6=1.88;c7=1.88",
"nfactor" : "10",
"algorithm" : "talkcoin-mod",
"gpu-engine" : "1100",
"intensity" : "21",
"thread-concurrency" : "8192"
},
{
"name" : "Darkpool p2p Node",
"url" : "stratum+tcp://stratum-eu.altmine.net:790three",
"user" : "XweHU29qvYn5tv71hw6KvTCPeYvS1F9dBu",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Coinking x13",
"url" : "stratum+tcp://us1.coinking.io:2222",
"user" : "leaserig4782.x13",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "marucoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "SuchPool",
"url" : "stratum+tcp://stratum1.suchpool.pw:33??",
"user" : "lmaonade80.emily",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "Bluecoin_xhash",
"url" : "stratum+tcp://pool.xhash.net:33??",
"user" : "lmaonade80.emily",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "IPO_x11_miner_multi!",
"url" : "stratum+tcp://pool.ipominer.com:3335",
"user" : "lmaonade80.emily",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
},
{
"name" : "IPO_x13_miner_multi!",
"url" : "stratum+tcp://pool.ipominer.com:333six",
"user" : "lmaonade80.emily",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "marucoin-mod",
"gpu-engine" : "1100",
"xintensity" : "124",
"gpu-memclock" : "1500"
}
]
,
"worksize" : "256",
"no-extranonce" : true,
"lookup-gap" : "2",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-engine" : "1070",
"gpu-fan" : "40-100",
"auto-fan" : "true",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"failover-only" : true,
"failover-switch-delay" : "300",
"api-allow" : "W:127.0.0.1/24",
"api-listen" : true
}
{
"general": {
"power": 0.09,
"exchange": 300,
"currencycode": "USD",
"mintime": 4,
"maxtime": 120,
"switchtime": 3,
"deadtime": 10,
"logerrors": true,
"logactivity": true,
"gridsortmode": 1,
"minerkillmode": 0,
"traymode": 1,
"donationpercentage": 2,
"donationfrequency": 240,
"remotesend": true,
"remotereceive": true
},
"algorithms": [
{ "name": "x11", "hashrate": 5251, "power": 49, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a x11" },
{ "name": "x13", "hashrate": 4024, "power": 49, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a x13" },
{ "name": "x14", "hashrate": 4024, "power": 52, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a x14" },
{ "name": "x15", "hashrate": 3270, "power": 52, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a x15" },
{ "name": "nist5", "hashrate": 15682, "power": 54, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a nist5" },
{ "name": "neoscrypt", "hashrate": 80, "power": 54, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a neoscrypt" }
],
"nicehash": {
"account": "1Ced7sziGNldjJ564xnqcYyDpjCfqTS25DC7n",
"worker": "280x",
"sparam1": "-o stratum+tcp://stratum.nicehash.com",
"sparam2": "-p x",
"weight": 0.90,
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3337 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3339 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3333 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scryptn", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3335 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "keccak", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3338 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3340 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "neoscrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3341 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "sha256", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3332 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
]
},
"westhash": {
"account": "1Ced7sziGNLnfuc4xnqcYyDDrfD526256fqTBzC7n",
"worker": "280x",
"sparam1": "-o stratum+tcp://stratum.westhash.com",
"sparam2": "-p x",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3337 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3339 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3333 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scryptn", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3335 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "keccak", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3338 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3340 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "neoscrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3341 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
]
},
"trademybit": {
"apikey": "13f0ad617c24230cccb5387258f1a07fde0d0fba0dfacSdf265b1hysdI25dfgF14582c6366b4",
"account": "lex",
"worker": "280x",
"sparam1": "-o stratum+tcp://east01.us.trademybit.com",
"sparam2": "-p x",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4440 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:5550 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:6660 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:7770 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "neoscrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:8880 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3330 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scryptn", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:2220 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
]
},
"yaamp": {
"account": "1Ced7sziGNLnDjjmKL2qcYyDpjCfqTBzC7n",
"sparam1": "-o stratum+tcp://y2aamp.com",
"sparam2": "-p x",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3633 _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "x14", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3933 _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3733 _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "quark", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4033 _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3833 _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3433 _ACCOUNT_ _SPARAM2_", "usewindow": true }
]
},
"wafflepool": {
"account": "1Ced7sziGNLnfuS2DFxnqcYyDpS515FG2qTBzC7n",
"worker": "280x",
"sparam1": "-o stratum+tcp://useast.wafflepool.com",
"sparam2": "-p x",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3331 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3330 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3333 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scryptn", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3332 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
]
},
"ltcrabbit": {
"apikey": "bb06dc752562fe018b2072c61a936DRgt2365e85649b578bec83dcd4265FGth9868f88ba3eac",
"account": "lex",
"worker": "280x",
"sparam2": "-p x",
"algos": [
{ "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://x11.ltcrabbit.com:3332 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true },
{ "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ -o stratum+tcp://scrypt.ltcrabbit.com:3333 _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
]
}
}