osagga / bitcore-node-cash

Extensible full node using Bitcore
https://bitcore.io/
Other
9 stars 2 forks source link

Disconnected from peer: 127.0.0.1 #3

Closed IhorSavva closed 6 years ago

IhorSavva commented 6 years ago

Did you up this node with bitcoin-cash? I installed the local bitcoin-abc node, but this bitcore node does not connect to the peer.

Connecting to p2p network.
[2018-06-29T10:12:07.237Z] info: Disconnected from peer: 127.0.0.1
[2018-06-29T10:12:12.191Z] info: Retrying connection to p2p network.
[2018-06-29T10:12:12.193Z] info: Disconnected from peer: 127.0.0.1
osagga commented 6 years ago

Make sure you're using the 'cash' branch of this repo. Also can you post the config files for Bitcore and bitcoin-abc?

IhorSavva commented 6 years ago

image

I use your default config files: image image

osagga commented 6 years ago

That's weird, are you sure that bitcoin-abc (or any other bitcoin cash node) is running independently before running this node?

IhorSavva commented 6 years ago

I solved the problem. In bitcoin.conf field: "maxconnections". due to the fact that the limit of connections was reached - the node did not allow to connect to itself

its work for me: maxconnections=50

vladislavmamchich commented 5 years ago

Did you up this node with bitcoin-cash? I installed the local bitcoin-abc node, but this bitcore node does not connect to the peer.