diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-04-24 15:29:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 15:29:18 +0100 |
commit | 509f81fe94a1775ea63afb80fc07b5f62abb8267 (patch) | |
tree | 908ddce26ecc012a1f2543fe9745ed65d42c6869 /xmrstak/misc/executor.cpp | |
parent | 4c244d683a7413647cbf29a5c10d8cc21508c6e0 (diff) | |
parent | 7e2dbaf98c66832e47ec2b98cde825cdd503c172 (diff) | |
download | xmr-stak-509f81fe94a1775ea63afb80fc07b5f62abb8267.zip xmr-stak-509f81fe94a1775ea63afb80fc07b5f62abb8267.tar.gz |
Merge pull request #1489 from psychocrypt/topic-ipbcCoin2
add support for IPBC coin
Diffstat (limited to 'xmrstak/misc/executor.cpp')
-rw-r--r-- | xmrstak/misc/executor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |