zone117x / node-stratum-pool

High performance Stratum poolserver in Node.js
GNU General Public License v2.0
419 stars 854 forks source link

p2p connection failed - likely incorrect p2p magic value #188

Open JCAK1967 opened 3 years ago

JCAK1967 commented 3 years ago

Hi

I have the following error mesagge when I run node init.js "p2p connection failed - likely incorrect p2p magic value". I'm trying peerMagic numbers "fbc0b6db" and peerMagicTestnet "fcc1b7dc" or peerMagicTestnet "fdd2c8f1". I'm trying the values suggested on installation guide and also with the values pchMessageStart from file chainparams.cpp but without success.

My installation: Debian 10 Litecoin Core Redis NOMP with Node v8.17.0

script litecoin.json

{ "name": "Litecoin", "symbol": "LTC", "algorithm": "scrypt", "peerMagic": "fbc0b6db", "peerMagicTestnet": "fdd2c8f1" }

I read a lot of questions about this issue but without answer. It sounds like a secret that nobody wants to reveal.

Everything else run fine but I can't solve this issue.

Could some one help me please.

Thanks in advance.