artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
99 stars 81 forks source link

Connect: connection refused #143

Closed chenhonghe closed 1 month ago

chenhonghe commented 1 month ago

10:28AM DBG Dialing peer address={"id":"9e2fbfc4b32a1b013e53f3fc9b45638f4cddee36","ip":"47.254.66.177","port":26656} module=p2p 10:28AM INF error from light block request from primary, removing... error="post failed: Post \"http://47.254.66.177:26657\": dial tcp 47.254.66.177:26657: connect: connection refused" height=114011 module=light primary={} 10:28AM ERR error on light block request from witness, removing... error="post failed: Post \"http://47.89.230.117:26657\": dial tcp 47.89.230.117:26657: connect: connection refused" module=light primary={} 10:28AM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light witnessesToRemove=[0] Error: failed to start state sync: failed to set up light client state provider: post failed: Post "http://47.89.230.117:26657": dial tcp 47.89.230.117:26657: connect: connection refused

config.toml

Comma separated list of seed nodes to connect to

seeds = "9e2fbfc4b32a1b013e53f3fc9b45638f4cddee36@47.254.66.177:26656,30fb0055aced21472a01911353101bc4cd356bb3@47.89.230.117:26656"

LukeNinjaX commented 1 month ago

addrbook.json

Please ask about available peers in discord TEST NODES > operator-chat.

chenhonghe commented 1 month ago

In addition to the three in https://docs.artela.network/develop/node/access-testnet#public-information-on-testnet, what other RPC servers are there?

LukeNinjaX commented 1 month ago

All known peers are in addrbook, replace your local addrbook and wait patiently for the node to automatically connect to the available peers.

LukeNinjaX commented 1 month ago

Close due to in-activity.