Node9X Service
  • 🍄MAINNET
    • đŸŸĸKopi Protocol
      • 💾Service & Snapshot
      • âš™ī¸Installation
      • â›“ī¸Upgrade (V11)
      • đŸĒĸCosmovisor
      • đŸ›°ī¸Command
  • 🚀Testnet
    • đŸ§ŦExplorer
    • đŸŸĸNative
      • âš™ī¸Installation
    • đŸŸĸXRPL EVM
      • 💾Service & Snapshot
      • âš™ī¸Installation
      • đŸ•šī¸Command
    • đŸŸĸPipe Network
      • Installation
      • Upgrade
    • đŸŸĸPell
      • 💾Service & Snapshot
      • âš™ī¸Installation
      • â›“ī¸Upgrade (v1.1.1)
      • đŸ•šī¸Command
    • đŸŸĸStructs
      • 💾Service & Snapshot
      • âš™ī¸Installation
      • đŸ•šī¸Command
    • đŸŸĸPrysm
      • đŸ›°ī¸Service & Snapshot
      • âš™ī¸Installation
      • 💾Command
    • đŸŸĸZenrock
      • 💾Service & Snapshot
      • âš™ī¸Installation
      • â›“ī¸Upgrade ( v6.3.3)
      • đŸ•šī¸Cosmovisor
      • đŸ›°ī¸Command
      • âš™ī¸Sidecar (âœ”ī¸Oracle)
        • 🔗Upgrade
    • đŸŸĸStory Protocol
      • 💾Service & Snapshot
      • âš™ī¸Installation (Odyssey)
      • â›“ī¸Upgrade (v0.13.1)
        • đŸĒĸUpgrade (v0.13.0)
      • â›“ī¸Cosmovisor
      • đŸ›°ī¸Command
    • đŸŸĸ0G Chain
      • Service & Snapshot
      • Installation
        • Cosmovisor
      • Commands
      • â˜‘ī¸0G Storage Node
        • Upgrade (v0.7.3)
      • â˜‘ī¸0G Storage KV
      • â˜‘ī¸0G DA Node
        • Update
      • â˜‘ī¸0G DA Client
    • đŸŸĸAirchains
      • 💾Service & Snapshot
      • âš™ī¸Installation
        • đŸĒĸCosmovisor
        • đŸ”ēEVM ZK Rollup
      • đŸ•šī¸Commands
      • â›“ī¸Upgrade
    • đŸŸĸAllora
      • đŸ”ēWorkers
        • Create tool and worker wallet
        • Install Worker 1
        • Install Worker 2
        • Troubleshooting
        • Script for checking worker
      • Another method
      • Service
      • Installation By Dock (Recommend)
      • Installation
      • Snapshot & State sync
      • Useful commands
    • đŸŸĸHedge Block
      • Service
      • Installation
      • Commands
    • đŸŸĸDill Chain
      • Usage Commands
    • đŸŸĸFiamma Chain
      • đŸĨĻServices & Snapshot
      • âš™ī¸Installation
      • đŸ›°ī¸Usage Command
    • đŸŸĸElixir Testnet
      • âš™ī¸Installation
    • đŸŸĸChainbase
      • â›“ī¸Installation
    • 🔘AXONE Protocol
      • 💾Service & Snapshot
      • âš™ī¸Installation
    • 🔘Symphony
      • 🔌Installation
      • đŸĨĻFresh Peer
    • 🔘Empeiria
      • Installation
      • Usage Command
Powered by GitBook
On this page
  • Docker Installation
  • Mint MOCK Elixir Tokens On Sepolia
  • Download The Environment Template
  • Running Your Validator
  • Upgrading your validator

Was this helpful?

  1. Testnet
  2. Elixir Testnet

Installation

Docker Installation

Install Git

sudo apt update
sudo apt install git
git --version

Install Docker

sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL 
https://download.docker.com/linux/ubuntu/gpg
 | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] 
https://download.docker.com/linux/ubuntu
 $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce jq python3-pip -y
docker --version

Mint MOCK Elixir Tokens On Sepolia

Use Wallet of Metamask for mintting Sepolia ETH

Verify you are connected to the Ethereum Sepolia network and then click the "MINT 1,000 MOCK" button

Stake Your MOCK Tokens

Download The Environment Template

sudo mkdir -p /root/elixir

Download below template and put into above folder

STRATEGY_EXECUTOR_IP_ADDRESS= <IP VPS>
STRATEGY_EXECUTOR_DISPLAY_NAME= <Name>
STRATEGY_EXECUTOR_BENEFICIARY= <Wallet address>
SIGNER_PRIVATE_KEY= <Private key>

Running Your Validator

Pull The Docker Image

docker pull elixirprotocol/validator:v3

Start Your Validator

docker run -d \
  --env-file /root/elixir/validator.env \
  --name elixir \
  --restart unless-stopped \
  elixirprotocol/validator:v3

Check logs

docker logs -f elixir

Upgrading your validator

docker kill elixir
docker rm elixir
docker pull elixirprotocol/validator:v3
PreviousElixir TestnetNextChainbase

Last updated 8 months ago

Was this helpful?

🚀
đŸŸĸ
âš™ī¸
Elixir Protocol Dashboard
Ethereum Sepolia FaucetGoogle Cloud Web3 Portal
https://files.elixir.finance/validator.env
Logo
Logo