-
Notifications
You must be signed in to change notification settings - Fork 57
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
Poll non start #5
Comments
seems like bitcoinjs-lib has updated few days ago or the version of nodejs is too low. |
delete this part in /root/kawpow-pool/node_modules/bitcoinjs-lib/src
as a noob I can do nothing |
Latest version of node.js. I'll try the deletion, thanks for the tip, I'm much more new hahahaha Hugs |
Hello, |
How would i fix this ? /home/pool/kawpow-pool/node_modules/bindings/bindings.js:121 Error: The module '/home/pool/kawpow-pool/node_modules/bignum/build/Release/bignum.node' Any ideas? |
Hello.
I followed the procedures on this and several other forks in your project.
And everyone has been making the same mistake.
Would you help me ?
pool@kawpow:~/kawpow-pool$ node init.js
/home/pool/kawpow-pool/node_modules/bitcoinjs-lib/src/crypto.js:49
const TAGGED_HASH_PREFIXES = Object.fromEntries(
^
TypeError: Object.fromEntries is not a function
at Object. (/home/pool/kawpow-pool/node_modules/bitcoinjs-lib/src/crypto.js:49:37)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (/home/pool/kawpow-pool/node_modules/bitcoinjs-lib/src/payments/p2pkh.js:4:17)
at Module._compile (module.js:653:30)
Hugs
The text was updated successfully, but these errors were encountered: