Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

447 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAC Miner Panel · By Mosky

Hacash fullnode + OpenCL miners (AMD / NVIDIA / Intel) + GUI panel for easy setup.

Download (no GitHub knowledge needed)

⛏️ 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 on Windows: SETUP.bat or SETUP-MINER.batminer-panel.exe

On Linux x86_64: extract the .tar.gz package → ./SETUP-LINUX.sh./START-MINER-PANEL.sh

Check the download before running it

These binaries can hold mining rewards and wallet keys. Every release is signed by GitHub with build provenance attestation (OIDC, no maintainer key in the repo). Verifying it is the only check that detects tampering:

gh attestation verify <file> --repo <owner>/<repo>

gh is the GitHub CLI (Windows and Linux). Use the repo you downloaded from, for example --repo Moskyera/fullnodedev. If verification fails, delete the file and do not run it.

The .sha256 files are not a signature. They only catch a truncated or corrupted download, and they are published from the same place as the archives, so anyone able to replace an archive can replace its checksum too. A matching checksum is not proof the file is genuine; the attestation is.

Check Windows Linux
Genuine (tamper) gh attestation verify <file>.zip --repo <owner>/<repo> gh attestation verify <file>.tar.gz --repo <owner>/<repo>
Corruption only Get-FileHash <file>.zip -Algorithm SHA256 sha256sum -c <file>.tar.gz.sha256

HAC OpenCL / CUDA + HACD CPU mining

Coin Worker Backend
HAC poworker OpenCL (AMD/NVIDIA/Intel) and/or CUDA (NVIDIA)
HACD diaworker CPU only (no OpenCL/CUDA)

Maintainers: tag vX.Y.Z runs .github/workflows/release.yml (OpenCL workers + panel). CUDA and hac-pool builds: see JoJoin rebuild doc.

Module Architecture

- x16rs    ->  x16rs-sys
- sys      ->  -
- field    ->  sys
- basis    ->  field
- protocol ->  basis
- chain    ->  protocol
- scaner   ->  protocol
- mint     ->  protocol
- node     ->  protocol, tokio
- server   ->  mint, tokio
- app      ->  mint

About

HAC Miner Panel by Mosky — OpenCL miners + GUI for Hacash (full & miner-only Windows releases)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages