Skip to content
Cosmopediaby Unity Nodes
DiscussionsCosmos-SDKInitializing the blockchain... Killed on starport network chain createForum ↗

Initializing the blockchain... Killed on starport network chain create

Cosmos-SDK3 posts799 views3 likesLast activity Jun 2021
HA
hardik047OP
Jun 2021 1

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.
:heavy_check_mark: Source code fetched
◥ Initializing the blockchain… Killed

Can anyone lead me to a solution here? Thanks a lot.

DE
denis
Jun 2021 1

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.

GitHub

Build 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)

HA
hardik047
Jun 2021 1

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!

← Back to Discussions