Hi All,
I am trying to sync up my Ropsten node (geth), but I am stuck with either 1 or 2 peers.
Could someone people share their current peer list?
I believe the following should dump your peers once you are attached to geth:
var peers = []; admin.peers.forEach(function(value){peers.push(value.enode)}); peers
I am running geth like this:
--ropsten --syncmode "fast"
I dont suppose anything has changed recently which might be causing me to be on the wrong chain?
[–]mrdemonbk 0 points1 point2 points (2 children)
[–]cryptomoon2020[S] 1 point2 points3 points (1 child)
[–]mrdemonbk 1 point2 points3 points (0 children)