Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR! build error #351

Open
ghost opened this issue Oct 12, 2018 · 1 comment
Open

ERR! build error #351

ghost opened this issue Oct 12, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 12, 2018

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant