Skip to content

Instantly share code, notes, and snippets.

@sirpy
Created May 30, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirpy/875cbbeb66f478b1e59fc06dd3a2f575 to your computer and use it in GitHub Desktop.
Save sirpy/875cbbeb66f478b1e59fc06dd3a2f575 to your computer and use it in GitHub Desktop.
{
"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