VirtaCoin VTA Web Wallet - cPanel Starter
========================================

Upload the contents of this folder to your wallet subdomain, for example:
wallet.virtacoin.org

This is a NON-CUSTODIAL wallet starter:
- Private keys are generated in the browser using window.crypto.getRandomValues.
- No private key is sent to PHP or stored in MySQL.
- VTA mainnet P2PKH prefix 0 and WIF prefix 128 are used.
- Send/broadcast is intentionally disabled until a secure VTA API/node endpoint is available.

IMPORTANT:
1. Use HTTPS.
2. Back up the WIF private key offline.
3. Never paste the private key into ChatGPT or send it to anyone.
4. Do not expose VirtaCoin RPC port 22815 to the public Internet.
5. Before handling real funds, have the crypto implementation independently audited and test on small amounts.

Next phase:
Connect the wallet to a read-only HTTPS VTA API for balance/UTXO data and add client-side transaction signing + raw-transaction broadcast. The server must never receive the private key.
