Skip to content

Data Directory

Space Expanse edited this page Apr 2, 2023 · 1 revision

Data Directory

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.

SpaceXpanse QT Wallet Data Directory

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/

SpaceXpanse Electron Wallets Data Directory

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).

Menu

HOME

Step by step - from zero to hero

SpaceXpanse ROD blockchain

ROD core wallet

RPC Methods

Tools

libspex C++ library

SpaceXpance Metaverse Simulator

Downloads

Wallets

Other

Tutorials

Hello World!
Mover Game
Ships
  • Ships (How to get started playing)

Miscellaneous

To top

Clone this wiki locally