We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added script for Ubuntu 22.04, etc. Added script for Ubuntu 22.04. Fixed missing "sudo make install" line. Corrected text in description for Ubuntu version.
Added compiling on Ubuntu 22.04 Compiling on Ubuntu 22.04 requires a few tweaks compared to compiling on Ubuntu 20.04. Added Bitcoin-Core libsecp256k1 and Xaya Eth-Utils to 20.04.03 build instructions.
Added Xayaships and Electrum Additional information for Xayaships and the Xaya Electrum CHI SPV wallet have been added with simple explanations to help get developers started. In particular, the additional information is for "lite" or "simple" mode wallets in games, the Xaya Game Channels technology, and the sqlitegame class for games.
Updated link to wallets Updated the links to the wallet page on the Xaya website.
Fix URLs
Fixed broken link. Added xaya.conf examples with updated URLs.
Updated forum support link to Discord support channel.
Updated Build xayad (markdown)
Updated How to Compile libxayagame in Windows (markdown)
Updated libxayagame build instructions This updates libxayagame build instructions for Ubuntu 20.04.3. There are significant changes. A script is included for convenience.
Updated Mining CHI (markdown)
Fixed a composition error. Updated "Do the Math for Change" to correct a composition error in the text.
Update command to download and run libxayagame build script
Updated command to get & run libxayagame build script Updated command to get & run libxayagame build script.
Updated Running xayad for games (markdown)
Added tutorial on Atomic Transactions This tutorial walks you through an atomic transaction in which a magic sword in a game is sold for 10 CHI.
Added note for curl The default examples for RPC calls using curl do not work on Windows. The added note explains how to remedy the situation.
Update for QT UI change The QT UI had some minor changes. This corrects the location of the Receiving Addresses menu item to be under Window instead of the previous location under File.
Update XAYA RPC Methods Reference.md The port numbers from the daemon documentation dump for curl commands were wrong, i.e. they were 8336 when they should be 8396. This was likely because it was pulled from upstream Namecoin or Bitcoin. Fixed.
Added examples to send a name to an address using name_update Added a C# code example for how to create a JSON object for name_update options. When using an RPC library the options must be sent as a JSON object and not a string. xaya-cli does the conversion automatically. Added a xaya-cli example to send a name to a CHI address.
Added Xayaships doc to sidebar
Merge branch 'master' of https://github.com/xaya/xaya_tutorials.wiki
New Xayaships how to Added a how to guide for Xayaships from downloading a wallet up to closing a Game Channel.