Ropsten Node List
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…
Read more