when i start wallet for the first time it downloads it's thing to %appdata%/roaming ... is there a way to place these files in my desired location? On a different drive in my computer, backed up by a mirror raid. thx
to change where geth puts all of its files. You will need to start geth every time with --datadir etc. before starting up mist in order to have mist recognize your wallet
Not sure if there's an easier way, I'm by no means an expert.
Comments
geth --datadir "D:\whatever\ethereum"
to change where geth puts all of its files. You will need to start geth every time with --datadir etc. before starting up mist in order to have mist recognize your wallet
Not sure if there's an easier way, I'm by no means an expert.