Last active
November 13, 2018 15:14
-
-
Save ephdtrg/d7caf3c91904fea795234331f04429ea to your computer and use it in GitHub Desktop.
Config files for NEO MyWish Testnet
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
| { | |
| "ApplicationConfiguration": { | |
| "Paths": { | |
| "Chain": "Chain_{0}", | |
| "Index": "Index_{0}" | |
| }, | |
| "P2P": { | |
| "Port": 20333, | |
| "WsPort": 20334 | |
| }, | |
| "RPC": { | |
| "Port": 20332, | |
| "SslCert": "", | |
| "SslCertPassword": "" | |
| }, | |
| "UnlockWallet": { | |
| "Path": "", | |
| "Password": "", | |
| "StartConsensus": false, | |
| "IsActive": false | |
| } | |
| } | |
| } |
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":88367391, | |
| "AddressVersion":23, | |
| "SecondsPerBlock":15, | |
| "StandbyValidators":[ | |
| "038a43b4134bc7edfb44e2c6f98676a02d24fc0a901a4632c07a02900bede5593b", | |
| "0385c29ac2215930dd1eb53c1a4741326d35c666a10130da837c975c1f6494f05e", | |
| "029b604c9d22f75ee63c487ad04c8473a8cbb33e46274993eaa712a85392e55dbd", | |
| "039f44c54b27b6014f4986f33a73876815a5bd0b0519ae2c1aee42b05b641ab47e" | |
| ], | |
| "SeedList":[ | |
| "neo.mywish.io:20332", | |
| "neo.mywish.io:20333", | |
| "neo.mywish.io:20334", | |
| "neo.mywish.io:20335" | |
| ], | |
| "SystemFee":{ | |
| "EnrollmentTransaction":1000, | |
| "IssueTransaction":500, | |
| "PublishTransaction":500, | |
| "RegisterTransaction":10000 | |
| } | |
| } | |
| } |
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
| { | |
| "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": 88367391, | |
| "SeedList": [ | |
| "144.76.168.164:20332", | |
| "144.76.168.164:20333", | |
| "144.76.168.164:20334", | |
| "144.76.168.164:20335" | |
| ], | |
| "RPCList":[ | |
| "144.76.168.164:30332", | |
| "144.76.168.164:30333", | |
| "144.76.168.164:30334", | |
| "144.76.168.164:30335" | |
| ], | |
| "StandbyValidators": [ | |
| "038a43b4134bc7edfb44e2c6f98676a02d24fc0a901a4632c07a02900bede5593b", | |
| "0385c29ac2215930dd1eb53c1a4741326d35c666a10130da837c975c1f6494f05e", | |
| "029b604c9d22f75ee63c487ad04c8473a8cbb33e46274993eaa712a85392e55dbd", | |
| "039f44c54b27b6014f4986f33a73876815a5bd0b0519ae2c1aee42b05b641ab47e" | |
| ], | |
| "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