Will this work with node.js < v18? #39
Replies: 6 comments 1 reply
-
If you follow the installation instructions in the README, you can use |
Beta Was this translation helpful? Give feedback.
-
Thanks for your hint. So i installed node with nvm and it worked. (Now using node v18.19.0) node: /lib/x86_64-linux-gnu/libm.so.6: version Is it possible, to use the explorer on another server than my coind ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. It seems you can install any node version on any system you want but some older systems still require special treatment. A quick search of your error brought up this: https://stackoverflow.com/a/74760618/3038650
Out of those 3 options, the one that might still work for you is to install an older version of Node. As I mentioned earlier, the explorer should still work with v16.20.1. You can try using nvm to install that version and see if it works.
Yes, this is possible although it's a bit more complicated since it requires you to open up your coind wallet to another ip address properly which is outside the scope of setup and support of the explorer. |
Beta Was this translation helpful? Give feedback.
-
Got everything up and working... npm run sync-blocks this works: any ideas? |
Beta Was this translation helpful? Give feedback.
-
OMG, it is working! Thanks bro, this is so nice to see! This is a real good piece of work, i like it a lot! Thanks for fast support and help! I just had to modify the api_cmds in settings.json and all was working nicely! |
Beta Was this translation helpful? Give feedback.
-
Glad to hear it! I've been thinking of adding some kind of wallet_test feature that can test all the different wallet cmds that the explorer uses to quickly troubleshoot which ones don't work and help determine when it may be necessary to change certain api_cmds in the settings. Each coin is slightly different and as time goes on there are more variations so its difficult to keep up =) |
Beta Was this translation helpful? Give feedback.
-
Because i have an old coin only working with ubuntu xenial so i can install node.js v20....
Beta Was this translation helpful? Give feedback.
All reactions