Create own TestNet
Created by: AK315
- Owner
Created by: mbdestream
- Stratis source codes analysis to understand what part of Stratis is in charge for communication with network;
- Reading available stratis documentations and searching information about testnet creation.
- Owner
Created by: AK315
To learn how to create our own TestNet we need to explore function call chain from starting own block-chain node (by means of cli command) until other block-chain nodes are being found and connected.
- Owner
Created by: mbdestream
- Node traffic analysis to figure out what remote addresses are used;
- Node deployment on test server and tuning it, running;
- Source codes research, rework code places to replace ip-addresses and dns-names with our test server ip and dns-addresses;
- Traffic analysis to understand whether the local node communicates with test server node;
On current stage we have successfully connected local development node with test server node. But we have to figure out why the traffic between our nodes contains requests to unknown ip-addresses.
- Owner
Created by: AK315
Now we have to introduce a new key in Node cli that will designate using of our DeStream TestNet
- Owner
Created by: mbdestream
Cli is extended by adding new command line arguments:
- "-destreamtest" to run node configured to connect with destream test node;
- "-destreamtestserver" to run test server node.
- Owner
Created by: AK315
OK. Implemented.
Please register or sign in to reply