aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-06-01 02:48:27 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-06-01 02:48:27 +0800
commit057d36b0499a9f4684c2789448ccf6c5640b1b6c (patch)
treefef044240e8a1a7c8167cd7e4131de40dd2d1bf9 /eth
parenta906a84950f84a3cae178b2aca49fa6bba54a4c9 (diff)
downloadgo-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar.gz
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar.bz2
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar.lz
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar.xz
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.tar.zst
go-tangerine-057d36b0499a9f4684c2789448ccf6c5640b1b6c.zip
Update bootnode
Diffstat (limited to 'eth')
-rw-r--r--eth/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/backend.go b/eth/backend.go
index 18e214d44..98939b1fa 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -45,7 +45,7 @@ var (
defaultBootNodes = []*discover.Node{
// ETH/DEV Go Bootnodes
discover.MustParseNode("enode://a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c@52.16.188.185:30303"),
- discover.MustParseNode("enode://7f25d3eab333a6b98a8b5ed68d962bb22c876ffcd5561fca54e3c2ef27f754df6f7fd7c9b74cc919067abac154fb8e1f8385505954f161ae440abc355855e034@54.207.93.166:30303"),
+ discover.MustParseNode("enode://de471bccee3d042261d52e9bff31458daecc406142b401d4cd848f677479f73104b9fdeb090af9583d3391b7f10cb2ba9e26865dd5fca4fcdc0fb1e3b723c786@54.94.239.50:30303"),
// ETH/DEV cpp-ethereum (poc-9.ethdev.com)
discover.MustParseNode("enode://487611428e6c99a11a9795a6abe7b529e81315ca6aad66e2a2fc76e3adf263faba0d35466c2f8f68d561dbefa8878d4df5f1f2ddb1fbeab7f42ffb8cd328bd4a@5.1.83.226:30303"),
}