removed hardcoded home path and added dynamic home path

This commit is contained in:
priom 2018-03-27 16:29:17 -04:00
parent e2efc7b99f
commit cb959675fc

View file

@ -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