Skip to content

Commit

Permalink
Returned blockchain config block for mainnet.conf in v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kantefier committed Feb 28, 2020
1 parent c644291 commit 5ead622
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion configs/v1.1.2/mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,47 @@ node {

# Blockchain settings
# Mainnet blockchain settings (should match on all nodes for consistency)
blockchain.type = MAINNET
blockchain {
type = CUSTOM
consensus.type = pos

custom {
address-scheme-character = "V"
functionality {
feature-check-blocks-period = 15000
blocks-for-feature-activation = 10000
pre-activated-features = { 2 = 0, 3 = 0, 4 = 0, 5 = 0, 6 = 0, 7 = 0, 9 = 0, 10 = 0 }
}

# Mainnet genesis settings
genesis {
average-block-delay: 40s
initial-base-target: 10000000000
timestamp: 1559320391040
block-timestamp: 1559320391040
initial-balance: 100000000000000000
genesis-public-key-base-58: "D7tDsKd7DQ7H9m6fPRyk1GsNQxjAQXsETtuVgqSaaXDs"
signature: "P7kwe3dWSWgUYL8FZu5kccPfPzoxGgLuKjTCkeapTxoDbdpo6EtcqndXoSjqKUUVS67xXfogGmaNroLgNocWcBg"
transactions = [
{recipient: "3Nnq14SGqeYETSd1SJ6z8LsgBRYB2ya1yRC", amount: 99990000000000000},
{recipient: "3Nrysx7J1TN6vB1eYdHgug2nfxA7um918zy", amount: 1000000000000},
{recipient: "3NuiCzDhmeSKL5QFa5sqZzzm9zTL4max4fZ", amount: 1500000000000},
{recipient: "3NqaDWdEgGsqJj1HjznDQMtk6v5KVxmRceg", amount: 2000000000000},
{recipient: "3Nckru7f8Y8vS3PXGyy5iwoheRrKvqW5u8x", amount: 2500000000000},
{recipient: "3NmHrYoC8S2SUosy6UJp47bBwq2Cr2X6Yq1", amount: 3000000000000}

]
network-participants = [
{public-key: "GasRtAUXMhifrUUmgU66rRZPii68tE4QxdQmtCcrV3xL", roles: [permissioner, connection_manager]},
{public-key: "Er29kgV3yeumEAtPxBAk5fXPERYYa1wmAcPgzWw4mxHi", roles: [miner]},
{public-key: "9eoVBycnr2m8bgu1WvYySoFJ1QqFLPAMzhnmErp291f6", roles: [miner]},
{public-key: "9ngXJ3d1XSQgXcYbgZm2wH4QHS8CTc5mtf9M4XDoz5db", roles: [miner]},
{public-key: "2cvrBT6jePt6mjinE1EdLLymoqRHFhWwepM3E5gRuSeL", roles: [miner]},
{public-key: "87ZVwBTeBiKYdF2Q5hxGazwhR1pKy9VYgun8rLFMEmoW", roles: [miner]}
]
}
}
}

# Application logging level. Could be DEBUG | INFO | WARN | ERROR. Default value is INFO.
logging-level = DEBUG
Expand Down

0 comments on commit 5ead622

Please sign in to comment.