spacemeshos / local-testnet

A local testnet of go-spacemesh full nodes running the Spacemesh protocol and a functional CLI wallet. 💾⏰
https://spacemesh.io
MIT License
14 stars 4 forks source link

Can't start localnet with node from develop branch #38

Closed avive closed 3 years ago

avive commented 3 years ago
  1. Build a local docker image from go-sm code in develop branch.
  2. Start a local net: spacemesh-local-testnet create --go-sm-image=spacemesh:local Result: network won't be created. Stuck on Miner1 starting. Expected: network to be created.

On same box, running localnet without a local node works fine. Last message displayed Starting Miner1 (Type: Bootstrap) before hang.

avive commented 3 years ago

--remove-old-api-port=true is required for nodes that do not include the old api.

avive commented 3 years ago

Updated the guide with this flag.