๐Ÿ›ก๏ธ
BTCB2 & Siacoin Pool API Documentation
Back to Pool Dashboard
Official Aggregator & Directory Reference Version 1.0 (Live)

Mining Pool Directory & API Integration Guide

Authoritative technical specification and telemetry endpoints for mining aggregators, ranking directories, and monitoring engines (Hashrate.no, MiningBoard, MiningPoolStats, ASIC Miner Value, Minerstat, WhatToMine).

โš–๏ธ

Truth-in-Advertising & Capability Demarcation

Our umbrella brand is BTCB2 & Siacoin Pool because our custom Stratum gateway speaks native Sia-Stratum V1 protocol, allowing stock firmware from all Sia ASICs (iBeLink BM-S3, BM-S3+, Innosilicon S11, Antminer A3, Obelisk SC1) to mine without hardware modification.

BTCB2 Mining: LIVE NOW

Bitcoin BLAKE2b PoW chain mined with 0.25% launch fee and PPLNS-8D accounting. Immediate coinbase payouts upon 100-block maturity.

Native Siacoin (SC): ROADMAP

Hardware is 100% compatible. Native Siacoin blockchain consensus daemon and payout pipeline are in active development ("Coming Soon").

๐Ÿ“‹ Quick Submission Cheat Sheet

Official Pool Name
BTCB2 & Siacoin Pool
Coin / Ticker
BTCB2 (Bitcoin BLAKE2b PoW Hardfork)
Algorithm
BLAKE2b (Equihash/Blake2b PoW)
Payout Scheme
PPLNS-8D (Work-weighted rolling 8-difficulty window)
Pool Fee
0.25% (Launch Promotion, hard-capped at 1.00%)
Minimum Payout
None (Direct coinbase allocation on 100-block maturity)
Payment Interval
On block maturity (100 confirmations)
Registration / Accounts
Accountless (No registration required; payout address is worker username)
Primary Stratum Endpoint
stratum+tcp://us-east.stratum.sentineldefensetechnologies.co.za:23339
Global Alias Endpoint
stratum+tcp://stratum.sentineldefensetechnologies.co.za:23339
Region & Network
US East (Philadelphia, PA, USA โ€” Verizon FiOS Fiber Tier-1)
Consensus Daemon
Bitcoin Knots 29.4.1 (BLAKE2b PoW Enabled)
Direct Contact
admin@sentineldefensetechnologies.co.za

โšก Authoritative Canonical V1 API

Single unauthenticated source of truth for pool hashrate, miners, and network telemetry.

GET /api/v1/pool/btcb2
GET https://origin-pool.sentineldefensetechnologies.co.za/api/v1/pool/btcb2
CORS Policy Access-Control-Allow-Origin: *
Cache Freshness max-age=5, s-maxage=10
Hashrate Calculation 10-Min Accepted Work Window
Live API Response Inspector
// Click "Fetch Live Response" to query the live API...

V1 Schema Field Dictionary

Field Type Unit / Format Description
api_version string "1.0" Semantic API version contract.
coin string "BTCB2" Official ticker symbol.
algorithm string "BLAKE2b" PoW hashing algorithm.
pool_hashrate_hs number H/s (raw) Total aggregate pool hashrate derived from accepted window work.
pool_hashrate_formatted string e.g. "28.63 MH/s" Human-readable scaled pool hashrate.
hashrate_window_seconds integer seconds (600) Rolling duration over which accepted shares are calculated.
active_miners integer count Unique payout identities with accepted shares in current window.
active_workers integer count Total active Stratum worker connections.
fee_percent number percent (0.25) Pool operator fee percentage.
payout_scheme string "PPLNS-8D" Accounting reward distribution model.
stratum object { host, port, url } Primary public mining endpoint connection parameters.
network_height integer block height Current blockchain consensus tip height.
last_updated string ISO-8601 UTC Timestamp of telemetry generation (e.g. 2026-09-13T01:37:02Z).

๐Ÿ”Œ Directory Compatibility Adapters

Pre-formatted feeds tailored for specific directory scrapers. All adapters derive from the exact same live consensus state with zero delay.

โ›๏ธ MiningBoard Feed

5-Min Scraper Spec
https://origin-pool.sentineldefensetechnologies.co.za/api/adapters/miningboard

Conforms strictly to MiningBoard's schema: raw H/s in pool.hashrate, integer pool.miners, fee, payout scheme, min payout, and Stratum parameters.

๐Ÿ“Š Hashrate.no Feed

CORS Unauthenticated
https://origin-pool.sentineldefensetechnologies.co.za/api/adapters/hashrate

Conforms to Hashrate.no listing requirements: raw H/s hashrate, hashrate_formatted, unit, miners, fee, and full Stratum URL.

๐Ÿฉบ Health & Uptime Probe

Uptime Robot / Monitor
https://origin-pool.sentineldefensetechnologies.co.za/api/v1/health

Ultra-fast HTTP 200 health check returning {"status": "ok", "coin": "BTCB2"} for directory pingers and automated uptime monitors.

๐Ÿท๏ธ Directory Source Attribution

Privacy-Preserving
https://pool.sentineldefensetechnologies.co.za?src=<directory_slug>

Append ?src=hashrate or ?src=miningpoolstats to dashboard links. Increments an aggregate counter with zero IP logging or tracking cookies.

โšก Hardware Support & Miner Self-Service APIs

v1.0 Specifications

๐Ÿ–ฅ๏ธ Hardware Support Matrix

GET
https://origin-pool.sentineldefensetechnologies.co.za/api/v1/hardware/matrix

Authoritative device compatibility statuses: CPU (Verified), GPU (Verified), FPGA (Compatible/Unverified), ASIC (Qualification in Progress).

๐Ÿ“Š Miner Authoritative Summary

GET
https://origin-pool.sentineldefensetechnologies.co.za/api/v1/miner/{address}

Segregated economic states: Historical Paid, Pending Payable, and Estimated PPLNS Window Share.

๐Ÿงพ Paginated Share History

GET
https://origin-pool.sentineldefensetechnologies.co.za/api/v1/miner/{address}/shares?limit=20&offset=0

Full cursor-paginated work submissions with timestamps, assigned difficulty, state (accepted/rejected/stale), and block candidate flags.

๐Ÿ›ก๏ธ Worker Telemetry & Privacy Shield

GET / POST
https://origin-pool.sentineldefensetechnologies.co.za/api/v1/miner/{address}/workers

Pseudonymized by default (Worker 1). Unmasked when passing header X-Privacy-Token: msec_... obtained via Stratum nonce challenge proof.

๐Ÿ”’ Privacy & Data Security Policy

Per our operational charter, the public telemetry endpoints enforce strict data sanitization:

โœ“ Zero Payout Addresses: Individual miner wallet addresses (bc1q...) are never broadcast in public API feeds.
โœ“ Zero Miner IPs: External connection IP addresses and geographic locations of miners are never logged or exposed.
โœ“ Zero Credential Exposure: Node RPC credentials, database paths, and administrative endpoints fail-closed with 404.
โœ“ Zero Capital Backstop: PPLNS rewards are distributed strictly from confirmed, mature on-chain pool blocks.
๐Ÿ› ๏ธ Developer & Directory Reviewer Direct Channel

๐Ÿค Directory Reviewer Fast-Track & Custom Adapters

Are you a directory admin, indexer maintainer, or crawler engineer needing a custom JSON schema, endpoint format, or dedicated poll frequency? We build, test, and deploy directory-tailored adapters within 24 hours at zero cost.

โš ๏ธ Developer Use Only: This direct address is exclusively reserved for connecting external developers, directory engineers, and technical evaluators. It is strictly not for general public or miner support inquiries.