Skip to content

Releases: PoC-Consortium/pocx

Release v1.0.0-rc.12

13 Mar 10:22
80c5fab

Choose a tag to compare

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-musl builds are statically linked and work on any Linux distribution
  • Use musl builds for maximum compatibility (Ubuntu 20.04+, Debian, Alpine, etc.)
  • *-linux-gnu builds require glibc 2.39+ (Ubuntu 24.04+, Fedora 40+, Arch)

Binaries:

  • pocx_miner - Mining client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.11

12 Mar 14:56
d8701cd

Choose a tag to compare

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-musl builds are statically linked and work on any Linux distribution
  • Use musl builds for maximum compatibility (Ubuntu 20.04+, Debian, Alpine, etc.)
  • *-linux-gnu builds require glibc 2.39+ (Ubuntu 24.04+, Fedora 40+, Arch)

Binaries:

  • pocx_miner - Mining client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.10

14 Feb 15:29
c19fc12

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.9

12 Feb 06:19

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.8

30 Jan 08:47
b228a70

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.7

11 Mar 20:18
ea52803

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.6

26 Jan 13:35
aa7a9be

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc.5

10 Jan 19:50
1bbfa90

Choose a tag to compare

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 client
  • pocx_plotter - Plot file generator (GPU accelerated when OpenCL available)
  • pocx_verifier - Plot verification tool
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain for testing

Configuration Files:

  • miner_config.yaml - Miner configuration template
  • aggregator_config.yaml - Aggregator configuration template
  • mockchain_config.toml - Mockchain configuration template

Installation:

# Linux/macOS
tar -xzf pocx-*.tar.gz
./pocx_miner --version

# Windows
# Extract pocx-*.zip
.\pocx_miner.exe --version

Release v1.0.0-rc4

19 Dec 10:52
96bc6ed

Choose a tag to compare

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 support
  • pocx_miner - High-performance mining client
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain simulator for testing
  • pocx_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

16 Nov 16:19
36833fc

Choose a tag to compare

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 support
  • pocx_miner - High-performance mining client
  • pocx_aggregator - Mining proxy/aggregator
  • pocx_mockchain - Mock blockchain simulator for testing
  • pocx_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.