From 7e2dbaf98c66832e47ec2b98cde825cdd503c172 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Sun, 22 Apr 2018 21:11:54 +0200 Subject: add support for IPBC coin - add algorithm `cryptonight_lite_v7_xor` - update documentation --- xmrstak/misc/executor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xmrstak/misc') diff --git a/xmrstak/misc/executor.cpp b/xmrstak/misc/executor.cpp index 8c454eb..a7d1f0b 100644 --- a/xmrstak/misc/executor.cpp +++ b/xmrstak/misc/executor.cpp @@ -567,6 +567,7 @@ void executor::ex_main() else pools.emplace_front(0, "donate.xmr-stak.net:5500", "", "", "", 0.0, true, false, "", false); break; + case cryptonight_ipbc: case cryptonight_aeon: case cryptonight_lite: if(dev_tls) -- cgit v1.1