Services Dexanode
  • Mapping Networks
    • Mapping Networks
  • Mainnet
    • Planq Network
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Lambda Network
      • Installation
    • Ununifi
      • Installation
      • Manual Installation
    • Lambda Network
  • Testnet
    • CreditCoin (Polkadot)
    • BEVM Incentiviced Testnet Full Node
      • Binaries
      • Docker
    • Dymension Froopyland
      • Create Pull Request
      • Deploy NFT & Smart Contract
    • Noria
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Artela
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Empower
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Cross Finance
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • Tool and Services
    • Eclipse Testnet
      • Eclipse Testnet Bridge Quest
    • Polymer
      • Polymer With Docker
      • Polymer Challenge 4
      • Polymer Challenge 4 Gitpod
    • Risc Zero Contributed Phase 1
  • Page 2
  • Tooling Service
    • Create Custom Endpoint Cosmos
    • Create custom endpoint Initia Node
    • Create Snapshoot
  • Page
Powered by GitBook
On this page
  1. Testnet
  2. BEVM Incentiviced Testnet Full Node

Binaries

PreviousBEVM Incentiviced Testnet Full NodeNextDocker

Last updated 1 year ago

BEVM is a decentralized EVM-compatible based on , and using as gas. BEVM = EVM + to VM + BEVM-Stacks.

  • OS : Ubuntu 20.4+

  • CPU : 2 Cores

  • RAM : 2 GB

  • SSD : 300 GB

Upgrade Package

sudo apt-get update
sudo apt-get upgrade

Create Directory

mkdir -p $HOME/.bevm

Download Binaires

wget -O bevm https://github.com/btclayer2/BEVM/releases/download/testnet-v0.1.1/bevm-v0.1.1-ubuntu20.04 && chmod +x bevm
sudo cp bevm /usr/bin/
bevm --version

Fund your address with faucet first with EVM Address (0x)

  • go to channel faucet on discord BEVM

  • /faucet your_address_evm

Create Services

sudo tee /etc/systemd/system/bevm-node.service > /dev/null << EOF
[Unit]
Description=BEVM Node
After=network-online.target
StartLimitIntervalSec=0

[Service]
User=$USER
Restart=always
RestartSec=3
ExecStart=/usr/bin/bevm \
  --base-path $HOME/.bevm/data/validator/replace_with_your_address_evm \
  --name replace_with_your_address_evm \
  --chain testnet \
  --telemetry-url "wss://telemetry.bevm.io/submit 0"
[Install]
WantedBy=multi-user.target
EOF

Start Services

sudo systemctl daemon-reload

sudo systemctl enable bevm-node

sudo systemctl start bevm-node

Check Logs

sudo journalctl -u bevm-node -f --no-hostname -o cat

Check on Telementary

Wait 30 minutes - 1 hours

By : @sychonix

#BTClayer2
#Taproot
$BTC
$BTC
$BTC
BEVM Telemetry
Logo