Initializing the blockchain... Killed on starport network chain create
I am trying to create a new network with starport with the default blockchain code sourced from
https://github.com/tendermint/spn
When I hit the command below,
starport network chain create customchain https://github.com/tendermint/spn
I get the following messages.
Source code fetched
◥ Initializing the blockchain… Killed
Can anyone lead me to a solution here? Thanks a lot.
Cannot reproduce. Can you, please, create an issue describing the environment in which you executed the command. That would really help us to debug the problem.
GitHubBuild software better, together
GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.
Also, for anyone reading this. Please, consider using Discord instead of this forum for questions: https://discord.gg/vcExX9T (we don’t have the bandwidth to monitor both, but we’re very active on Discord)
Hey there. Just figured out what was wrong. I was running a
starport serve
in the same VM while trying to deploy the chain on the network. So it was being killed by the former process. Thanks a lot Denis!