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

Core dump on Linux fix #20

Open
bjokib opened this issue Mar 3, 2018 · 1 comment
Open

Core dump on Linux fix #20

bjokib opened this issue Mar 3, 2018 · 1 comment

Comments

@bjokib
Copy link

bjokib commented Mar 3, 2018

Hi all,

So I have an server, HP DL380 G7 with two Intel Xeon (X5660) CPUs running
ubuntu-server-17.10. I had some issues getting the miner working, it would give me an core dump error message.

To get it working I had to build it from source and edit one file.

in binding.gyp search for gcc, it should be on line 24 change gcc to clang-3.8 instead.

After that building worked fine as per instructions and I could run node index.js afterwards.

A disclaimer, I am not fluent in buliding from source or coding in general, but maybe this helps someone.

@bjokib bjokib changed the title Core dump on Linux Core dump on Linux fix Mar 3, 2018
@IgorUserowsky
Copy link

this fix plus
sudo apt-get install libcurl4-openssl-dev
did get it to yarn successfully.

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

2 participants