Difference between revisions of "XAYA"

From mediawiki.fish
Jump to navigation Jump to search
(Undo revision 62 by Ionut (talk))
Tag: Undo
 
(19 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
| ticker_symbol = CHI
 
| ticker_symbol = CHI
 
| gpu_mining = YES
 
| gpu_mining = YES
 +
| author = Autonomous Worlds Ltd.
 +
| website = http://xaya.io
 
| initial_release_version = 1.0
 
| initial_release_version = 1.0
| initial_release_date = {{Start date and age|df=yes|2018|7|13|p=y}}
+
| initial_release_date = {{Start date and age|2018|07|13|p=y}}
 +
| supply_limit = 77,300,000
 
}}
 
}}
 +
 +
==About XAYA==
 +
 +
XAYA is a blockchain-based open-source decentralized game platform. It provides a wealth of tools and state-of-the-art infrastructure for game developers to build their own blockchain-based games. Furthermore, developers can fully leverage the XAYA technology to issue their own game currency that can be traded for CHI or other XAYA game coins and assets. Additionally, players can expect 100% uptime and have provably fair gameplay with true ownership of their in-game items. XAYA targets on both developers and gamers. As a result, the value of the XAYA economy will grow as more developers and gamers adopt and use the platform.
 +
 +
==The XAYA team==
 +
 +
The XAYA team are the creators of blockchain gaming back in 2013 with the Huntercoin experiment. They have also contributed to Bitcoin Core and led the [[Namecoin]] project since 2013. XAYA is one of the most advanced blockchain gaming projects in the industry.
 +
The team's vision is simple: build a complex, decentralized game that uses Game Channel technology to allow for real-time trustless gameplay.
 +
 +
==Key Mining Information==
 +
 +
CHI is the native currency of the XAYA ecosystem and used to fuel all transactions, in which 40% of CHI is mineable. It uses [https://github.com/xaya/xaya/blob/master/doc/xaya/mining.md triple-purpose mining] (PoW) for consensus, where two mining algorithms are supported including SHA256d (merge mining with BTC) and Neoscrypt (solo or pool mined). SHA-256d miners receive 25% of the block rewards while Neoscrypt miners receive 75%.
 +
 +
==Mining guide==
 +
 +
# Get suitable hardware
 +
# Get the [https://xaya.io/wallet_downloads-2/ official XAYA wallet] or a custodial wallet, such as [https://www.liquid.com/ a liquid.com account]
 +
# Get the [https://github.com/xaya/xaya_tutorials/wiki/Mining-CHI#neo-scrypt-pool-mining mining software]
 +
# Start mining!
 +
 +
<code>ccminer -a neoscrypt-xaya -o stratum+tcp://chi.f2pool.com:5300 -u ''wallet_address''.''worker_name'' -p x</code>
 +
 +
(replace ''wallet_address'' with your CHI wallet address and ''worker_name'' with a number or a combination of letters set randomly by you)
 +
 +
==Related blog posts==
 +
* [[XAYA Mining Pool Launched]] {{Start date and age|2020|01|10|p=y}}
 +
 +
[[Category:Proof-of-Work coins]]
 +
[[Category:Mining guides]]

Latest revision as of 08:19, 4 February 2020

XAYA
Ticker symbolCHI
Mining
❌ Cannot be efficiently mined with CPU
✅ can be efficiently mined with GPU
❌ Cannot be efficiently mined with ASIC
Development
Original authorAutonomous Worlds Ltd.
Initial release1.0 / July 13, 2018; 6 years ago (2018-Error: Invalid time.-13)
Websitehttp://xaya.io
Ledger
Supply limit77,300,000

About XAYA

XAYA is a blockchain-based open-source decentralized game platform. It provides a wealth of tools and state-of-the-art infrastructure for game developers to build their own blockchain-based games. Furthermore, developers can fully leverage the XAYA technology to issue their own game currency that can be traded for CHI or other XAYA game coins and assets. Additionally, players can expect 100% uptime and have provably fair gameplay with true ownership of their in-game items. XAYA targets on both developers and gamers. As a result, the value of the XAYA economy will grow as more developers and gamers adopt and use the platform.

The XAYA team

The XAYA team are the creators of blockchain gaming back in 2013 with the Huntercoin experiment. They have also contributed to Bitcoin Core and led the Namecoin project since 2013. XAYA is one of the most advanced blockchain gaming projects in the industry. The team's vision is simple: build a complex, decentralized game that uses Game Channel technology to allow for real-time trustless gameplay.

Key Mining Information

CHI is the native currency of the XAYA ecosystem and used to fuel all transactions, in which 40% of CHI is mineable. It uses triple-purpose mining (PoW) for consensus, where two mining algorithms are supported including SHA256d (merge mining with BTC) and Neoscrypt (solo or pool mined). SHA-256d miners receive 25% of the block rewards while Neoscrypt miners receive 75%.

Mining guide

  1. Get suitable hardware
  2. Get the official XAYA wallet or a custodial wallet, such as a liquid.com account
  3. Get the mining software
  4. Start mining!

ccminer -a neoscrypt-xaya -o stratum+tcp://chi.f2pool.com:5300 -u wallet_address.worker_name -p x

(replace wallet_address with your CHI wallet address and worker_name with a number or a combination of letters set randomly by you)

Related blog posts