rummage-sys 0.1.1

Raw FFI bindings to the Rummage GPU Nostr mining library (CUDA)
docs.rs failed to build rummage-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rummage-sys

Raw FFI bindings to the Rummage GPU Nostr mining library.

Generated by bindgen from the C bridge header (rummage_ffi.h). Exposes opaque handles and extern "C" functions for both the PoW miner (RummagePow) and the vanity key miner (RummageVanity).

You should not use this crate directly. Use rummage-rs for a safe, idiomatic Rust API.

Build Requirements

  • NVIDIA CUDA Toolkit (nvcc)
  • GMP library (libgmp-dev)
  • g++ compiler

The CUDA compute capability defaults to 120 (Blackwell) and can be overridden:

CUDA_CCAP=89 cargo build