zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
998 stars 1.02k forks source link

p2p connection failed - likely incorrect p2p magic value #699

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".

The following list show all numbers tested.

"peerMagic": "f9beb4d9" "peerMagic": "fcc1b7dc" "peerMagic": "fbc0b6db" "peerMagic": "dbb6c0fb" "peerMagicTestnet": "fdd2c8f1" "peerMagicTestnet": "f1c8d2fd"

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

Everything else run fine but I can't solve this issue, I can't achieve a 'p2p connection successful'

Could some one help me please.

Thanks in advance.