Skip to content

Commit

Permalink
Release 5.0
Browse files Browse the repository at this point in the history
Release 5.0
  • Loading branch information
cryptoprofitswitcher committed Aug 17, 2018
2 parents 6b544dd + f0f3766 commit e68149f
Show file tree
Hide file tree
Showing 48 changed files with 810 additions and 115 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Expand Up @@ -3,7 +3,9 @@
* [fireice-uk's and psychocrypt's Xmr-Stak](https://github.com/fireice-uk/xmr-stak) * [fireice-uk's and psychocrypt's Xmr-Stak](https://github.com/fireice-uk/xmr-stak)
* [Gandalph3000's Cast XMR](http://www.gandalph3000.com/) * [Gandalph3000's Cast XMR](http://www.gandalph3000.com/)
* [doktor83's SRBMiner](https://bitcointalk.org/index.php?topic=3167363.0) * [doktor83's SRBMiner](https://bitcointalk.org/index.php?topic=3167363.0)
* [JCE Miner](https://bitcointalk.org/index.php?topic=3281187.0)
* [MineCryptoNight API](http://minecryptonight.net/api) * [MineCryptoNight API](http://minecryptonight.net/api)
* [CryptUnit API](https://www.cryptunit.com/api/)
* [miner.rocks API](https://miner.rocks/) * [miner.rocks API](https://miner.rocks/)
* [cryptoknight.cc API](https://cryptoknight.cc/) * [cryptoknight.cc API](https://cryptoknight.cc/)
* [MoneroOcean API](https://moneroocean.stream) * [MoneroOcean API](https://moneroocean.stream)
Expand Down
13 changes: 10 additions & 3 deletions Coins/Aeon.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "AEON", "TickerSymbol": "AEON",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightLite", "Algorithm": "CryptonightLite",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,7 +75,14 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,


/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */


// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_lite.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null
} }
15 changes: 12 additions & 3 deletions Coins/Bittube.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "TUBE", "TickerSymbol": "TUBE",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightBittube", "Algorithm": "CryptonightBittube",
// Used Miner, can be XmrStak, CastXmr or SRBMiner // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,6 +75,15 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_heavy.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null


} }
15 changes: 12 additions & 3 deletions Coins/Graft.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "GRFT", "TickerSymbol": "GRFT",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightV7", "Algorithm": "CryptonightV7",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,6 +75,15 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_v7.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null


} }
15 changes: 12 additions & 3 deletions Coins/Haven.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "XHV", "TickerSymbol": "XHV",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightHaven", "Algorithm": "CryptonightHaven",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,7 +75,16 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_heavy.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null




} }
15 changes: 12 additions & 3 deletions Coins/Loki.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "LOKI", "TickerSymbol": "LOKI",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightHeavy", "Algorithm": "CryptonightHeavy",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,7 +75,16 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_heavy.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null




} }
15 changes: 12 additions & 3 deletions Coins/Masari.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "MSR", "TickerSymbol": "MSR",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightMasari", "Algorithm": "CryptonightMasari",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": 8420, "OverrideExpectedHashrate": 8420,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,7 +75,16 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_v7.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null




} }
15 changes: 12 additions & 3 deletions Coins/Monero.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "XMR", "TickerSymbol": "XMR",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightV7", "Algorithm": "CryptonightV7",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null, "OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0, "PreferFactor": 1.0,
Expand Down Expand Up @@ -75,6 +75,15 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_v7.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null


} }
15 changes: 12 additions & 3 deletions Coins/MoneroOcean.json
Expand Up @@ -7,7 +7,7 @@
"TickerSymbol": "MoneroOcean", "TickerSymbol": "MoneroOcean",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari // Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightV7", "Algorithm": "CryptonightV7",
// Used Miner, can be XmrStak, CastXmr or SRBMiner (Recommended: XmrStak) // Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak", "Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null. // Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin // For example:: Path to batch file that sets specific OverdriveN settings for this coin
Expand All @@ -21,7 +21,7 @@
"OverrideExpectedHashrate": null, "OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null. // Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null, "OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, MinerRocksApi, CryptoknightCCApi) or null. // Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": "MoneroOceanApi", "OverridePoolProfitProviders": "MoneroOceanApi",
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null. // On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.05, "PreferFactor": 1.05,
Expand Down Expand Up @@ -75,6 +75,15 @@
// Extra arguments that will be passed over to SRBMiner, can be a string or null // Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null, "SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining // Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true "SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_v7.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null


} }
89 changes: 89 additions & 0 deletions Coins/Quantum.json
@@ -0,0 +1,89 @@
{
/* GENERAL CONFIGURATION - ALWAYS NEEDED */

// Displayed name, can be anything.
"DisplayName": "Quantum",
// Ticker symbol on minecryptonight.net, needed to get profit data
"TickerSymbol": "QRL",
// Mining algorithm of coin, can be CryptonightV7, CryptonightHeavy, CryptonightLite, CryptonightBittube, CryptonightStellite, CryptonightHaven or CryptonightMasari
"Algorithm": "CryptonightV7",
// Used Miner, can be XmrStak, CastXmr, SRBMiner or JceMiner (Recommended: XmrStak)
"Miner": "XmrStak",
// Path to script that runs before the miner starts, can be null.
// For example:: Path to batch file that sets specific OverdriveN settings for this coin
"PrepareScript": null,
// Enables or disables this coin, can be true or false (default: true)
"Enabled": true,

/* OVERRIDE SETTINGS - NOT NEEDED */

// Override the expected hashrate, can be a number or null.
"OverrideExpectedHashrate": null,
// Override the profit timeframe, can be Live, Day or null.
"OverrideProfitTimeframe": null,
// Override the profit providers, can be a comma seperated ordered string (example: MineCryptonightApi, CryptunitApi, MinerRocksApi, CryptoknightCCApi) or null.
"OverridePoolProfitProviders": null,
// On the determination of the most profitable coin, the actual estimated profit will be multiplied by this, can be a decimal or null.
"PreferFactor": 1.0,

/* AUTO POOL CONFIGURATION - NEEDED FOR CASTXMR OR IF POOL CONFIG FILE IS NOT DIRECTLY SET */

"PoolAddress": "qrl.miner.rocks:5555",
"PoolWalletAddress": "0x01d47cc4f56ec05e735b316742459eeef08d5867",
"PoolPassword": "x",
"PoolUseTls": false,
"PoolTlsFingerprint": "",
"PoolWeight": 1,
"PoolRigId": "",

/* XMR-STAK CONFIGURATION - NEEDED IF MINER IS XMRSTAK OR FOR CPU MINING*/

// Path to Xmr-Stak executable
"XmrStakPath": "$PlatformSpecificXmrStakPath",
// Path to Xmr-Stak config file
"ConfigPath": "XmrStak/config.txt",
// Port of the Xmr-Stak Json API, should match the port in the config file of Xmr-Stak.
"XmrStakApiPort": 4000,
// Path to Xmr-Stak cpu config file, can be null.
"CpuPath": "XmrStak/cpu_v7.txt",
// Path to Xmr-Stak amd gpu config file, can be null.
"AmdPath": "XmrStak/amd_v7.txt",
// Path to Xmr-Stak nvidea gpu config file, can be null.
"NvidiaPath": null,
// Set the path to Xmr-Stak pool config file directly (can be null, if you use AUTO POOL CONFIGURATION)
"PoolsPath": null,

/* CASTXMR CONFIGURATION - NEEDED IF MINER IS CASTXMR */

// Path to CastXmr executable
"CastXmrPath": "CastXmr/cast_xmr-vega.exe",
// Extra arguments for setting the GPUs or tuning
"CastXmrExtraArguments": "-G 0,1",
// Set if you want to also start Xmr-Stak for CPU Mining
"CastXmrUseXmrStakCPUMining": true,

/* SRBMINER CONFIGURATION - NEEDED IF MINER IS SRBMINER*/

// Path to SRBMiner executable
"SRBMinerPath": "SRBMiner/SRBMiner-CN.exe",
// Path to SRBMiner config file
"SRBMinerConfigPath": "SRBMiner/config_v7.txt",
// Port of the SRBMiner REST API, should match the port in the config file of SRBMiner.
"SRBMinerApiPort": 21555,
// Set the path to SRBMiner pool config file directly (can be null, if you use AUTO POOL CONFIGURATION)
"SRBMinerPoolsPath": null,
// Extra arguments that will be passed over to SRBMiner, can be a string or null
"SRBMinerExtraArguments": null,
// Set if you want to also start Xmr-Stak for CPU Mining
"SRBMinerUseXmrStakCPUMining": true,

/* JCEMINER CONFIGURATION - NEEDED IF MINER IS JCEMINER */

// Path to JceMiner executable
"JceMinerPath": "JceMiner/jce_cn_gpu_miner64.exe",
// Path to JceMiner config (can be null <- then auto configuration will be used)
"JceMinerConfig": "JceMiner/config_v7.txt",
// Extra arguments for JceMiner
"JceMinerExtraArguments": null

}

0 comments on commit e68149f

Please sign in to comment.