The current code has not been synchronized to the latest one. Only the binary file of bevm v0.1.7 is provided here.
version
$ bevm --version
bevm-v0.1.7 0.1.7-968cec3f729
How to sync bevm-testnet 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 run your trace node
https://github.com/btclayer2/runtime-overrides
Checksum
name | md5sum |
---|---|
bevm-v0.1.7-trace-ubuntu20.04-arm64.tar.gz | bf53ab92dbbf60d74f8633a446ede812 |
bevm-v0.1.7-trace-ubuntu20.04-x86_64.tar.gz | 2a02aeacb7b9cdafc76a73b58da017d0 |
bevm-v0.1.7-ubuntu20.04-x86_64.tar.gz | 46daaaf529b4be6f02a4227fa3f6ef4d |
bevm-v0.1.7-ubuntu20.04-arm64.tar.gz | 3553fcaaafe2e7130b8b11c18854bfc0 |
31_no_trace_bevm_testnet_runtime.compact.compressed.wasm | a0cc07f62a378320550dc8ba2b82622b |
31_no_trace_bevm_runtime.compact.compressed.wasm | db0050befdb0d89d83ce49876051cbeb |
31_trace_bevm_testnet_runtime.compact.compressed.wasm | 5e8bb7202812e684985ea5fe08132847 |
31_trace_bevm_runtime.compact.compressed.wasm | 63cd7a5ed8dc6fc365fc8635f94d6179 |
Docker
- Currently, only the
x86_64
docker image is provided. - Currently, only the
validator
,sync
andnot trace
docker images are provided.
docker pull btclayer2/bevm:v0.1.7