-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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).
Use the sidebar in the right to navigate through the documentation
- Overview
- Step 0: Blockchain Basics
- Step 1: SpaceXpanse Daemon
- Step 2: The Game State Processor
- Step 3a: libspex Component Relationships
- Step 3b: Compile libspex in Windows
- Step 3b: Compile libspex in Ubuntu
- Step 4: Run SpaceXpanse Daemon for Games
- Step 5: Hello World! in C++
- Step 5: Hello World! in C#
- Step 5: Hello World! with SQLite
- Overview
- Tech Specs
- Blockchain Consensus Protocol
- Dual Algo Mining
- Currencies/Tokens
- Daemon Interface
- Games/dApps
- Atomic Trading
- How to Compile libspex in Ubuntu 20.04.03
- How to Compile libspex in Ubuntu 22.04
- How to Compile libspex in Windows
- libspex Component Relationships
- Getting Started with Regtest
- How to Wire Up libspex in C#
- RPC Windows C# Tutorial
- Atomic Transactions Tutorial
- Ships (How to get started playing)