Releases: PoC-Consortium/pocx
Release v1.0.0-rc.12
PoCX v1.0.0-rc.12
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 (glibc and musl builds)
- Linux ARM64 (glibc and musl builds)
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Linux Compatibility Note:
*-linux-muslbuilds are statically linked and work on any Linux distribution- Use musl builds for maximum compatibility (Ubuntu 20.04+, Debian, Alpine, etc.)
*-linux-gnubuilds require glibc 2.39+ (Ubuntu 24.04+, Fedora 40+, Arch)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.11
PoCX v1.0.0-rc.11
What's New
Plotter v2 — GPU-fused ring buffer plotter with CPU fallback
- Ring buffer architecture moves scatter+compress entirely to GPU, reducing host memory from 3+ GiB to 1 GiB
- Variable compression X1–X6 with constant GPU memory via multi-pass XOR-accumulate
- Escalation (-e N): hold N warps per write buffer for better HDD throughput
- Async write (-a): overlap GPU computation with disk I/O
- Multi-path round-robin with buffer-level interleaving across drives
- CPU plotting mode (default) with rayon-parallel hashing, supports all features
- Per-path seed and resume support for interrupted plots
- Published to crates.io as pocx_plotter_v2
Cross-platform plotfile fixes
- Replace shell commands (df, lsblk, diskutil) with statvfs() for sector size detection
- Auto-disable direct I/O on network/virtual filesystems (NFS, SMB, 9p, FUSE)
- fallocate → ftruncate fallback for unsupported filesystems
- Windows: Unicode volume path resolution, UNC/mapped drive support, network drive detection
Broader platform support
- aarch64-unknown-linux-musl release target for embedded ARM64 devices
- x86_64-unknown-linux-musl release target for older glibc systems
- On-demand MIPS32 cross-compilation workflow (Dreambox DM7080 HD / BCM7435)
- Remove secp256k1 C dependency from pocx_address for easier cross-compilation
- Replace stat -c %D shell command with libc::stat syscall in miner
Breaking Changes
- Plotter v2: -w (warps) is now required, fill-disk mode removed
- Plotter v2: -m (memory limit) removed
- Plotter v2: -D (double-buffer) renamed to -a (async-write)
- Plotter v2: --line-progress removed (replaced by callback API)
Platforms:
- Linux x86_64 (glibc and musl builds)
- Linux ARM64 (glibc and musl builds)
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Linux Compatibility Note:
*-linux-muslbuilds are statically linked and work on any Linux distribution- Use musl builds for maximum compatibility (Ubuntu 20.04+, Debian, Alpine, etc.)
*-linux-gnubuilds require glibc 2.39+ (Ubuntu 24.04+, Fedora 40+, Arch)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.10
PoCX v1.0.0-rc.10
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.9
PoCX v1.0.0-rc.9
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.8
PoCX v1.0.0-rc.8
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.7
PoCX v1.0.0-rc.7
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.6
PoCX v1.0.0-rc.6
*MacOS opencl fix
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc.5
PoCX v1.0.0-rc.5
Pre-built binaries for all supported platforms.
Single Binary Design: OpenCL GPU acceleration is dynamically loaded at runtime.
The same binary works on systems with or without OpenCL installed.
Platforms:
- Linux x86_64 / ARM64
- Android ARM64
- Windows x86_64
- macOS x86_64 / ARM64 (Apple Silicon)
Binaries:
pocx_miner- Mining clientpocx_plotter- Plot file generator (GPU accelerated when OpenCL available)pocx_verifier- Plot verification toolpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain for testing
Configuration Files:
miner_config.yaml- Miner configuration templateaggregator_config.yaml- Aggregator configuration templatemockchain_config.toml- Mockchain configuration template
Installation:
# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version
# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --versionRelease v1.0.0-rc4
PoCX 1.0.0-rc4 - Release Candidate 4
PoCX is a next-generation Proof of Capacity (PoC) mining framework featuring high-performance SIMD-optimized cryptography, multi-blockchain support, and GPU-accelerated plotting. This release candidate includes production-ready binaries for comprehensive testing across all supported platforms.
Key Features:
- Plotting: Fast plot generation with optional OpenCL GPU acceleration
- Mining: Multi-threaded CPU assisted POC mining with SIMD acceleration (SSE2/AVX/AVX2/AVX512)
- Security: Fixed POC2 compression vulnerability
- Multi-chain: Support for multiple PoCX-based blockchains
- Testing: Built-in mock blockchain and plot verification tools
What's Included:
pocx_plotter- Plot file generator with CPU/GPU supportpocx_miner- High-performance mining clientpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain simulator for testingpocx_verifier- Plot file integrity verification
Supported Platforms:
- Linux (x86_64, ARM64)
- Windows (x86_64)
- macOS (x86_64, ARM64 / Apple Silicon)
Note: This is a release candidate for final testing. Please report any issues before the stable 1.0.0 release.
Release v1.0.0-rc3
PoCX 1.0.0-rc3 - Release Candidate 3
PoCX is a next-generation Proof of Capacity (PoC) mining framework featuring high-performance SIMD-optimized cryptography, multi-blockchain support, and GPU-accelerated plotting. This release candidate includes production-ready binaries for comprehensive testing across all supported platforms.
Key Features:
- Plotting: Fast plot generation with optional OpenCL GPU acceleration
- Mining: Multi-threaded CPU assisted POC mining with SIMD acceleration (SSE2/AVX/AVX2/AVX512)
- Security: Fixed POC2 compression vulnerability
- Multi-chain: Support for multiple PoCX-based blockchains
- Testing: Built-in mock blockchain and plot verification tools
What's Included:
pocx_plotter- Plot file generator with CPU/GPU supportpocx_miner- High-performance mining clientpocx_aggregator- Mining proxy/aggregatorpocx_mockchain- Mock blockchain simulator for testingpocx_verifier- Plot file integrity verification
Supported Platforms:
- Linux (x86_64, ARM64)
- Windows (x86_64)
- macOS (x86_64, ARM64 / Apple Silicon)
Note: This is a release candidate for final testing. Please report any issues before the stable 1.0.0 release.