mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
removed hardcoded home path and added dynamic home path
This commit is contained in:
parent
e2efc7b99f
commit
cb959675fc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ EnablePreimageRecording = false
|
|||
CacheDir = "ethash"
|
||||
CachesInMem = 2
|
||||
CachesOnDisk = 3
|
||||
DatasetDir = "/Users/fieldmagic/.ethash"
|
||||
DatasetDir = "$HOME/.ethash"
|
||||
DatasetsInMem = 1
|
||||
DatasetsOnDisk = 2
|
||||
PowMode = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue