This repository was archived by the owner on May 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ on how you can run your own `geth` instance.
5757By far the most common scenario is people wanting to simply interact with the Ethereum
5858network: create accounts; transfer funds; deploy and interact with contracts. For this
5959particular use-case the user doesn't care about years-old historical data, so we can
60- fast- sync quickly to the current state of the network. To do so:
60+ sync quickly to the current state of the network. To do so:
6161
6262``` shell
6363$ geth console
@@ -159,7 +159,7 @@ docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \
159159 ethereum/client-go
160160```
161161
162- This will start ` geth ` in fast -sync mode with a DB memory allowance of 1GB just as the
162+ This will start ` geth ` in snap -sync mode with a DB memory allowance of 1GB just as the
163163above command does. It will also create a persistent volume in your home directory for
164164saving your blockchain as well as map the default ports. There is also an ` alpine ` tag
165165available for a slim version of the image.
You can’t perform that action at this time.
0 commit comments