The Wormholes Chain is a multi-dimensional blockchain, in which parallel chains are coupled together to form the network, supporting parallelism as a way to linearly increase throughput with each additional chain added to the system.
For the testnet i recomend using a vps with a minimum 4 core/8gb ram with 250gb ssd/nvme disk from Contabo https://Lihat.info/contabo
Make sure you're using wallet from Limino , and save your phrase and your private key (from top left menu -> Security & Privacy -> Enter your password -> Copy to clipboard). we'll need the private key only (its starting with 0x...
Installation
Open port first, and enable the firewall
ufw allow 22/tcp && ufw allow 30303/tcp
ufw enable
Install Docker for faster installation
sudo apt-get install ca-certificates curl gnupg lsb-release -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
Install Docker compose
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/download/v2.6.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
sudo chown $USER /var/run/docker.sock
Clone wormholes installation script from wormholes github repository
git clone https://github.com/wormholes-org/wormholes
Run the app
cd wormholes
bash ./wormholes_install.sh
Insert your private key from Limino wallet.
wget -O checkworm.sh https://raw.githubusercontent.com/pramonoutomo/wormholes-scripts/main/checkworm.sh && chmod +x checkworm.sh && ./checkworm.sh
To stop, press CTRL+C on your keyboard
To start again use command:
bash ./checkworm.sh
After synced, you need to stake a minimum 70000 ERB to get your validator active and start earn ERB.
stake tutorial are on https://wormholes.com/docs/Install/stake/index.html
Join @codeblocklabs on telegram, and subscribe my youtube channel for more :)