issues
search
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
367
stars
611
forks
source link
Fixed compiling issue
#701
Closed
frandlyn26
closed
1 year ago
frandlyn26
commented
2 years ago
I had trouble compiling. I was able to resolve by updating
turtlecoin-multi-hashing to turtlecoin-crypto in pool.js
updated docker file from 8-slim to 14-slim
in package.json change git to reflect turtlecoin-crypto so it would build the module.
in package.json had to manual put in the following info by replacing the "*" a. date format 4.5.1 b. redis 3.1.2
I had trouble compiling. I was able to resolve by updating