Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
7ea30f18
Commit
7ea30f18
authored
Aug 17, 2015
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1674 from tgerring/bootnodes
Added SG bootnode
parents
12805c73
80b294c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
backend.go
eth/backend.go
+4
-3
No files found.
eth/backend.go
View file @
7ea30f18
...
@@ -61,10 +61,11 @@ var (
...
@@ -61,10 +61,11 @@ var (
defaultBootNodes
=
[]
*
discover
.
Node
{
defaultBootNodes
=
[]
*
discover
.
Node
{
// ETH/DEV Go Bootnodes
// ETH/DEV Go Bootnodes
discover
.
MustParseNode
(
"enode://a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c@52.16.188.185:30303"
),
discover
.
MustParseNode
(
"enode://a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c@52.16.188.185:30303"
),
// IE
discover
.
MustParseNode
(
"enode://de471bccee3d042261d52e9bff31458daecc406142b401d4cd848f677479f73104b9fdeb090af9583d3391b7f10cb2ba9e26865dd5fca4fcdc0fb1e3b723c786@54.94.239.50:30303"
),
discover
.
MustParseNode
(
"enode://de471bccee3d042261d52e9bff31458daecc406142b401d4cd848f677479f73104b9fdeb090af9583d3391b7f10cb2ba9e26865dd5fca4fcdc0fb1e3b723c786@54.94.239.50:30303"
),
// BR
discover
.
MustParseNode
(
"enode://1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303"
),
// SG
// ETH/DEV cpp-ethereum (poc-9.ethdev.com)
// ETH/DEV cpp-ethereum (poc-9.ethdev.com)
discover
.
MustParseNode
(
"enode://
487611428e6c99a11a9795a6abe7b529e81315ca6aad66e2a2fc76e3adf263faba0d35466c2f8f68d561dbefa8878d4df5f1f2ddb1fbeab7f42ffb8cd328bd4a
@5.1.83.226:30303"
),
discover
.
MustParseNode
(
"enode://
979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9
@5.1.83.226:30303"
),
}
}
staticNodes
=
"static-nodes.json"
// Path within <datadir> to search for the static node list
staticNodes
=
"static-nodes.json"
// Path within <datadir> to search for the static node list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment