wemixarchive / go-wemix

Go implementation of the Wemix project.
https://www.wemix.com/
GNU Lesser General Public License v3.0
28 stars 25 forks source link

Wemix Testnet has no peers and is unable to sync #103

Closed frangrech closed 3 months ago

frangrech commented 3 months ago

System information

Geth version: w0.10.7 OS & Version: Ubuntu 22

Expected behaviour

Node syncs normally.

Actual behaviour

Node is unable to find peers and does not sync.

Steps to reproduce the behaviour

Start a fresh node from scratch and try to sync. I also tried adding these bootstrap peers manually but the node does not connect to either of them.

Backtrace

gwemix[1638932]: INFO [06-04|06:44:08.446] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:44:30.106] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:44:43.446] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:45:05.107] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:45:18.447] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:45:40.108] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:45:53.447] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:46:15.109] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:46:28.448] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:46:50.110] Looking for peers                        peercount=0 tried=1 static=2
gwemix[1638932]: INFO [06-04|06:47:03.449] Looking for peers                        peercount=0 tried=1 static=2
frangrech commented 3 months ago

Using new release, node was able to find peers and sync. Thanks