near / nearup

Public scripts to launch NEAR Protocol betanet and testnet node
102 stars 33 forks source link

Fix bug in nearup when starting multiple nodes #209

Closed mm-near closed 2 years ago

mm-near commented 2 years ago

num_nodes was increased too early - which resulted in the first node to start on port X+1 (while the nodes were trying to connect to port X).