Skip to content

jokeez/hackme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

221 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

██╗  ██╗ █████╗  █████╗ ██╗  ██╗███╗   ███╗███████╗    ███╗   ██╗███████╗████████╗██╗    ██╗ ██████╗ ██████╗ ██╗  ██╗
██║  ██║██╔══██╗██╔════╝██║ ██╔╝████╗ ████║██╔════╝    ████╗  ██║██╔════╝╚══██╔══╝██║    ██║██╔═══██╗██╔══██╗██║ ██╔╝
███████║███████║██║     █████╔╝ ██╔████╔██║█████╗      ██╔██╗ ██║█████╗     ██║   ██║ █╗ ██║██║   ██║██████╔╝█████╔╝
██╔══██║██╔══██║██║     ██╔═██╗ ██║╚██╔╝██║██╔══╝      ██║╚██╗██║██╔══╝     ██║   ██║███╗██║██║   ██║██╔══██╗██╔═██╗
██║  ██║██║  ██║╚██████╗██║  ██╗██║ ╚═╝ ██║███████╗    ██║ ╚████║███████╗   ██║   ╚███╔███╔╝╚██████╔╝██║  ██║██║  ██╗
╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝    ╚═╝  ╚═══╝╚══════╝   ╚═╝    ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

HackMe Network

Useful Proof-of-Work · public HTTP pool · GPU mining (CUDA / OpenCL)

Release License Website

Downloads · Coins · Pool stats · Explorer · Setup guide · All docs


What you get

HackMe is open mining infrastructure: a desktop node (dashboard at :8080) and a pool worker (workerpoh) submit work to the coordinator on hackme.tech. Rewards accrue as off-chain HMC until operator settlement.

Pool HTTP coordinator (not Stratum) · dynamic target_mod
GPU NVIDIA CUDA · AMD/Intel OpenCL · CPU fallback
Ecosystem HMC live pool · SUP accrual (hybrid HMC work) · HMS storage+seal lane (UI preview; backend on dedicated VPS #2 before go-live)
Release 0.1.0-rc11n — Windows/Linux + node watchdog + payments E2E; HackMe OS ISO still rc11l until next ISO build
License AGPL-3.0 · Trademark

Wallet balance on the dashboard ≠ pool payout until settlement. Map WORKER_IDHMC-… with the operator. See docs/NETWORK_MODEL.md.


Quick start (5 minutes)

Linux

git clone https://github.com/jokeez/hackme.git && cd hackme
cp .env.desktop.example .env.desktop    # edit WORKER_PAYOUT_MAP + optional tokens
bash scripts/ops/desktop_mode_up.sh

Open http://127.0.0.1:8080Workers → start pool worker.
Full steps: docs/SETUP.md

Windows

  1. Download installer and verify SHA256 on that page
  2. Run Start HackMe Miner

HackMe OS (USB rig)

Flash ISO from downloads → boot HackMe OS menu → wallet + mining auto-start.
Verify ISO: bash scripts/tests/verify_hackme_iso.sh your.iso


Configuration files (do not commit secrets)

File Purpose
.env.desktop Local node + dashboard (HACKME_ADMIN_TOKEN, pool URL)
.secrets/hackme_coordinator_worker_token Pool worker token (one line)
.secrets/hackme_coordinator_admin_token Operators only — never publish
HACKME_MINER_ED25519_SEED_HEX Per-rig signing key (minersign -gen-seed)

Templates: .env.desktop.example, scripts/ops/worker.env.example.
Read before pushing to GitHub: docs/SECURITY_REPO.md


Build from source

go build -trimpath -o hackme-node .
go build -trimpath -tags opencl -o workerpoh-opencl ./cmd/workerpoh
go build -trimpath -o hackme-coordinator ./cmd/coordinator
VERSION=0.1.0-rc11n bash scripts/release/make_release_bundle.sh

Health checks

bash scripts/ops/verify_project_health.sh
bash scripts/tests/public_site_smoke.sh
bash scripts/ops/run_miner_launch_gate.sh    # operators — RC gate

Current RC status: docs/STATUS.md


Documentation map

docs/SETUP.md Install paths (Linux / Windows / ISO / CLI)
docs/INDEX.md Full doc index
docs/OPEN_POOL_MINERS.md Pool rules for miners
docs/HMS_PUBLIC_ROADMAP.md HackMe Storage (HMS) prelaunch roadmap
docs/HMS_BACKEND.md HMS coordinator, storage/seal workers, Stratum pilot
docs/SUPPORT_COIN_UTILITY.md HackMe Support (SUP) accrual
docs/GPU_MINING_BACKENDS.md GPU matrix
docs/API.md HTTP API
scripts/release/README.md Release pipeline

Security

Official site https://hackme.tech only
Downloads SHA256 on downloads.html
Vulnerabilities contacts.html — no public 0-days

Contributing

See CONTRIBUTING.md. Do not commit .env, .secrets, data/, or logs/ (.gitignore).


License

Copyright © 2026 HackMe contributors · AGPL-3.0

About

Useful PoW mining + B2B WASM fuzz orders. HTTP pool at hackme.tech (not Stratum). GPU, HackMe OS ISO. AGPL-3.0 · 0.1.0-rc11o

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors