We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e1095 commit 6d359dbCopy full SHA for 6d359db
eth/config.go
@@ -34,6 +34,7 @@ import (
34
// DefaultConfig contains default settings for use on the Ethereum main net.
35
var DefaultConfig = Config{
36
SyncMode: downloader.FastSync,
37
+ EthashCacheDir: "ethash",
38
EthashCachesInMem: 2,
39
EthashCachesOnDisk: 3,
40
EthashDatasetsInMem: 1,
0 commit comments