Extension chains

what is the final updated seed list for everyone including @coinselor ?

/selfreply ->nvm you’ve updated the original post for everyone ty sir

1 Like
seeds = "11a552f46f9f9cca4167dcabfa011acd3e6b4704@149.28.128.53:26656,cffa8675227fc3f028a527678ac491309715f632@208.115.200.17:26656,1adcbd9a8a53d93505fb50e88660feb45d5089e4@5.196.22.239:26656"
1 Like

I also updated the seeds line.

1 Like

Unfortunately, I’ve discovered a small mistake in the gentx command (the chain-id) and you’ll need to redo the genesis transaction for your extension-chain Pillar.

rm -rf /root/.supernova/config/gentx/gentx-*
supernovad gentx pillar_moniker 1000000000000000000000stake --chain-id supernova_74506-1 --moniker="pillar_moniker" --min-self-delegation="1000000" --details *insert signature*  --ip="127.0.0.1"

Please note that I’ve added the --ip parameter where I’ve specified the localhost instead of the public IP. We can’t remove the memo field after it’s signed because we invalidate the signature by doing so.

1 Like

Check the hash of the genesis.json file:

sha256sum genesis.json

Should output:

76852615be093232825da9e16bc801445316a191bb7e4e7f806fde0cc9b42478

Commands to run:

supernovad tendermint unsafe-reset-all
rm /root/.supernova/config/genesis.json
nano /root/.supernova/config/genesis.json

Paste the contents of the genesis.json and Control+x to exit and Y to save.

Fixing the supernova.service:

cp /root/supernova/build/supernovad /usr/local/bin/supernovad

Edit this line from supernova.service:

ExecStart=/usr/local/bin/supernovad start

systemctl daemon-reload 

After that you can start the supernova service:

systemctl start supernova.service

Please add @mehowbrainz’s seed node to the seeds entry in the config.toml:

seeds = "b91ab16e7454eeaabcb0d4c5d2f900a08ed518aa@5.196.22.239:26656,7efe3e47afbbf38c44179d3802aee4cad7af47eb@208.115.200.55:26656,7cd3cb605a8da6a7be20736c171ee33d307d6f88@3.94.70.251:26656"

I will prepare the mainnet rollout for Supernova ZVM. We still need to accomplish 2 things in the meanwhile:

  1. A fully functional explorer: @mehowz’s dev is helping us with devops and @0x3639 can host the archive node for it
  2. A fully functional bridge interface to seamlessly swap ZNN and xZNN. Here @dexter can help us or anyone that has experience with frontend development.

Sounds like mehowz will not be able to setup the infra. I will plan to host it.

@aliencoder do we have a faucet for the testnet? Someone was asking in TG today.

We can setup a faucet if someone is interested to host it.

yes I’m happy to do that if no one else wants to.

1 Like

Are we set on 1 & 2 or are these still open?

@0x3639 is on it. Hopefully we’ll have a fully functional explorer.

Here is a little bit more tricky. We should also start integrating EVM support into Syrius @CryptoFish (for xZNN).