The current code has not been synchronized to the latest one. Only the binary file of bevm v0.4.0 is provided here.
Important: BEVM has been rebranded to GEB. To maintain compatibility, the executable binary file will still be released under the name "bevm"
version
$ bevm --version
bevm 0.4.0-40ac6943183How to sync geb testnet(name is signet) blocks from genesis
$ bevm --chain=signet --name="Your Node Name" --pruning=archiveHow to sync geb-mainnet blocks from genesis
$ bevm --chain=mainnet --name="Your Node Name" --pruning=archiveHow to run your trace node
https://github.com/GEBcore/runtime-overrides
Checksum
| name | md5sum |
|---|---|
| bevm-v0.4.0-trace-ubuntu22.04-arm64.tar.gz | 961fa5a2f76876c2aa1703e0df7949a9 |
| bevm-v0.4.0-trace-ubuntu22.04-x86_64.tar.gz | f3f4c3c9e53dc08e1ad12ba02a55e6e8 |
| bevm-v0.4.0-ubuntu22.04-arm64.tar.gz | a0ea57d4e8d2b26c9e03a4214ffb4bd4 |
| bevm-v0.4.0-ubuntu22.04-x86_64.tar.gz | 488b44e6fc26198064d7ae4aaeec496c |
| 63_no_trace_bevm_runtime.compact.compressed.wasm | 5dbe9a235ad520d4a8b956cdf3b64dcf |
| 63_no_trace_bevm_signet_runtime.compact.compressed.wasm | 88d6b12b57663aa6a65e45dbd9bb2cfc |
| 63_trace_bevm_runtime.compact.compressed.wasm | bdf5cf2773f8d6332fa06a049bcce3ce |
| 63_trace_bevm_signet_runtime.compact.compressed.wasm | c9de5ad05eb665dadb951b7e66ea879c |
Docker
- Currently, only the
x86_64docker image is provided. - Currently, only the
validator,syncandnot tracedocker images are provided.
docker pull btclayer2/bevm:v0.4.0