mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_getting-started/dev-mode.md
Co-Authored-By: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
8074cc34d4
commit
7368680a08
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Starting geth in dev mode does the following:
|
||||||
- Sets max peers to 0
|
- Sets max peers to 0
|
||||||
- Turns off discovery by other nodes
|
- Turns off discovery by other nodes
|
||||||
- Sets the gas price to 0
|
- Sets the gas price to 0
|
||||||
- Uses the ethash consensus engine with clique headers to allows blocks to be mined as fast as your CPU and memory can handle
|
- 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
|
- Permits 0 block times in the clique consensus engine and forbid empty blocks for 0 periods
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue