Skip to content

Instantly share code, notes, and snippets.

@gubanotorious
Created March 1, 2018 07:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gubanotorious/9852771838291373af17e763b90a3e1f to your computer and use it in GitHub Desktop.
Save gubanotorious/9852771838291373af17e763b90a3e1f to your computer and use it in GitHub Desktop.
CoZ Testnet Configurations
//Contents of the config.json file
{
"ApplicationConfiguration": {
"DataDirectoryPath": "ChainTestNet",
"CertCachePath": "Certs",
"NodePort": 20333,
"WsPort": 20334,
"UriPrefix": [ "http://*:20332" ],
"SslCert": "",
"SslCertPassword": "",
"Urls": {
"AddressUrl": "http://testnet.antcha.in/address/info/{0}",
"AssetUrl": "http://testnet.antcha.in/tokens/hash/{0}",
"TransactionUrl": "http://testnet.antcha.in/tx/hash/{0}"
}
}
}
//Contents of the protocol.json file
{
"ProtocolConfiguration": {
"Magic": 1953787457,
"AddressVersion": 23,
"StandbyValidators": [
"0327da12b5c40200e9f65569476bbff2218da4f32548ff43b6387ec1416a231ee8",
"026ce35b29147ad09e4afe4ec4a7319095f08198fa8babbe3c56e970b143528d22",
"0209e7fd41dfb5c2f8dc72eb30358ac100ea8c72da18847befe06eade68cebfcb9",
"039dafd8571a641058ccc832c5e2111ea39b09c0bde36050914384f7a48bce9bf9",
"038dddc06ce687677a53d54f096d2591ba2302068cf123c1f2d75c2dddc5425579",
"02d02b1873a0863cd042cc717da31cea0d7cf9db32b74d4c72c01b0011503e2e22",
"034ff5ceeac41acf22cd5ed2da17a6df4dd8358fcb2bfb1a43208ad0feaab2746b"
],
"SeedList": [
"seed1.neo.org:20333",
"seed2.neo.org:20333",
"seed3.neo.org:20333",
"seed4.neo.org:20333",
"seed5.neo.org:20333",
"test1.cityofzion.io:8880",
"test2.cityofzion.io:8880",
"test3.cityofzion.io:8880",
"test4.cityofzion.io:8880",
"test5.cityofzion.io:8880"
],
"SystemFee": {
"EnrollmentTransaction": 10,
"IssueTransaction": 5,
"PublishTransaction": 5,
"RegisterTransaction": 100
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment