Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Update bootnodes #553

Closed
splix opened this issue Apr 2, 2018 · 6 comments
Closed

Update bootnodes #553

splix opened this issue Apr 2, 2018 · 6 comments

Comments

@splix
Copy link
Contributor

splix commented Apr 2, 2018

There're few updates at ethereumproject/volunteer#20

Also I'm going to provide few from ETCDEV and Gastracker. Especially important for testnet

@GeoSkyGPS
Copy link

Hey,

just an FYI I've been hosting this for a while, was never aware of the above link.

http://mordenexplorer.ethertrack.io/
http://mordenstats.ethertrack.io/

I'm compiling a list of all my test enodes and will post them in here.

bakon

@Techjar
Copy link

Techjar commented Apr 6, 2018

Here's my node, which is listed on http://teststats.epool.io/

enode://f4a1805a51cfdf5afdddf0b43b8d4b687657497311797464046dce65388b9e5a538b55bdb23ae4eac54485a81d47adad48731294efc9d73fbc9f297f625aec70@198.27.80.32:30303

@MatthewCroughan
Copy link

I have multiple nodes, sorry for the long delay.

Canada:
enode://d79b12fc48a494ba7053bbc30cbe510060ebb3a2ce9bb4f88076303e97e31e2af263c61e797af0af20419b7268b2bfb2d2f196b57242a454035ecb6001cc69a2@94.23.49.75:30303

France:
enode://a329e2399e6d72009690faa15a82ae13ef2015bc5e72ffb22f92ea83cf3bfc9ce45d43c38b3c2289c148939d3911e9d1a9e940f41698dba54508b59489072b2a@5.135.157.4:30303

UK:
enode://f570df80b5589dfb0a7657adb62b93dc55e76d491694d8965c6382964e6f397ae0b8c3548ef0a108151f3b1485c75769ff203df2db7ace385ee98fdb2766ba3b@86.8.233.254:30303

@whilei
Copy link
Contributor

whilei commented Apr 7, 2018

Thanks for these contributions! Ya'll rock! Can you please edit your comments to specify if the nodes are for mainnet or morden?

@lowskidev
Copy link

lowskidev commented Apr 7, 2018

All these nodes are for the ETC Morden test chain.

USA West Coast Node
admin.addPeer("enode://78d8897b376e549c2b47664e4c81fd023b089d0a417275731760739b7f98dd639d632bb7b75e92606c7d6abbbe96f69f06d85e0a41a143f1f0a3c55ff2b1d732@144.202.101.214:30303")

Chicago Node
admin.addPeer("enode://3666177e0e2e56bebaef318c8ba4aed3d05ce788df1eb0e48b79fce40fcf3445feb4ccc4ce2fd4aadc3c146858e276bdef1cb63437215f17e6e5dd8c41403427@45.76.16.230:30303")

USA East Coast Node
admin.addPeer("enode://3666177e0e2e56bebaef318c8ba4aed3d05ce788df1eb0e48b79fce40fcf3445feb4ccc4ce2fd4aadc3c146858e276bdef1cb63437215f17e6e5dd8c41403427@144.202.23.122:30303")

@lowskidev
Copy link

lowskidev commented Apr 7, 2018

I'm not sure if this is a good idea and understand that usually there is better success keeping everything in one place.

But if we wanted to keep separate threads for Mainnet/Morden boot nodes.

I very slightly modified the below to work in this thread and create a static-nodes.json file which will compile the boot nodes from this thread in the follow format and comma seperated:

"enode://78d8897b376e549c2b47664e4c81fd023b089d0a417275731760739b7f98dd639d632bb7b75e92606c7d6abbbe96f69f06d85e0a41a143f1f0a3c55ff2b1d732@144.202.101.214:30303"

echo $(echo -n "["; echo $(curl -s 'https://github.com/ethereumproject/go-ethereum/issues/553' | grep -ioE "enode\://[0-9a-f]{128}@((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\:[0-9]{2,5}" | grep -vE '(@10\.|@172\.(1[6-9]|2[0-9]|3[0-1])\.|@192\.168\.|@0\.0\.0\.0)' | tr -d " " | sed -e 's/^/"/' -e 's/$/",/' -e '$s/,$//' ) ; echo "]") > static-nodes.json

The above has been created by another user in this thread. I just edited the URL so it'll
work for us here as well.
https://forum.ethereumclassic.org/t/bootnode-listing-testnet/176

whilei added a commit that referenced this issue May 25, 2018
solution: add volunteer bootnodes

rel #487, rel #553
@whilei whilei mentioned this issue May 25, 2018
1 task
@soc1c soc1c closed this as completed Jun 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants