To run:
- modify the EOS variable in run.sh to point to your eosio build
- modify net.map to reflect the desired network connections
- node 0 is the bios node
- the mapping is
n : m
, which means connect node n to m
- run run.sh, it will start m nodes which is the max node from net.map
To use:
c or C
will connect a node n to md or D
will disconnect a node n from mk or K
will kill a node nx or X
will exit the testnet, kill all nodes and destroy any temporary data (this includes the chain data)
To analyze nodes:
- Run tail -f node.
n
.out to see the nodes output in realtime.