Binary

BEVM TESTNET

Install BEVM Node

Download the latest stable release of the BEVM node from the builds repo and unpack.Make sure you're running Ubuntu system.Choose the corresponding binary package according to your operating system architecture.

Unzip the downloaded package then you can try to run the node:

$ bevm --version
bevm 0.1.1-ef190a5a903

Run node

You must set your node name.

$ bevm --chain=testnet --name="Your Node Name" --pruning=archive --telemetry-url "wss://telemetry.bevm.io/submit 0"

Telemetry stats

If your deployment is successful, you can see the running status of your node on Telemetry stats

Last updated