-
Notifications
You must be signed in to change notification settings - Fork 584
Description
Just wanted to let you know, I and it seems lots of other folks run into issue w/ npm update failing on multi hashing.
I tried all sorts of 0.10 versions, none worked.
After trial and error of downloading some of the other forks of nomp... some of them compiled (because their multihashing was older) and some didnt(for similar reasons as this repo).
Ultimately my solution was having to fork stratum pool to my own repo, then redirecting the multihashing dependency in package.json to point to an older github fork that I found worked ... in this case foxer666's fork of multihashing compiled fine.
After redirecting that dependency, your repo of nomp compiled fine. Pool fires up and works.
I realize that newer algos may be missing because of the older multihashing ... BUT ... I dont use the newer algos so that doesnt effect me.
The errors I kept running into were in the cryptonight.o compilation during npm update. Perhaps recent changes to that source cause the problem? I dont know. But either way, just a heads up.