Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does support BitTube (ipbc) now PoW algorithm #238

Closed
eddiewang927 opened this issue Jul 2, 2018 · 3 comments
Closed

Does support BitTube (ipbc) now PoW algorithm #238

eddiewang927 opened this issue Jul 2, 2018 · 3 comments

Comments

@eddiewang927
Copy link

Hi

BitTube (ipbc) will hard fork on block 110,000 and switch to unique CN Saber algorithm
Does xmrig-proxy support CN Saber?

Thanks

@Bendr0id
Copy link

Bendr0id commented Jul 2, 2018

diff --git a/src/common/crypto/Algorithm.cpp b/src/common/crypto/Algorithm.cpp
index 7394030..b803deb 100644
--- a/src/common/crypto/Algorithm.cpp
+++ b/src/common/crypto/Algorithm.cpp
@@ -71,6 +71,7 @@ static AlgoData const algorithms[] = {
     { "cryptonight-heavy",     "cn-heavy",     xmrig::CRYPTONIGHT_HEAVY, xmrig::VARIANT_AUTO },
     { "cryptonight-heavy/0",   "cn-heavy/0",   xmrig::CRYPTONIGHT_HEAVY, xmrig::VARIANT_0    },
     { "cryptonight-heavy/xhv", "cn-heavy/xhv", xmrig::CRYPTONIGHT_HEAVY, xmrig::VARIANT_XHV  },
+    { "cryptonight-heavy/tube", "cn-heavy/tube", xmrig::CRYPTONIGHT_HEAVY, xmrig::VARIANT_IPBC  },
 #   endif
 };

@xmrig
Copy link
Owner

xmrig commented Jul 7, 2018

cn-heavy/tube added to v2.6.4.
@Bendr0id cn/xao and cn/rto should work fine with your miner.

@xmrig xmrig closed this as completed Jul 7, 2018
@Bendr0id
Copy link

Bendr0id commented Jul 8, 2018

@xmrig yes works. Thanks.

Feel free to to integrate my cn-heavy/tube code. It's basically cn-heavy+monerov7+ipbc+softaes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants