form.node.1.5.8.source-code.network-defaults.conf Maven / Gradle / Ivy
The newest version!
waves.defaults {
testnet {
# P2P Network settings
network {
port = 6863
min-connections = 5
known-peers = [
"peers-testnet.wavesnodes.com:6868"
]
}
}
devnet {
# Blockchain settings
blockchain {
type = CUSTOM
custom {
address-scheme-character = "D"
functionality {
feature-check-blocks-period = 5
blocks-for-feature-activation = 4
generation-balance-depth-from-50-to-1000-after-height = 0
last-time-based-fork-parameter = 1492128000000
reset-effective-balances-at-height = 4650
block-version-3-after-height = 0
pre-activated-features {
1 = 0
2 = 0
3 = 0
4 = 0
5 = 0
6 = 0
7 = 0
8 = 0
9 = 0
10 = 0
11 = 0
12 = 0
13 = 0
14 = 0
15 = 0
}
double-features-periods-after-height = 1000000000
max-transaction-time-back-offset = 120m
max-transaction-time-forward-offset = 90m
lease-expiration = 1000000
min-asset-info-update-interval = 7
}
rewards {
term = 100000
initial = 600000000
min-increment = 50000000
voting-interval = 10000
}
genesis {
average-block-delay = 1m
initial-base-target = 100
timestamp = 1489352400000
block-timestamp = 1489352400000
signature = "5ASUNefZs2dLRroid7LPS24PL85K5Y6WZqA1bfQGCHxkfhLK39jHDUpmFzELKQ66AHCm7ZhQVwpF6G95tat3xfpr"
initial-balance = 7700000000000000
transactions = [
{recipient = "3FR3MyuXumwBj1bLC8xnW38iHtwm9Ugdm8K", amount = 2500000000000000},
{recipient = "3FgScYB6MNdnN8m4xXddQe1Bjkwmd3U7YtM", amount = 200000000000000},
{recipient = "3FWXhvWq2r8m54MmCEZ3YZkLg2qUdGWbU3V", amount = 1000000000000000},
{recipient = "3FkBWsgT9T3snZ4ZpzzQCJWQngJBLdDEPfU", amount = 500000000000000},
{recipient = "3FeeqPbaEUQ8h3eQ4ZX9WcqzqskGbfTqM2a", amount = 1500000000000000},
{recipient = "3FcSgww3tKZ7feQVmcnPFmRxsjqBodYz63x", amount = 2000000000000000}
]
}
}
}
# P2P Network settings
network {
# Port number
port = 6864
known-peers = [
"116.203.58.211:6864"
"94.130.231.52:6864"
"116.203.110.73:6864"
"116.203.102.150:6864"
]
}
# Wallet settings
wallet {
file = null
# Wallet seed as BASE58 string
seed = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
# Node's REST API settings
rest-api {
# Hash of API key string
api-key-hash = "7B74gZMpdzQSB45A7KRwKW6mDUYaWhFY8kWh5qiLRRoA"
minimum-peers = 0
}
# Nodes synchronization settings
synchronization {
# Timeout to receive all requested blocks
synchronization-timeout = 120s
}
miner {
interval-after-last-block-then-generation-is-allowed = 15d
}
kamon {
enable = yes
metric.tick-interval = 5s
util.filters {
"akka.tracked-dispatcher" {
includes = [
"wavesplatform/**"
]
}
"tx-processing" {
includes = [
"tx.**"
]
}
}
}
}
mainnet {
# P2P Network settings
network {
# Port number
port = 6868
# Node name to send during handshake. Comment this string out to set random node name.
# node-name = "My MAINNET node"
min-connections = 5
known-peers = [
"peers.wavesnodes.com:6868"
]
}
# Node's REST API settings
rest-api {
# For security reasons, bind to local interface only
bind-address = "127.0.0.1"
}
}
stagenet {
# P2P Network settings
network {
port = 6862
min-connections = 3
known-peers = [
"peers-stagenet.wavesnodes.com:6868"
]
}
}
custom {
# No settings
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy