Cindel Windows Mining Kit

Pool: http://178.105.120.145:8089

1. Extract this zip.
2. Install Python 3 for Windows if the launcher says Python is missing.
3. Open PowerShell in this folder.
4. Run:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1

   Add -PayoutAddress YOUR_TESTNET_ADDRESS so the pool can credit your
   finder rewards after the 5% per-block dev fee.

The miner loops by default. Press Ctrl+C to stop it.

This package submits CinderPow block candidates to the public testnet pool.
The default path uses the bundled OpenCL GPU miner. AMD, NVIDIA, and Intel
Windows GPU drivers can provide OpenCL; install your vendor driver first.
The launcher prints startup hashrate, per-attempt hashrate, accepted status,
block_submitted status, short block id, and total submitted blocks.

To list GPU devices:

   .\bin\cindel-cinderpow-miner.exe list-devices

Or with the friendly launcher output:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -ListDevices

For a quick local timing smoke:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -BenchmarkSmoke

For launch benchmark evidence on a GPU:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -PublicBenchmark

To upload that evidence directly to the testnet pool:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -PublicBenchmark -SubmitPublicBenchmark

CPU fallback, only for debugging:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -Backend cpu

Single block-candidate smoke test:

   powershell -ExecutionPolicy Bypass -File .\Start-Cindel-Mining.ps1 -Once
