🖥️Installation
DISCLAIMER: THIS I CAN RUN USING CONTABO VPS, YOU NEED TO PAY ATTENTION TO THE PATH NAMING SECTION OF YOUR RESPECTIVE HOME FOLDERS
More details about the incentive program :
https://www.stratisplatform.com/2024/02/07/500k-strax-airdrop-staking-quick-start-guide/
Okay let’s continue running the stratis validator node.
Port Requirements
GETH: Allow: 30303/UDP+TCP in+out; Block: 8545/TCP all
Prysm beacon-chain: Allow: */TCP+UDP out, 13000/TCP in+out, 12000/UDP in+out; Block: 3500/TCP all, 8551/TCP all, 4000/TCP all
Validator Requirements 20,000 STRAX Testnet
Install dependencies
sudo apt update && sudo apt upgrade -y &&\
sudo apt install git build-essential curl jq wget tar ufw -yPort configure ( It’s default but you can costum with flags)
sudo ufw allow ssh
sudo ufw allow 30303/tcp
sudo ufw allow 13000
sudo ufw allow 12000
sudo ufw enable
sudo ufw reload
Install Go
check go
Create ~/go/bin directory
Configure and Run an Execution Client ( geth )
You should see logs like this, meaning geth is running and synchronizing to the highest block.
Configure a Beacon Client
Generate Keys and Import
Go to https://auroria.launchpad.stratisevm.com/en/overview Please confirm until “Generate key pairs” appears, And input your Metamask wallet address.

Get Deposit CLI
Follow the instructions , You will be asked to create a password and make sure to copy the seed phrase.
Will create a validator_keys folder and contains two files namely deposit_data-*.json, keystore-m_*.json.
Dont Forget Backup First Folder Validator_Keys
Generate Validator CLI
if found folder direct , your validator key succesfully .
Download or copy your validator_keys folder to local. then Deposit
Claim testnet token https://auroria.faucet.stratisevm.com/
Click continue on https://auroria.launchpad.stratisevm.com/en/generate-keys

Upload deposit
deposit_data-xxx.jsonConnect wallet , Click Continue and Confirm tx .
Check tx hash : https://auroria.beacon.stratisevm.com/tx/[tx_hash]#overview .
Check Deposit Progress with Check your pubkey
track deposit progress Go to https://auroria.beacon.stratisevm.com/validator/[YOUR_PUBKEY] . It looks like this

It can take up to 16 hours to deposit in the beacon-chain process and your validator become Active .
Run Validator
Create Password File Change “YOUR_WALLET_PASSWORD” with your password
Be sure to keep your node validator running .
Once the deposit is confirmed and the validator is active. You will see different logs from the validator node as well on https://auroria.beacon.stratisevm.com/validator/[YOUR_PUBKEY].

Last updated