Skip to content

Commit

Permalink
Update testnet.conf for initial sigmanet
Browse files Browse the repository at this point in the history
  • Loading branch information
mgpai22 authored Dec 3, 2023
1 parent 5c713f8 commit 9c25215
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/main/resources/testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ergo {
# A node is considering that the chain is synced if sees a block header with timestamp no more
# than headerChainDiff blocks on average from future
# testnet value is 800 blocks ~= 1600 minutes (~1.1 days)
headerChainDiff = 800
headerChainDiff = 100

# having more internal miner threads helps to reproduce real use cases, like 100 GPU miners
internalMinersCount = 1
Expand All @@ -16,7 +16,7 @@ ergo {
internalMinerPollingInterval = 200ms

# maximum cost of transaction for it to be propagated
maxTransactionCost = 800000
maxTransactionCost = 1000000

# Dump ADProofs only for the suffix given during bootstrapping
adProofsSuffixLength = 114688 // 112k
Expand All @@ -40,7 +40,7 @@ ergo {
# Length of an epoch in difficulty recalculation. 1 means difficulty recalculation every block
epochLength = 128

blockInterval = 45s
blockInterval = 2m

# Monetary config for chain
monetary {
Expand Down Expand Up @@ -93,14 +93,12 @@ ergo {

scorex {
network {
magicBytes = [2, 0, 2, 3]
bindAddress = "0.0.0.0:9022"
magicBytes = [2, 0, 2, 4]
bindAddress = "0.0.0.0:9024"
nodeName = "ergo-testnet-"${scorex.network.appVersion}
nodeName = ${?NODENAME}
knownPeers = [
"213.239.193.208:9022",
"168.138.185.215:9022",
"192.234.196.165:9022"
"65.108.243.155:9024"
]
}
restApi {
Expand All @@ -109,4 +107,4 @@ scorex {
# Change it!
apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf"
}
}
}

0 comments on commit 9c25215

Please sign in to comment.