🟢Swisstronik
Swisstronik is a layer 1 solution built on the Cosmos SDK framework. It aims to combine the benefits of the Ethereum Virtual Machine (EVM) with the underlying infrastructure provided by the Cosmos SDK
Hardware requirements:
For now, you can use any Intel CPU which supports SGX via SPS and EPID remote attestation
32GB RAM
500 GB SSD
Ubuntu 22
Website: https://swisstronik.com/ Telegram: https://t.me/swisstronik Discord: https://discord.com/invite/73cKRu9BQF X: https://x.com/swisstronik Node39 support:
Update version 1.0.6
ver="v1.0.6"
wget https://github.com/SigmaGmbH/swisstronik-chain/releases/download/testnet-${ver}/swisstronikd.zip
unzip swisstronikd.zip
sudo cp $HOME/bin/libsgx_wrapper_${ver}.x86_64.so /usr/lib
cp $HOME/bin/${ver}_enclave.signed.so $HOME/.swisstronik-enclave
chmod +x $HOME/bin/swisstronikd
sudo mv $HOME/bin/swisstronikd $(which swisstronikd)
Next: Edit systemd to v1.0.6 (Option)
sudo systemctl daemon-reload && sudo systemctl restart swisstronikd && journalctl -u swisstronikd -f -o catSetup SGX:
Install Intel AESM service:
Install all required libraries:
Install RUST:
Build & Install SGX tool:
Install dependencies:
Install GO: (amd64 - x86)
Download Swisstronik:
Set chain and Name Swisstronik: Change <Change-Name>
If err request-master-key: https://swisstronik.gitbook.io/swisstronik-docs/node-setup/upgrade-your-node/swisstronik-v3-testnet
Download Genesis & addressbook:
Create Service:
State sync:
Download snapshort:
Download cli v6:
The command above will output a list of accessible commands and flags:
Next
Wallet:
Check sync: (False -> Done)
Create Validator:
Edit Validator:
Delegate Token to your own validator:
Withdraw rewards and commission from your validator:
Command:
Last updated