Bitcoin Forum
May 22, 2026, 08:04:30 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] HackMe Network — useful PoW pool · WASM · public coordinator · rc9  (Read 29 times)
kapa77 (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
May 19, 2026, 04:29:25 AM
 #1

    HackMe Network
    Useful Proof-of-Work pool · WASM validation · public coordinator · 0.1.0-rc9



    What is it?
    HackMe is open mining infrastructure: you run a desktop node + pool worker, connect to our public coordinator, submit verifiable work, and accrue off-chain HMC. On-chain payouts arrive after operator settlement — not automatically in every PoH block.

    Websitehttps://hackme.tech
    Downloads (SHA256 on page)downloads.html
    Pool explorerpool/explorer
    Economicseconomics-model.html
    Documentationdocs.html
    Source (Apache-2.0)github.com/jokeez/hackme



    Miner quick start
    [list=1]
    • Download the Windows or Linux bundle from the official Downloads page.
    • Verify SHA256 on that same page. Do not use random mirrors or Telegram “speed links”.
    • Windows: run [mono]start_hackme_public_pool.bat[/mono] from the zip.
    • Linux: set [mono]HACKME_PUBLIC_AUTHORITY_BASE=https://hackme.tech[/mono] and run [mono]scripts/ops/desktop_mode_up.sh[/mono] (see README in the repo).
    • Configure [mono]WORKER_PAYOUT_MAP[/mono] so your worker id maps to your [mono]HMC-…[/mono] address (must match the operator map for settlement).
    • Open http://127.0.0.1:8080MiningStart pool worker.
    • Track Unpaid worker accrual on the dashboard and payout rows on the explorer.


    Economics (important)
    CoordinatorOff-chain accrual for accepted attempts (fair mode: reward_per_m × attempts/1M + found bonus)
    BlockchainBlock subsidy goes to the producing node wallet, not auto-split to every GPU
    SettlementOperator transfers accumulated HMC to your on-chain address
    Accrual on the coordinator ≠ coins in your wallet until settlement runs.
    Full model: economics-model.html



    Security & official software
    • Only trust https://hackme.tech — check the URL bar.
    • Verify SHA256 before running any binary.
    • Source is Apache-2.0; red-team notes ship in [mono]docs/SECURITY_AUDIT_REDTEAM.md[/mono].
    • Report issues responsibly: contacts.html — no public 0-day posts.
    • Forks may reuse code under the license; they may not impersonate the official HackMe pool with our name/logo on fake domains.


    Hardware
    CPU (WASM path) · optional GPU (OpenCL/CUDA) · Linux & Windows bundles



    Disclaimer
    Mining and cryptocurrency involve risk. HackMe is experimental RC software (0.1.0-rc9). Not investment advice. Not an ICO. Pool parameters may change with notice on the website.


    Tags: [ANN][POOL][CPU][GPU][WASM][ALGO] — adjust to forum rules.
    kapa77 (OP)
    Newbie
    *
    Offline

    Activity: 4
    Merit: 0


    View Profile
    May 21, 2026, 09:51:25 AM
     #2

      HackMe Network — May 2026 update
      Coordinator stress test · public pool live · MiningPoolStats listing · Windows OpenCL (AMD)



      Coordinator stress test (10 min, 100 virtual workers)

      We ran an isolated mega stress against the coordinator core (claim/submit flood, 30s lease boundary burst, 50 workers killed mid-flight, 1000 malformed HTTP bodies):

      Hard errors (5xx, timeouts)0%
      Process crashnone
      RAM (10 min)~12 → ~20 MB — no runaway leak
      Latency p50 / p990.9 ms / 10.3 ms
      Halving block [mono]2,102,401[/mono]reward 0.01 → 0.005 HMC (verified under load)
      Bad payloads1000/1000 fast reject — no CPU hang on parse

      At unrealistic request rates the pool returns 429 backpressure instead of corrupting leases or payouts. Open-source harness: [mono]scripts/tests/coordinator_mega_stress.sh[/mono] in the repo.



      Mine on the official pool

      Websitehttps://hackme.tech
      Pool stats API.../api/pool/stats
      Explorerpool/explorer
      Downloads (SHA256)downloads.html
      Sourcegithub.com/jokeez/hackme

      Important: HackMe is not Stratum. You run [mono]hackme-node[/mono] + [mono]workerpoh[/mono]; the worker claims work over HTTP at [mono]/pool/coordinator[/mono].

      [list=1]
      • Download Windows [mono]HackMe-Setup-0.1.0-rc11g.exe[/mono] or Linux bundle — verify SHA256 on the downloads page.
      • Map your worker id → [mono]HMC-…[/mono] payout address ([mono]WORKER_PAYOUT_MAP[/mono] / hybrid signer).
      • Start the pool worker from the local dashboard (127.0.0.1:8080 → Mining).
      • Track accrual on the dashboard; on-chain settlement after operator batch (see economics).
      GPU
      • Windows / AMD: OpenCL build + RX 580 rig profile ([mono]workerpoh-opencl.exe[/mono] in rc11g installer).
      • Linux / NVIDIA: CUDA path when driver OK ([mono]workerpoh-cuda[/mono]).
      • CPU: always available fallback.


      MiningPoolStats
      We submitted HackMe Official Pool for review (HTTP coordinator — not TCP Stratum on :3333). Stats URL for moderators: api/pool/stats.



      Security
      Experimental RC — verify payouts on the explorer before scaling. Pool parameters may change with notice on the website.
      kapa77 (OP)
      Newbie
      *
      Offline

      Activity: 4
      Merit: 0


      View Profile
      May 21, 2026, 10:39:38 AM
       #3

      HackMe Network
      HMC economics — full guide
      Chain emission · coordinator pool · settlement · audit orders



      TL;DR for miners

      You are NOT on StratumHTTP coordinator + [mono]workerpoh[/mono] leases — no :3333 share accounting
      Your paycheck storyCoordinator accrual for accepted work → operator settlement → your [mono]HMC-…[/mono] wallet
      PoH block subsidyGoes to the block-producing node’s primary walletnot auto-split to every remote GPU
      More miners ≠ more coins~120 blocks/hour network-wide (30s target) — fleet size splits competition, not inflation

      Read once before scaling hashrate. Numbers below match open-source constants in [mono]internal/chain/economics.go[/mono] and the live economics page.



      The #1 misconception (please read)

      Quote
      “If I mine on the HackMe pool, every new block pays my GPU like a classic BTC pool.”

      No. HackMe separates consensus emission (PoH blocks on the chain) from pool accounting (coordinator + settlement). Remote workers earn through accepted lease work credited off-chain, then settled on-chain — unless you yourself operate the node that appends blocks.



      Three layers — one picture

      Code:
         YOUR RIG (CPU / OpenCL / CUDA)
              |
              |  claim lease  +  submit batch (hybrid-signed)
              v
       +---------------------------+
       |   COORDINATOR (pool)    |  <-- off-chain ledger: payout_hmc, stats
       +---------------------------+
              |
              |  settlement timer / operator batch
              v
         YOUR HMC- ADDRESS  (on-chain balance after credit)

         (parallel, network-wide)

       +---------------------------+
       |   PoH CHAIN (consensus)   |  ~30s blocks, halving schedule
       +---------------------------+
              |
              |  block reward -> primary wallet of PRODUCING NODE only
              v
         operator / leader node wallet (not auto per GPU)

      Three layers = three different clocks. Accrual can move every minute; chain height moves every ~30s; your wallet updates when settlement runs.



      Layer 1 — Chain (PoH emission)

      What it is
      Useful Proof-of-Work: WASM-gated nonce search, dynamic difficulty [mono]target_mod[/mono], tip grows on valid blocks.

      Supply cap
      Max supply100,000,000 HMC
      Genesis policyLocked in code ([mono]policy_hash[/mono] in metrics) — no hidden mint switch

      Base block reward (empty mining — no open paid order on block)
      Halving every 2,102,400 blocks (~2 years at 30s/block target), then a tail floor:

      Epoch (blocks after genesis)Base reward / blockNotes
      0 — blocks 1 … 2,102,4000.010000 HMCInitial schedule
      1 — … 4,204,8000.005000 HMCFirst halving (verified under coordinator stress load)
      2 — … 6,307,2000.002500 HMC
      3+ (floor reached)0.002000 HMCTail floor [mono]RewardTailFloorHMC[/mono] — long-term incentive

      Network-wide emission (empty mining only)
      Roughly 120 blocks/hour × current base reward — independent of how many pool workers exist.

      At 0.01 HMC/block~1.2 HMC/hour total base emission (whole network)
      At 0.005 HMC/block~0.6 HMC/hour (post first halving)

      Who receives the block subsidy on-chain?
      The implementation credits the node’s primary wallet row (so [mono]GET /api/wallet[/mono] matches ledger state). The block may still record a [mono]minerAddress[/mono] for transparency — credits follow primary wallet, not a blind header split.



      Layer 2 — Coordinator (how your rig earns on the public pool)

      Official fair pool mode ([mono]payout_found_only=0[/mono], [mono]reward_auto=1[/mono], hybrid signer strict):
      You earn for accepted attempts inside each lease (capped by batch size), plus a found bonus when you submit a valid hit.

      Formula (matches coordinator code + site docs):

      Code:
      payout_per_submit  =  (paid_attempts / 1_000_000) × reward_per_m  +  found_bonus (if valid found)

      reward_per_m       ≈  base_reward_hmc × 1_000_000 / target_mod
                           (auto-synced from canonical chain metrics when reward_auto=1)
          Worked example (illustrative — live [mono]target_mod[/mono] moves with pool load):
          base_reward_hmc0.01
          target_mod1,000,000
          reward_per_m0.01 × 1,000,000 / 1,000,000 = 0.01 HMC per million attempts
          Your batch (lease cap)4,000,000 attempts accepted
          Attempt payout(4M / 1M) × 0.01 = 0.04 HMC
          Valid found hit+ found_bonus (pool default often ~0.01 HMC — see [mono]/api/pool/stats[/mono])

          Higher pool difficulty ([mono]target_mod[/mono]↑) lowers [mono]reward_per_m[/mono] so coordinator payouts stay tied to chain economics — not arbitrary inflation.

          Fairness guards on the public pool
          • Hybrid Ed25519 on submits when strict mode is on — reduces fake-attempt payout games.
          • Per-worker lease cap — official pool configures a max concurrent leases per worker id so one rig cannot monopolize the fleet.
          • 429 backpressure under abuse — coordinator rejects overload instead of corrupting leases.
          • Replay / stale work protection — bad submits do not accrue.
          What you see locally
          • Dashboard → Unpaid worker accrual (pool paycheck meter).
          • Pool API → [mono]total_payout_hmc[/mono], worker stats.
          • This is off-chain until settlement — not the same as wallet balance yet.


          Layer 3 — Settlement (off-chain → on-chain)

          Flow
          [list=1]
          • You map [mono]worker-id=HMC-youraddress[/mono] via [mono]WORKER_PAYOUT_MAP[/mono] (must match operator map on settlement host).
          • Coordinator accumulates [mono]payout_hmc[/mono] per worker id.
          • Operator runs [mono]settle_worker_payouts[/mono] automation (official pool: timer on the order of minutes, not “once a week”).
          • Explorer / wallet shows on-chain credit to your [mono]HMC-…[/mono] address.
          Rule of thumb
          Accrual ≠ wallet until settlement completes. Always verify on pool/explorer before scaling hardware spend.



          Layer 4 (product) — Paid audit orders

          HackMe is also a useful-work marketplace: clients escrow HMC for WASM-gated audit tasks; PoH blocks tied to an open order must match task reward or the chain rejects the append.

          When a customer opens a prepaid order
          Escrow (prepaid)[mono]reward_hmc × target_solves[/mono] — held for miners solving the task
          Platform fee5% of prepaid → [mono]DevFeeAddress[/mono] ([mono]OrderPlatformFeeRate = 0.05[/mono])
          Burn accounting10% of prepaid tallied as burned supply metadata ([mono]OrderBurnRate = 0.10[/mono]) — separate from transfer fees

          On-chain transfer fees (different split — do not mix with order open):
          Burn share30% of [mono]fee_units[/mono]
          Dev/platform share70% of [mono]fee_units[/mono]

          Orders are the long-term demand layer for useful compute; the public pool’s steady accrual path is coordinator-based even when you are not solving a commercial order yourself.



          HackMe vs classic Stratum pool

          Classic Stratum (BTC-style)HackMe official pool
          ProtocolTCP :3333 sharesHTTP [mono]/pool/coordinator[/mono] leases
          Share → blockPro-rata block reward splitCoordinator [mono]payout_hmc[/mono] policy + settlement
          Block finderPool wallet often centralProducer node primary wallet + separate pool ledger
          Work unitHash on block headerWASM PoH nonce ranges + hybrid signatures



          Miner checklist (official pool)

          [list=1]
          • Download only from hackme.tech/downloads.html — verify SHA256.
          • Set [mono]HACKME_PUBLIC_AUTHORITY_BASE=https://hackme.tech[/mono].
          • Configure [mono]WORKER_PAYOUT_MAP[/mono] → your real [mono]HMC-…[/mono] payout address.
          • Start [mono]hackme-node[/mono] + [mono]workerpoh[/mono] (Windows installer or Linux bundle).
          • Watch Unpaid worker accrual on 127.0.0.1:8080.
          • Confirm settlement on explorer before buying more rigs.


          Live numbers & transparency

          Economics pagehackme.tech/economics-model.html
          Pool stats API.../api/pool/stats
          Canonical metrics[mono]/api/metrics[/mono] on authority node ([mono]econ_*[/mono] fields)
          Open-source policyeconomics.go · MINER_POOL_ECONOMICS.md



          FAQ

          Q: I found a block — why didn’t my GPU wallet jump instantly?
          A: Block subsidy credited the producing node’s primary wallet path. Your rig’s income is still coordinator accrual → settlement unless you run the producer yourself.

          Q: Does adding 1,000 miners mint more HMC per hour?
          A: No for base schedule — only ~120 blocks/hour. More miners compete for coordinator accrual and block-finding probability.

          Q: Is this an ICO or pre-mine sale?
          A: No ICO · no token sale. Experimental RC network — verify everything on explorer before trusting payouts.

          Q: Can policy change?
          A: Pool coordinator knobs and settlement timing are operator policy (announced on News). Chain constants require a coordinated upgrade — not a silent remote toggle.



          Disclaimer
          HackMe Network is experimental release-candidate software (0.1.0-rc11g at time of writing). Mining and cryptocurrency involve risk. This post is technical documentation, not investment advice. Pool parameters and settlement timing may change with notice on the official website. English is authoritative; translate at your own risk.


          HackMe Network · hackme.tech · source · responsible disclosure
          kapa77 (OP)
          Newbie
          *
          Offline

          Activity: 4
          Merit: 0


          View Profile
          Today at 12:35:29 PM
           #4

          ╔══════════════════════════════════════╗
          HackMe Network
          ╚══════════════════════════════════════╝
          HackMe OS — Live Bootable ISO
          Zero-Knowledge Start · Release [mono]0.1.0-rc11g[/mono] · May 2026[/size]
          Useful PoW · HTTP coordinator · not Stratum

          ◆ QUICK SUMMARY ◆
          BOOT
          VERIFY
          MINE
          Flash USB
          SHA256
          Auto pool
          • HackMe OS — amd64 live ISO (~956 MB) for dedicated rigs. Same idea as HiveOS, built for the HackMe coordinator.
          • Zero-Knowledge Startno wallet file, no manual pool setup: boot → read [mono]HMC-…[/mono] + 24 words on screen → worker online.
          • Checksums on hackme.tech/downloads — ISO is live (verified HTTP 200).
          • Public pool ~2.4 GH/s · fair economics · hybrid signing enforced.

          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          ZERO-KNOWLEDGE START
          From blank USB to hashing on hackme.tech in six steps
          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          STEP
          ACTION
          01
          Download [mono]HackMe-OS-0.1.0-rc11g-amd64.iso[/mono] + [mono]SHA256SUMS-iso.txt[/mono] from official downloads
          02
          Verify — [mono]sha256sum -c SHA256SUMS-iso.txt[/mono] (required)
          03
          Flash 8 GB+ USB — Balena Etcher or [mono]dd conv=fsync[/mono]
          04
          Boot GRUB entry HackMe OS (live · max performance) — [mono]toram[/mono], performance governor, RT worker priority
          05
          TTY1 banner — new [mono]HMC-…[/mono] payout address + 24-word recovery phrase (HackMe mining key — not BTC/Eth HD)
          06
          Mine — [mono]workerpoh[/mono] connects to pool/coordinator; run [mono]hackme-os-status[/mono]
          Farm note: live USB without [mono]hackme-os-install[/mono] creates a new wallet each reboot — install to SSD for a fixed identity.[/color][/size]
          Rig commands: [mono]hackme-os-status[/mono] · [mono]hackme-show-wallet[/mono] · [mono]hackme-os-benchmark[/mono] · [mono]hackme-os-install /dev/sdX[/mono]

          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          RELEASE ARTIFACTS [mono]0.1.0-rc11g[/mono][/size]
          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          PACKAGE
          DETAILS
          ★ ISO
          File: [mono]HackMe-OS-0.1.0-rc11g-amd64.iso[/mono] (~956 MB · amd64 live)
          HASH
          [mono]1b7bd70e381bb0d5aee82135fe01963d27d2af43ebfba95e02dec22aabe17658[/mono]
          WIN
          [mono]HackMe-Setup-0.1.0-rc11g.exe[/mono] — pool token + [mono]workerpoh-opencl[/mono] (AMD RX 580 profile)
          LINUX
          Tarball: [mono]hackme[/mono] · [mono]workerpoh[/mono] · [mono]minersign[/mono]
          DOCS
          HACKME_OS.md · source (Apache-2.0)

          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          ISO vs ZIP — WHICH PATH?
          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          TOPIC
          ZIP + SCRIPTS
          HACKME OS ISO
          Wallet
          Manual config
          Automatic
          Pool URL / token
          Copy from docs
          Embedded
          CPU tuning
          DIY
          Built-in
          GPU
          Per host
          AMD OOTB · NVIDIA after install
          Best fit
          Desktop / existing OS
          Dedicated rig / farm USB

          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          LIVE PUBLIC POOL
          HTTP coordinator — not TCP Stratum on :3333
          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          METRIC
          VALUE
          Stats API
          Explorer
          Hashrate
          ~2.4 GH/s (coordinator aggregate)
          Difficulty
          [mono]target_mod[/mono] ~4.9M (dynamic)
          Block reward
          0.01 HMC base epoch (+ halving on chain)
          Economics
          Fair pool · [mono]payout_found_only=0[/mono] · pay for accepted work
          Signing
          Hybrid strict — ISO sets signing; unsigned → 403
          Accrual on coordinator → map worker → [mono]HMC-…[/mono] → settlement → on-chain.[/i]
          Full economics model →

          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          OPERATOR QA
          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
          TEST
          RESULT
          [mono]go test ./...[/mono]
          PASS
          Chaos guard
          PASS 5000 payouts · replay/tamper · init-worker
          Stress (prior)
          0% hard errors · p50 0.9 ms · flat RAM
          ISO image
          [mono]pool.token[/mono] + [mono]workerpoh[/mono] + [mono]minersign[/mono] · claim HTTP 200
          CDN

          THREAD CONTEXT
          Coordinator 10-min mega stress — 100 vworkers · halving block [mono]2,102,401[/mono] verified
          Windows OpenCL for AMD RX 580 (~0.12+ GH/s class vs CPU-only)
          MiningPoolStats submission (HTTP coordinator — not Stratum)

          OFFICIAL LINKS
          Website
          Downloads
          Source
          Security

          Quote
          Disclaimer — HackMe is experimental RC software ([mono]0.1.0-rc11g[/mono]). Mining involves risk. Write down your 24-word phrase. Verify SHA256 and explorer accrual before scaling. No ICO · no token sale. Pool parameters may change with notice on the website.
          Re: [ANN] HackMe — HackMe OS live ISO · Zero-Knowledge Start · rc11g
          Pages: [1]
            Print  
           
          Jump to:  

          Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!