-
Notifications
You must be signed in to change notification settings - Fork 0
xaya.conf
The xaya.conf file in the data directory lets you set default options for xayad.
These options are set whether you run xayad directly, run the XAYA QT wallet, or run the XAYA Electron wallet.
You can find an example xaya.conf file in the XAYA Core respository here.
You can get a complete list of options with descriptions by running this command:
xayad --help >xayadhelp.txt
Use them as described in that help or as described in the example xaya.conf file.
The majority of options are identical to those used in Bitcoin and Namecoin. However, there are options that are unique to XAYA.
See the Daemon Options document for a list of differences, e.g. name_register, name_update, etc.
See more information about running xayad for games here.
See more information about daemon startup options for xayad here.
See more information about xaya-cli here.
See more information about XAYA RPC methods here.
- 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 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity