summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-04-22 21:11:54 +0200
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commitf149b57458a05a9d5d67ad2834fa5e6c282fa76b (patch)
treed6d9562f7789770593d85ef10a3551fe299794f7 /xmrstak/misc
parent83db451571df19842d0791cfe11c98103543d84a (diff)
downloadxmr-stak-f149b57458a05a9d5d67ad2834fa5e6c282fa76b.zip
xmr-stak-f149b57458a05a9d5d67ad2834fa5e6c282fa76b.tar.gz
add support for IPBC coin
- add algorithm `cryptonight_lite_v7_xor` - update documentation
Diffstat (limited to 'xmrstak/misc')
-rw-r--r--xmrstak/misc/executor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/misc/executor.cpp b/xmrstak/misc/executor.cpp
index e7092b9..8808fd7 100644
--- a/xmrstak/misc/executor.cpp
+++ b/xmrstak/misc/executor.cpp
@@ -575,6 +575,7 @@ void executor::ex_main()
pools.emplace_front(0, "nervproxy1.ddns.net:4444", "donate", "", "x", 0.0, true, false, "", false);
break;
+ case cryptonight_ipbc:
case cryptonight_aeon:
case cryptonight_lite:
if(dev_tls)
OpenPOWER on IntegriCloud