MONETA MINER - v0.13.2-alpha.15
=======================================

CHOOSE THE CORRECT ZIP
- windows-x64/x86/arm64: C++20 CPU + OpenCL miner.
- linux-x64/linux-arm64: native C CPU + OpenCL miner.
- macos-x64/macos-arm64: native C CPU + Metal miner.

Every target supports pool and solo mining. The miner never stores blockchain
data and never downloads or starts a node. Pool mode connects to a WSS pool;
solo mode connects to a verified HTTPS full node.

DESKTOP GUI
- Windows x64, Linux x64/ARM64 and macOS Intel/Apple Silicon releases include
  a JavaScript control center around the native hashing engine.
- First launch asks for payout address and pool/solo connection settings.
- Start, Pause, Resume, Status and Stop controls operate the native process.
- Use "auto" to discover current exact-identity network endpoints.

TERMINAL SETUP
1. Extract the complete ZIP.
2. Edit miner.bat/solo-miner.bat on Windows, miner.sh/solo-miner.sh on Linux,
   or the matching .command script on macOS.
3. Replace YOUR_WALLET_ADDRESS. Native Windows scripts also require the pool
   WSS URL or full-node HTTPS URL; the GUI and portable launcher support auto.
4. Run the edited script.

HARDWARE
- MAX uses every logical CPU thread and every detected compatible GPU.
- Windows/Linux GPU mining uses the installed vendor OpenCL runtime; NVIDIA,
  AMD and Intel devices are eligible when their driver exposes OpenCL.
- macOS uses Metal on supported Apple, Intel and AMD GPUs.
- Dedicated GPUs may benchmark up to 95% VRAM while keeping minimal driver and
  display headroom; unified GPUs retain a larger system-memory reserve.

HONEST OPTIMIZATION STATUS
- Builds and consensus self-tests are architecture-native.
- OpenCL/Metal kernels are compiled by the installed device driver.
- CUDA-specific, AVX2/AVX-512 and NEON hand-tuned kernels are not implemented.
- Hosted CI has no physical GPU performance gate; hashrate, power and thermal
  behavior must be measured on real hardware.

TERMINAL CONTROLS
  P + Enter   pause mining
  R + Enter   resume mining
  S + Enter   print status
  Q + Enter   stop and exit cleanly

DIAGNOSTICS
  Windows: MonetaMiner.exe --self-test
  Linux/macOS: ./MonetaMiner --self-test

Moneta is experimental public-testnet software. tMON has no promised value.
