[Ethereum] Running out of storage space – want to move Mist chaindata

datadirmiststorage

I have a small laptop that I basically use for nothing but my Ethereum wallet, using Mist. I'm running out of space, so I added a 64gb SD card and I'd like to keep Mist running on the laptop but store the blockchain data to the SD card.

I followed instructions for making that change in Geth via terminal – designating --datadir to the directory of the SD card – but it doesn't seem to make any difference when I open Mist. The entries in the chaindata folder on my laptop's storage keep expanding and nothing appears on the SD card.
Does anyone know how to do this?

Best Answer

Mist has the data directory hard coded.

If you want to run geth directly, you can use --datadir. You might also use a symbolic link.

Not much more to say on this other than submit an issue on the Mist project if you'd like to see this changed.