summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-04-17 14:40:59 +0100
committerGitHub <noreply@github.com>2018-04-17 14:40:59 +0100
commit765875a22ed20df8f262f0705a4faac86346e0bb (patch)
tree5cc0a50289c68e73cdbfc788671842adac1544cc
parentc9d1bdcd4697ee42f01585ae04add54fb11aa82b (diff)
parent484bda80de3ac2f9df04af6ee1dbe9ead9c2da99 (diff)
downloadxmr-stak-765875a22ed20df8f262f0705a4faac86346e0bb.zip
xmr-stak-765875a22ed20df8f262f0705a4faac86346e0bb.tar.gz
Merge pull request #1375 from psychocrypt/topic-exposeOrinalAlgorithms
expose original algorithm
-rw-r--r--xmrstak/jconf.cpp3
-rw-r--r--xmrstak/pools.tpl14
2 files changed, 14 insertions, 3 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index 5a2d33a..6fad9b4 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -100,6 +100,9 @@ xmrstak_coin_algo coin_algos[] = {
{ "croat", cryptonight, cryptonight, 0u, nullptr },
{ "cryptonight", cryptonight, cryptonight, 0u, nullptr },
{ "cryptonight_lite", cryptonight_lite, cryptonight_lite, 0u, nullptr },
+ { "cryptonight_heavy", cryptonight_heavy, cryptonight_heavy, 0u, nullptr },
+ { "cryptonight_lite_v7", cryptonight_aeon, cryptonight_aeon, 0u, nullptr },
+ { "cryptonight_v7", cryptonight_monero, cryptonight_monero, 0u, nullptr },
{ "edollar", cryptonight, cryptonight, 0u, nullptr },
{ "electroneum", cryptonight, cryptonight, 0u, nullptr },
{ "graft", cryptonight_monero, cryptonight, 8u, nullptr },
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 7973f7c..9c38fd6 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -22,8 +22,6 @@ POOLCONF],
*
* aeon7 (use this for Aeon's new PoW)
* croat
- * cryptonight (try this if your coin is not listed)
- * cryptonight_lite
* edollar
* electroneum
* graft
@@ -31,8 +29,18 @@ POOLCONF],
* intense
* karbo
* monero7 (use this for Monero's new PoW)
- * sumokoin
+ * sumokoin (automatic switch with block version 3 to cryptonight_heavy)
+ *
+ * Native algorithms which not depends on any block versions:
*
+ * # 1MiB scratchpad memory
+ * cryptonight_lite
+ * cryptonight_lite_v7
+ * # 2MiB scratchpad memory
+ * cryptonight
+ * cryptonight_v7
+ * # 4MiB scratchpad memory
+ * cryptonight_heavy
*/
"currency" : "CURRENCY",
OpenPOWER on IntegriCloud