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
I followed the instructions but i am getting the following error, any idea why?
$ node index.js
module.js:691
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: The module '/home/nimiq/0xbitcoin-miner/build/Release/cpuminer.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 59. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at Object.Module._extensions..node (module.js:691:18)
at Module.load (module.js:575:32)
at tryModuleLoad (module.js:515:12)
at Function.Module._load (module.js:507:3)
at Module.require (module.js:606:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/nimiq/0xbitcoin-miner/0xbitcoinminer-accel.js:11:16)
at Module._compile (module.js:662:30)
at Object.Module._extensions..js (module.js:673:10)
at Module.load (module.js:575:32)
The text was updated successfully, but these errors were encountered:
I followed the instructions but i am getting the following error, any idea why?
The text was updated successfully, but these errors were encountered: