Supernova EVM extension-chain

:exclamation::exclamation::exclamation: Please make sure you’re running the latest supernovad binary :exclamation::exclamation::exclamation:

cd /root/supernova
git pull
make build

Kudos to @0x3639 @tapwoot for the seed nodes. Please add them in the config.toml (Step 14).

Actually all producer keystores must have the pubkey exposed because they are signing momentums. But I’ve only searched in the Zenon Tools explorer UI.

I need the public key in hex format. I’ll ask again for both the public key and the signature.

Current status:

@0x3639 :white_check_mark: :seedling:
@coinselor :white_check_mark: :seedling:
@tapwoot :white_check_mark: :seedling:
@mehowz :white_check_mark: :seedling:
@SultanOfStaking :white_check_mark:
@edgepillar :white_check_mark:
@sugoibtc :white_check_mark:
@nbd :white_check_mark:

Kudos again @0x3639 @coinselor @tapwoot for the seeder nodes :seedling:

2 Likes

how many do we need active for the extension to run?

A minimum of 3 extension-chain Pillars.

I’ll wait for @mehowbrainz @nbd and after that I’ll post the genesis.json with genesis_time 12 hours into the future, such that everyone will have enough time to upload the genesis and start the supernova service.

2 Likes

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.

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"
1 Like

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 @dexter703 can help us or anyone that has experience with frontend development.
4 Likes

Is it possible to have a P2P bridge in S Y R I U S?

The swaps between xZNN and ZNN are enabled by the bridge orchestrators. If anyone is interested in creating a bridge interface in Flutter, then we can integrate it directly into Syrius.

But we first need support for Ethereum in Syrius to make this possible (Supernova uses Ethereum’s secp256k1 and RPCs to operate).

1 Like

@aliencoder If you need any help with art stuff, or a collection to test (NFT) please let me know via TG (@itsdyddy) or here.

4 Likes

You can prepare a new collection for the extension-chain mainnet launch (zoon).

5 Likes