data directory - SpaceXpanse/Documentation GitHub Wiki
The data directory is where SpaceXpanse stores data. Some of that includes:
- The blockchain
- Wallets
- The .cookie file
- The spacexpanse.conf file
- The debug.log file
This Bitcoin documentation is substantially the same as it is for SpaceXpanse.
The following details where wallets are found, which are all inside the data directory, or "datadir" as it is commonly called.
The SpaceXpanse QT wallet can be found in the datadir wallets folder on Windows here:
%APPDATA%\SpaceXpanse\wallets\
e.g.
C:\Users\<user>\AppData\Roaming\SpaceXpanse\wallets\
On Linux the wallet folder is here:
~/.spacexpanse/wallets/
Or here:
~/home/<user>/spacexpanse/wallets/
On OS X (Mac) the wallet folder is here:
~/Library/Application Support/SpaceXpanse/wallets/
The SpaceXpanse Electron wallets are in the game.dat and vault.dat subfolders. On Windows, those are here:
%APPDATA%\SpaceXpanse\wallets\game.dat\
%APPDATA%\SpaceXpanse\wallets\vault.dat\
e.g.
C:\Users\<user>\AppData\Roaming\SpaceXpanse\wallets\game.dat\
C:\Users\<user>\AppData\Roaming\SpaceXpanse\wallets\vault.dat\
The SpaceXpanse Electron wallet is not yet available for Linux or OS X (Mac).