dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
365 stars 611 forks source link

Haven wrapper issue #612

Closed fm407 closed 3 years ago

fm407 commented 3 years ago

Is the haven wrapper issue going to ever get fixed? there is no way to compile it

cryptomaxsun commented 3 years ago

A similar problem

Swepool commented 3 years ago

I went back on all changes made for Haven, got bunch of people running it. Made a request to fi it.

Check my repo out https://github.com/Imlulle/cryptonote-nodejs-pool

cryptomaxsun commented 3 years ago

The solution to the problem is to use the pool of the old version 1.40. I had an old version of this pool, everything started there.

fm407 commented 3 years ago

Removing the haven stuff is not a fix though, this should be addressed

cryptomaxsun commented 3 years ago

Removing the haven stuff is not a fix though, this should be addressed

I agree with you, use the old version of the pool.

fm407 commented 3 years ago

Removing the haven stuff is not a fix though, this should be addressed

I agree with you, use the old version of the pool.

That is not a solution either, using outdated software is a security blackhole, as I said there are v2 pools running haven, it just needs to be addressed in a non lazy way

Swepool commented 3 years ago

Well you can run the new version without haven

muscleman commented 3 years ago

lol, how the hell did that bHaven bull shit get in there. version 2.0.0 works fine if you configure it correctly, without the haven junk

fm407 commented 3 years ago

lol, how the hell did that bHaven bull shit get in there. version 2.0.0 works fine if you configure it correctly, without the haven junk

do you happen to have a link to a good v2? thanks!

muscleman commented 3 years ago

looks like Imlulle has a pull request to remove all the haven bullshit. then you can run with the correct cnblobtype = 11 and cnvariant = 1 from the moneroocean packages.

fm407 commented 3 years ago

cn-heavy/xhv in xmrig fixed it, thanks!

goodthebest commented 3 years ago

@fm407 where is cn-heavy/xhv in xmrig, can you please explain the fix, which file needs to be corrected?

fm407 commented 3 years ago

@fm407 where is cn-heavy/xhv in xmrig, can you please explain the fix, which file needs to be corrected?

 "pools": [
        {
            "algo": "cn-heavy/xhv",
            "coin": null,

in xmrig config.json

goodthebest commented 3 years ago

Thank you for your feedback but Haven issue is when building/compiling it, npm install or update

fm407 commented 3 years ago

Thank you for your feedback but Haven issue is when building/compiling it, npm install or update

not sure, @Imlulle repo compiles and works just fine if properly configured