summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorRan Ding <randing89@gmail.com>2018-04-18 00:42:51 -0700
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commit586c25438f43a2bf99f8989fdf294611b8d02161 (patch)
treeedb7ba801bbe537ed89a26cb0d86c2e04bf55a08 /xmrstak
parent0d5d0f271f73e84324c3bca2ebe00e51bc9a6fb4 (diff)
downloadxmr-stak-586c25438f43a2bf99f8989fdf294611b8d02161.zip
xmr-stak-586c25438f43a2bf99f8989fdf294611b8d02161.tar.gz
Add BBSCoin support and get ready for cryptonight v7 upgrade
Diffstat (limited to 'xmrstak')
-rw-r--r--xmrstak/jconf.cpp3
-rw-r--r--xmrstak/pools.tpl1
2 files changed, 3 insertions, 1 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index bd346de..f5a11fe 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -81,7 +81,8 @@ constexpr size_t iConfigCnt = (sizeof(oConfigValues)/sizeof(oConfigValues[0]));
xmrstak::coin_selection coins[] = {
// name, userpool, devpool, default_pool_suggestion
- { "aeon7", {cryptonight_aeon, cryptonight_lite, 7u}, {cryptonight_aeon, cryptonight_lite, 7u}, "mine.aeon-pool.com:5555" },
+ { "aeon7", {cryptonight_aeon, cryptonight_lite, 7u}, {cryptonight_aeon, cryptonight_lite, 7u}, "mine.aeon-pool.com:5555" },
+ { "bbscoin", {cryptonight_monero, cryptonight, 3u}, {cryptonight_monero, cryptonight, 3u}, "pool.bbscoin.xyz:3333" },
{ "croat", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "cryptonight", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "cryptonight_heavy", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 9c38fd6..bbca8a6 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -21,6 +21,7 @@ POOLCONF],
* Currency to mine. Supported values:
*
* aeon7 (use this for Aeon's new PoW)
+ * bbscoin
* croat
* edollar
* electroneum
OpenPOWER on IntegriCloud