summaryrefslogtreecommitdiffstats
path: root/xmrstak/pools.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/pools.tpl')
-rw-r--r--xmrstak/pools.tpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 58ca8b5..50299cd 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -7,12 +7,12 @@ R"===(
* use_nicehash - Limit the nonce to 3 bytes as required by nicehash.
* use_tls - This option will make us connect using Transport Layer Security.
* tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
- * pool_weight - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
+ * pool_weight - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
* with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
*
* We feature pools up to 1MH/s. For a more complete list see M5M400's pool list at www.moneropools.com
*/
-
+
"pool_list" :
[
POOLCONF],
@@ -28,15 +28,19 @@ POOLCONF],
* graft
* haven
* intense
+ * ipbc
* karbo
+ * masari
* monero7 (use this for Monero's new PoW)
* sumokoin (automatic switch with block version 3 to cryptonight_heavy)
+ * turtlecoin
*
* Native algorithms which not depends on any block versions:
*
* # 1MiB scratchpad memory
* cryptonight_lite
* cryptonight_lite_v7
+ * cryptonight_lite_v7_xor (algorithm used by ipbc)
* # 2MiB scratchpad memory
* cryptonight
* cryptonight_v7
@@ -47,4 +51,4 @@ POOLCONF],
"currency" : "CURRENCY",
)==="
-
+
OpenPOWER on IntegriCloud