Hacash fullnode + OpenCL miners (AMD / NVIDIA) + GUI panel for easy setup.
⛏️ https://moskyera.github.io two buttons: Full or Miner only
| Package | Use when |
|---|---|
| Full | Clean PC hacash.exe + workers + panel + SETUP.bat |
| Miner only | You already run the fullnode |
After extract: SETUP.bat or SETUP-MINER.bat → miner-panel.exe
Official miners use OpenCL (AMD Radeon + Ryzen CPU).
See docs/MINING-AMD.md (Windows) and docs/MINING-LINUX.md (Linux) — scripts/mining-amd/ build scripts, GPU configs, list_opencl device discovery.
Native CUDA block miner for RTX GPUs — same fullnode RPC as OpenCL/CPU poworker.
See docs/MINING-NVIDIA-CUDA.md and scripts/mining-nvidia/ (build, genesis GPU test, RTX handoff checklist).
Maintainers: git tag v0.4.0 && git push origin v0.4.0 → GitHub Actions builds both ZIPs (.github/workflows/release.yml).
- x16rs -> x16rs-sys
- sys -> -
- field -> sys
- basis -> field
- protocol -> basis
- chain -> protocol
- scaner -> protocol
- mint -> protocol
- node -> protocol, tokio
- server -> mint, tokio
- app -> mint