mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
add note on light clients after merge
This commit is contained in:
parent
1f7c9ea2d6
commit
6f6d57cbbd
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ Running a full node is the most trustless, private, decentralized and censorship
|
||||||
|
|
||||||
Read more about the reasons to run nodes on [ethereum.org](https://ethereum.org/en/run-a-node/).
|
Read more about the reasons to run nodes on [ethereum.org](https://ethereum.org/en/run-a-node/).
|
||||||
|
|
||||||
|
{% include note.html content=" Geth light clients **do not currently work** on proof-of-stake Ethereum. New light clients that work with the proof-of-stake consensus engine are expected to ship soon!" %}
|
||||||
|
|
||||||
|
|
||||||
## Light node vs full node
|
## Light node vs full node
|
||||||
|
|
||||||
Running Geth in light mode has the following advantages for users:
|
Running Geth in light mode has the following advantages for users:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue