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 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
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.
The text was updated successfully, but these errors were encountered: