Skip to content

Commit

Permalink
2001 seed node added
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Dec 21, 2023
1 parent b2ea2c9 commit eb7d1cb
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/mainnet.conf
Original file line number Diff line number Diff line change
@@ -127,7 +127,8 @@ scorex {
"217.182.197.196:9030",
"173.212.220.9:9030",
"176.9.65.58:9130",
"213.152.106.56:9030"
"213.152.106.56:9030",
"[2001:41d0:700:6662:0:0:0:0]:29031"
]
}
restApi {
3 changes: 3 additions & 0 deletions src/main/scala/org/ergoplatform/ErgoApp.scala
Original file line number Diff line number Diff line change
@@ -42,6 +42,9 @@ class ErgoApp(args: Args) extends ScorexLogging {
"API key hash must be set"
)

val seedNodes = ergoSettings.scorexSettings.network.knownPeers
println("sn: " + seedNodes)

log.info(s"Working directory: ${ergoSettings.directory}")
log.info(s"Secret directory: ${ergoSettings.walletSettings.secretStorage.secretDir}")

0 comments on commit eb7d1cb

Please sign in to comment.