Skip to content

feat(config): add reward-vi root #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions main_net_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ storage {
# the estimated number of block transactions (default 1000, min 100, max 10000).
# so the total number of cached transactions is 65536 * txCache.estimatedTransactions
# txCache.estimatedTransactions = 1000

# data root setting, for check data, currently, only reward-vi is used.

# merkleRoot = {
# reward-vi = 9debcb9924055500aaae98cdee10501c5c39d4daa75800a996f4bdda73dbccd8 // main-net, Sha256Hash, hexString
# }
}

node.discovery = {
Expand Down
4 changes: 4 additions & 0 deletions private_net_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ storage {
// maxOpenFiles = 100
// },
]
# data root setting, for check data, currently, only reward-vi is used.

# merkleRoot = {
# reward-vi = 9debcb9924055500aaae98cdee10501c5c39d4daa75800a996f4bdda73dbccd8 // main-net, Sha256Hash, hexString
# }
}

# this part of config is used to node discovery.
Expand Down
5 changes: 5 additions & 0 deletions test_net_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ storage {
# the estimated number of block transactions (default 1000, min 100, max 10000).
# so the total number of cached transactions is 65536 * txCache.estimatedTransactions
# txCache.estimatedTransactions = 1000
# data root setting, for check data, currently, only reward-vi is used.

merkleRoot = {
reward-vi = b474b61f93824cd70106f8f5283fa740d61b83a7d57a3c12401d627f1fae0a77 // nile-net, Sha256Hash, hexString
}
}

node.discovery = {
Expand Down