Binary
BEVM TESTNET
Install BEVM Node by UI
Download the latest stable release of the BEVM
node from the builds repo and unpack. Make sure you're running the 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:
Install BEVM Node by cURL
Run node (Run in the background)
Copy the path for the bevm, and then create a systemd service file.
Copy the content into your file (be sure to understand how to use VI)
If you want to get incentives from the BEVM TestNet FullNode Program, set "your_node_name" as the BEVM address.
To synchronize swiftly, you can manually configure a boot node in the following way. ExecStart=<your bevm binary path> --chain=testnet --name="your node name" --pruning=archive --telemetry-url "wss://telemetry.bevm.io/submit 0" --bootnodes="/ip4/publicIP/tcp/30333/ws/p2p/nodePublicKey" Where you can find bootnode here
Reload the systemd configuration
Start the node service
Set the service to start automatically on boot
Check the service running status
Run node (Unrecommend)
You must set your node name.
If you want to get incentives from the BEVM TestNet FullNode Program, set "your_node_name" as the BEVM address.
Last updated