XenQ Testnet v0.1.0 Alpha
==========================

Welcome to the XenQ public testnet alpha.

This is TESTNET software.

Testnet XENQ has no intended monetary value.

--------------------------------------------------
QUICK START
--------------------------------------------------

1. Extract this ZIP into its own folder.

2. Double-click:

   Start-XenQ-Testnet.bat

3. Windows Firewall may ask whether XenQ is allowed
   to access the network.

   Allow access if you want to participate in the
   XenQ testnet.

4. Leave the XenQ window running.

5. Double-click:

   Check-Status.bat

   If JSON appears, your local XenQ node is running.

6. Double-click:

   Open-Explorer.bat

   to open the local XenQ explorer.

--------------------------------------------------
MINING
--------------------------------------------------

To experiment with XenQ testnet mining, first stop
your normal XenQ node.

Then double-click:

   Start-Mining.bat

Mining uses a separate testnet data directory.

Testnet XENQ has no intended monetary value.

--------------------------------------------------
COMMAND LINE
--------------------------------------------------

You can also use xenqctl.exe from PowerShell.

Examples:

   .\xenqctl.exe network

   .\xenqctl.exe status

   .\xenqctl.exe peers

Create a wallet:

   mkdir wallets

   .\xenqctl.exe keygen -out .\wallets\test.key

Show its address:

   .\xenqctl.exe addr -key .\wallets\test.key

Check its balance:

   .\xenqctl.exe balance -key .\wallets\test.key

--------------------------------------------------
ALPHA TESTING
--------------------------------------------------

If something fails, crashes, refuses to synchronize,
or behaves unexpectedly, please report:

- What you were doing
- What command you ran
- What appeared on screen
- Whether restarting fixed it

Finding problems is part of alpha testing.

--------------------------------------------------
IMPORTANT
--------------------------------------------------

Do not use testnet XENQ as money.

Do not purchase testnet XENQ.

Do not send anyone money for testnet XENQ.

This software is an early XenQ testnet release.

Thank you for helping test XenQ.
