Data Directory - RenegadeMinds/testbed GitHub Wiki

Data Directory

The data directory is where XAYA stores data. Some of that includes:

  • The blockchain
  • Wallets
  • The .cookie file
  • The xaya.conf 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.

XAYA QT Wallet Data Directory

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/

XAYA Electron Wallets Data Directory

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

⚠️ **GitHub.com Fallback** ⚠️