pocx_plotfile

Crates.iopocx_plotfile
lib.rspocx_plotfile
version1.0.0-rc.5
created_at2026-01-10 18:40:36.015429+00
updated_at2026-01-10 18:40:36.015429+00
descriptionA high-performance, safe, and cross-platform library for reading and writing PoC cryptocurrency plot files
homepagehttps://bitcoin-pocx.org/
repositoryhttps://github.com/PoC-Consortium/pocx
max_upload_size
id2034532
size162,188
JohnnyFFM (JohnnyFFM)

documentation

https://github.com/PoC-Consortium/pocx/wiki

README

pocx_plotfile

High-performance plot file I/O library for PoC mining with direct I/O support and resume capability.

Features

  • Direct I/O Support: Optional platform-optimized disk operations
  • Cross-Platform: Windows, Linux, macOS compatibility
  • Resume Capability: Resume plot generation after interruption
  • Progress Tracking: Built-in wakeup and progress monitoring
  • Sector Alignment: Automatic alignment for storage devices
  • Access Control: Read, ReadWrite, and Dummy modes

Build

# Standard build
cargo build --release -p pocx_plotfile

# Run tests
cargo test -p pocx_plotfile

Documentation

For detailed documentation and advanced usage, see the Wiki.

License

MIT License - See LICENSE for details.

Commit count: 12

cargo fmt