mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Clarify block generation
This commit is contained in:
parent
5e52313c84
commit
29eb72ddba
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Starting geth in dev mode does the following:
|
||||||
- Sets the gas price to 0
|
- Sets the gas price to 0
|
||||||
- Uses the Clique PoA consensus engine with which allows blocks to be mined as-needed without excessive CPU and memory consumption
|
- Uses the Clique PoA consensus engine with which allows blocks to be mined as-needed without excessive CPU and memory consumption
|
||||||
- Prevents the consensus (proof of work) difficulty from ever increasing
|
- Prevents the consensus (proof of work) difficulty from ever increasing
|
||||||
- Permits 0 block times in the clique consensus engine and forbid empty blocks for 0 periods
|
- Uses on-demand block generation, producing blocks when there are transactions waiting to be mined
|
||||||
|
|
||||||
You can specify a data directory to maintain state between runs using the `--datadir` option, otherwise databases are ephemeral and in-memory:
|
You can specify a data directory to maintain state between runs using the `--datadir` option, otherwise databases are ephemeral and in-memory:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue