You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bjokib
changed the title
Core dump on Linux
Core dump on Linux fix
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.
The text was updated successfully, but these errors were encountered: