github btclayer2/BEVM v0.3.0
Release v0.3.0(LightningBTC and BitAgere)

9 days ago

The current code has not been synchronized to the latest one. Only the binary file of bevm v0.3.0 is provided here.

version

$ bevm --version
bevm 0.3.0-bf1c17c2c5e

How to sync bevm-signet(new testnet) blocks from genesis

$ bevm --chain=signet --name="Your Node Name" --pruning=archive

How to sync bevm-testnet(old testnet, it will be deprecated in the future) blocks from genesis

$ bevm --chain=testnet --name="Your Node Name" --pruning=archive

How to sync bevm-mainnet blocks from genesis

$ bevm --chain=mainnet --name="Your Node Name" --pruning=archive

How to sync satschain blocks from genesis

$ bevm --chain=sats --name="Your Node Name" --pruning=archive

How to run your trace node

https://github.com/btclayer2/runtime-overrides

Checksum

name md5sum
bevm-v0.3.0-trace-ubuntu22.04-arm64.tar.gz 943c5cd407be7d362bc2551fd66a8ffc
bevm-v0.3.0-trace-ubuntu22.04-x86_64.tar.gz bad91857b0a06ed98b108ebd980778ca
bevm-v0.3.0-ubuntu22.04-arm64.tar.gz 1956424cd4070035a2fae9f268e5c3cb
bevm-v0.3.0-ubuntu22.04-x86_64.tar.gz 060ff7e4816b93031c2862d9be7dffd9
53_no_trace_bevm_runtime.compact.compressed.wasm 909378b5ec3c0408f182d1240e85600d
53_no_trace_bevm_signet_runtime.compact.compressed.wasm b6d16d9baef132704abd02688b4d054a
53_trace_bevm_runtime.compact.compressed.wasm c9b03c31e27ee4164bd6d0b0aeec7ddc
53_trace_bevm_signet_runtime.compact.compressed.wasm 11367e1f7d3d72a22640c6f56e327f04

Docker

  • Currently, only the x86_64 docker image is provided.
  • Currently, only the validator, sync and not trace docker images are provided.
docker pull btclayer2/bevm:v0.3.0

Don't miss a new BEVM release

NewReleases is sending notifications on new releases.