The current code has not been synchronized to the latest one. Only the binary file of bevm v0.4.3 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"
Here is the English translation of the protocol update, formatted for clarity and professional communication.
[Mechanism Update] EVM Rent Burn Protocol
1. Effective Time
2026-01-01 00:00:00 UTC
2. Description of Changes
To optimize on-chain space and reduce system maintenance costs, the system will trigger the "EVM Rent Settlement & Burn Mechanism" whenever an Externally Owned Account (EOA) initiates a transaction.
3. Calculation Formula
The rent is calculated based on the time elapsed since the last settlement:
- Last Settlement Date: For all existing and new EOA accounts, the initial default value is set to 2026-01-01 00:00:00 UTC.
4. Execution
The calculated EVM rent will be automatically burned during the execution of any EVM transaction.
5. Important Notice
Please withdraw or manage your assets as soon as possible. Starting from 2026, the longer assets remain idle, the higher the accumulated EVM rent settlement amount will be upon the next transaction.
version
$ bevm --version
bevm 0.4.3-cd9b9d09c55How 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.3-trace-ubuntu22.04-arm64.tar.gz | 022619414d84c125d4008bc8d45c20c6 |
| bevm-v0.4.3-trace-ubuntu22.04-x86_64.tar.gz | f710a63fc16237b1d82cf573f6a685dc |
| bevm-v0.4.3-ubuntu22.04-arm64.tar.gz | 02c9356274fd92299dd2adc544d4666b |
| bevm-v0.4.3-ubuntu22.04-x86_64.tar.gz | b00f350ebd410173d3ee044913668de0 |
| 70_no_trace_bevm_runtime.compact.compressed.wasm | 6237f096c8b706dea4385436e62e4df0 |
| 70_trace_bevm_runtime.compact.compressed.wasm | ab9fd30151567ad4152c6c9dc6a3ed54 |
Docker
- Currently, only the
x86_64docker image is provided. - Currently, only the
validator,syncandnot tracedocker images are provided.
docker pull btclayer2/bevm:v0.4.3