Skip to content

Commit

Permalink
new nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogethereum Community committed Sep 13, 2018
1 parent 2d79cd7 commit bed339a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions params/bootnodes.go
Expand Up @@ -20,10 +20,9 @@ package params
// the main Ethereum network.
var MainnetBootnodes = []string{
"enode://8e413ea5c311286023a022136a79767e7279e76c55116e0eda526172df58f3dded23f1c48a6d8802da9e0b06f2d1054c73d8eff2b9f8137a69f871991e541e79@185.174.174.106:30301",
"enode://2f9a0014c4ae77071d6a8a044916b39dc6ad1e42893aa2877097d511ae7390009885b41fdb15af7c69cf5e6aa997a15900c587254b8ce7c646233cb31175be70@185.243.113.131:30303",
"enode://0f3ce24356c9753d29f299a468269197ac4576078014bef9e26811e9a96c0b0ecf06559d9dcb06aabb32930be441520107c93f1f3498c757c4aa6b93d2b8e60a@46.183.216.149:30303",
"enode://d0478a80806d11cf008e63d39157add0ed1cb16a4eb84d342334f840cfe3de4591cd446a0a2d1fa757f4a457e660086a81b564d9d64d3be7bbb4b8a6273d43e0@54.38.123.232:30303",
"enode://96afc1d080b3c501f6732ae8f533e999f76844f3c2a5de281332294797add1b0291bb60dac598239e9a0d5cfd37a235816b5a9a2824cd2b37bd4e36896b828f0@195.54.162.242:30303",
"enode://4f1e63e1ceb0d3751b9be6f5805689338b92b55efea3390e81cf4be483a482d4b9c9fbca7bf11173e9605cef9b8b3e713e446f7186852e471976839e6ca0625e@209.141.42.104:30303",
"enode://dbcd81725d2af8da121a87f3c5a5c1d74da59bf24093a72188e74a5d02830671a57959e26c96da119bd1e5b819868ae9c3cf531c786ad9c0fe7a4c421f5f9388@209.141.55.25:30303",
}

// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "dogx-stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit bed339a

Please sign in to comment.