-
Notifications
You must be signed in to change notification settings - Fork 10
Data Directory
The data directory is where XAYA stores data. Some of that includes:
- The blockchain
- Wallets
- The .cookie file
- The xaya.conf file
- The debug.log file
This Bitcoin documentation is substantially the same as it is for XAYA.
The following details where wallets are found, which are all inside the data directory, or "datadir" as it is commonly called.
The XAYA QT wallet can be found in the datadir wallets folder on Windows here:
%APPDATA%\Xaya\wallets\
e.g.
C:\Users\<user>\AppData\Roaming\Xaya\wallets\
On Linux the wallet folder is here:
~/.xaya/wallets/
Or here:
~/home/<user>/xaya/wallets/
On OS X (Mac) the wallet folder is here:
~/Library/Application Support/Xaya/wallets/
The XAYA Electron wallets are in the game.dat and vault.dat subfolders. On Windows, those are here:
%APPDATA%\Xaya\wallets\game.dat\
%APPDATA%\Xaya\wallets\vault.dat\
e.g.
C:\Users\<user>\AppData\Roaming\Xaya\wallets\game.dat\
C:\Users\<user>\AppData\Roaming\Xaya\wallets\vault.dat\
The XAYA Electron wallet is not yet available for Linux or OS X (Mac).
- Step 0: Blockchain Basics
- Step 1: xayad <⸺ start here
- Step 2: The Game State Processor
- Step 3a: libxayagame Component Relationships
- Step 3b: Compile libxayagame in Windows
- Step 3b: Compile libxayagame in Ubuntu
- Step 4: Run xayad for Games
- Step 5: Hello World! in C++
- Step 5: Hello World! in C#
- Step 5: Hello World! with SQLite
- Step 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity
- libxayagame Component Relationships
- How to Compile libxayagame in Ubuntu 20.04.03
- How to Compile libxayagame in Ubuntu 22.04
- How to Compile libxayagame in Windows
- Xayaships (How to get started playing)