Skip to content

Commit

Permalink
main: Add anagami bootstrap peers
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Dec 1, 2023
1 parent 298988b commit c29bcb7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cmd/walletd/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,28 @@ var zenBootstrap = []string{

var anagamiBootstrap = []string{
"147.135.16.182:9781",
"98.180.237.163:9981",
"98.180.237.163:11981",
"98.180.237.163:10981",
"94.130.139.59:9801",
"84.86.11.238:9801",
"69.131.14.86:9981",
"68.108.89.92:9981",
"62.30.63.93:9981",
"46.173.150.154:9111",
"195.252.198.117:9981",
"185.65.135.189:9981",
"185.213.154.206:9981",
"185.204.1.222:9981",
"174.174.206.214:9981",
"172.58.232.54:9981",
"172.58.229.31:9981",
"172.56.200.90:9981",
"172.56.162.155:9981",
"163.172.13.180:9981",
"154.47.25.194:9981",
"138.201.19.49:9981",
"100.34.20.44:9981",
}

type boltDB struct {
Expand Down

0 comments on commit c29bcb7

Please sign in to comment.