zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
823 stars 1.14k forks source link

ERR! build error #351

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey Community, i tried to install this pool about 4 hours ago. So all works fine, but the build gives me an error every time..

Log is attached. So i tried it now about 3-4 times to rebuild it but it doesnt work.

Hope theres a way to fix!

2018-10-12T23_36_08_514Z-debug.log

Thanks

DanTehrani commented 5 years ago

I think your cryptonote-util build is failing. Replace the package.json file in your pool directory with this.

{ "name": "cryptonote-pool", "version": "0.0.1", "license": "GPL-2.0", "author": "Matthew Little", "repository": { "type": "git", "url": "https://github.com/zone117x/node-cryptonote-pool.git" }, "dependencies": { "bignum": "0.12.5", "async": "1.5.2", "redis": "0.12.1", "cli-color": "1.1.0", "dateformat": "1.0.12", "base58-native": "0.1.4", "multi-hashing": "git://github.com/zone117x/node-multi-hashing.git", "cryptonote-util": "https://github.com/MoneroOcean/node-cryptoforknote-util.git" }, "engines": { "node": ">=0.10" } }

Hope it works.