Created
May 30, 2018 09:16
-
-
Save sirpy/875cbbeb66f478b1e59fc06dd3a2f575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ProtocolConfiguration": { | |
"Magic": 7630401, <--- you can/should modify this number | |
"AddressVersion": 23, | |
"SecondsPerBlock": 15, | |
"StandbyValidators": [ | |
"yourkey1here", | |
"yourkey2here", | |
"yourkey3here", | |
"yourkey4here", | |
], | |
"SeedList": [ | |
"localhost:10333", | |
"localhost:20333", | |
"localhost:30333", | |
"localhost:40333" | |
], | |
"SystemFee": { | |
"EnrollmentTransaction": 1000, | |
"IssueTransaction": 500, | |
"PublishTransaction": 500, | |
"RegisterTransaction": 10000 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment