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.
57
57
By far the most common scenario is people wanting to simply interact with the Ethereum
58
58
network: create accounts; transfer funds; deploy and interact with contracts. For this
59
59
particular 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:
61
61
62
62
``` shell
63
63
$ geth console
@@ -159,7 +159,7 @@ docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \
159
159
ethereum/client-go
160
160
```
161
161
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
163
163
above command does. It will also create a persistent volume in your home directory for
164
164
saving your blockchain as well as map the default ports. There is also an ` alpine ` tag
165
165
available for a slim version of the image.
You can’t perform that action at this time.
0 commit comments