node-multi-hashing
node-multi-hashing copied to clipboard
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Is it possible to add manually other algorithms?
root@kaspanode:/home/kaspa/ErgoStratumServer# npm update npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/zone117x/node-multi-hashing.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 192.30.255.113]: errno=Connection...
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...
I can get this to build with npm 9.11.2, but anything newer (including the newest LTS - 12.18.1) will fail. A few errors I noticed during the build: ../multihashing.cc:128:45: error:...
I'm getting this error on build: ``` npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/root/.cache/node-gyp/16.13.2', npm ERR!...
yes - I'm years and years late to this party but wanting to start somehwere to learn and got all lost with all the forks here on nomp. What is...
A little messy (wasn't familiar with c++ or node before this) let me know if you want me to clean it up. The kawpow function takes a header hash, nonce,...
Hi could you add kawpow algo ? i tryed alone but i'm not good enought. i found a kawpow stratum -> https://github.com/RavenCommunity/kawpow-stratum-pool i found a hash solver -> https://github.com/MintPond/hasher-kawpow best...