Skip to content

Instantly share code, notes, and snippets.

@joeqian10
Last active December 28, 2018 09:07
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 joeqian10/f419de06c23b85970cda5b40ea5e2ddc to your computer and use it in GitHub Desktop.
Save joeqian10/f419de06c23b85970cda5b40ea5e2ddc to your computer and use it in GitHub Desktop.
Config files for NEO Testnet faucet
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 10001,
"WsPort": 10002
},
"RPC": {
"Port": 10003,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
{
"ProtocolConfiguration": {
"Magic": 7777777,
"AddressVersion": 23,
"SecondsPerBlock": 15,
"StandbyValidators": [
"0375995536bf377b94bda7bf4d2606b06328b4633af3c59ac839c1d3d1cfa34bb3",
"034192690a094073563b23aac2159fc4095db92f91c76d63d636d84d5c38497f64",
"03d3bcd84802ba92d88e3caa8c9cf25171efb0a9d95ccc43c3784398e737f8e97b",
"033d860c06a99f24e0cbbba9f621bbb8dcfba882ad4b57892433e93f6fe2cb0ce1",
"034ab3523b3e52c5f8a1e08ec8b908aeeb681c3d64ba3e674b9d5b0d50219619e5",
"0294749da77ed4f62a35514ee4eb96fb29c15bdafc9d56e527f2b294503b924603",
"02d843a6590f1a10d6cfbde44bff648bd057447c238d069f0ac2a930d89b5adde6"
],
"SeedList": [
"47.254.91.93:10013",
"47.254.91.93:10023",
"47.254.91.93:10033",
"47.254.91.93:10043",
"47.254.91.93:10053",
"47.254.91.93:10063",
"47.254.91.93:10073"
],
"SystemFee": {
"EnrollmentTransaction": 1000,
"IssueTransaction": 500,
"PublishTransaction": 500,
"RegisterTransaction": 10000
}
}
}
{
"ApplicationConfiguration": {
"DataDirectoryPath": "Chains/testnet_notifserver",
"NotificationDataPath": "Chains/Test_Notifserver",
"RPCPort": 30337,
"NodePort": 20340,
"SslCert": "",
"SslCertPassword": "",
"UriPrefix": [
"http://*:30337"
],
"WsPort": 10337,
"BootstrapFile":"",
"NotificationBootstrapFile":"",
"DebugStorage":1,
"AcceptIncomingPeers": true,
"CompilerNep8":false
},
"ProtocolConfiguration": {
"AddressVersion": 23,
"Magic": 7777777,
"SeedList": [
"47.254.91.93:10013",
"47.254.91.93:10023",
"47.254.91.93:10033",
"47.254.91.93:10043",
"47.254.91.93:10053",
"47.254.91.93:10063",
"47.254.91.93:10073"
],
"RPCList":[
"47.254.91.93:10012",
"47.254.91.93:10022",
"47.254.91.93:10032",
"47.254.91.93:10042",
"47.254.91.93:10052",
"47.254.91.93:10062",
"47.254.91.93:10072"
],
"StandbyValidators": [
"0375995536bf377b94bda7bf4d2606b06328b4633af3c59ac839c1d3d1cfa34bb3",
"034192690a094073563b23aac2159fc4095db92f91c76d63d636d84d5c38497f64",
"03d3bcd84802ba92d88e3caa8c9cf25171efb0a9d95ccc43c3784398e737f8e97b",
"033d860c06a99f24e0cbbba9f621bbb8dcfba882ad4b57892433e93f6fe2cb0ce1",
"034ab3523b3e52c5f8a1e08ec8b908aeeb681c3d64ba3e674b9d5b0d50219619e5",
"0294749da77ed4f62a35514ee4eb96fb29c15bdafc9d56e527f2b294503b924603",
"02d843a6590f1a10d6cfbde44bff648bd057447c238d069f0ac2a930d89b5adde6"
],
"SystemFee": {
"EnrollmentTransaction": 1000,
"IssueTransaction": 500,
"PublishTransaction": 500,
"RegisterTransaction": 1000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment