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

npm update issue #598

Closed bounce77 closed 3 years ago

bounce77 commented 4 years ago

I'm installing on Ubuntu Server 20.04 LTS.

I've tried node.js 11+ and 10+ (on a completely fresh copy).

During "npm update" both versions produce:

make: Entering directory '/home/miningpool/pool/node_modules/cryptoforknote-util/build'In file included from ../src/cryptonote_core/cryptonote_basic.h:28, from ../src/main.cc:8: ../src/ringct/rctTypes.h:39:10: fatal error: sodium/crypto_verify_32.h: No such file or directory 39 | #include <sodium/crypto_verify_32.h>

cloudmb commented 4 years ago

apt-get install -y libsodium-dev