Skip to content

Commit

Permalink
Merge pull request #9 from nebulaai/change_testnet_bootnode
Browse files Browse the repository at this point in the history
change testnet bootnodes
  • Loading branch information
flyworker authored Dec 5, 2018
2 parents ca81a60 + 9818a11 commit a27cbf4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package params
var MainnetBootnodes = []string{
// Ethereum Foundation Go Bootnodes
"enode://ae9fe13d8954ec9868bb7ab092aeb8b0c1eb567ecdb5fda9db182429dfcadd83937c45d640f51c6d5fe56eddc6a8e340c1d868d27ea9ca3a36479148b91f2bc3@107.20.93.248:30332", // US-EST
"enode://eda0669109e6aaa126172dd921808eac53fa710fbf2a6ed0339e6b4a7c6f808028c5874718b5f75940d231d5e7b008fd51d032dcd634f8272005f6dbcb522ecd@35.164.243.55:30332", // US-WEST
"enode://489046a60b344ef9618056001838e232c3efaf2a5ff971e52cdab54b7676ae61cf6345e4e683727c053c0dc771335c1c99617c18c9b7ee30d42b6518385159f5@52.69.162.140:30332", // TOKYO
"enode://eda0669109e6aaa126172dd921808eac53fa710fbf2a6ed0339e6b4a7c6f808028c5874718b5f75940d231d5e7b008fd51d032dcd634f8272005f6dbcb522ecd@35.164.243.55:30332", // US-WEST
"enode://489046a60b344ef9618056001838e232c3efaf2a5ff971e52cdab54b7676ae61cf6345e4e683727c053c0dc771335c1c99617c18c9b7ee30d42b6518385159f5@52.69.162.140:30332", // TOKYO

//// Ethereum Foundation C++ Bootnodes
//"enode://979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9@5.1.83.226:30332", // DE
Expand All @@ -31,10 +31,8 @@ var MainnetBootnodes = []string{
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Ropsten test network.
var TestnetBootnodes = []string{
"enode://30b7ab30a01c124a6cceca36863ece12c4f5fa68e3ba9b0b51407ccc002eeed3b3102d20a88f1c1d3c3154e2449317b8ef95090e77b312d5cc39354f86d5d606@52.176.7.10:30332", // US-Azure geth
"enode://865a63255b3bb68023b6bffd5095118fcc13e79dcf014fe4e47e065c350c7cc72af2e53eff895f11ba1bbb6a2b33271c1116ee870f266618eadfc2e78aa7349c@52.176.100.77:30332", // US-Azure parity
"enode://6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f@52.232.243.152:30332", // Parity
"enode://94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09@192.81.208.223:30332", // @gpip
"enode://95aa40d0b26432af06150eda685d4a08fecd8001eed8a652684889b40b41e27e289336402674828c80a66547e9ec5b8e9218ef93b4694ff40fcc8b64cad54855@18.221.71.211:30332",
"enode://66c7fb5791dcfb364d03a35229a775e9adea51b7e026f5adeafaa666d31f73b1851da2fa9b148a477963ccbfd2c4927135a5e8f26a99e392db7a3ce9c7bd3085@18.218.112.136:30332",
}

// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
Expand Down

0 comments on commit a27cbf4

Please sign in to comment.