RinHash Miner
A comprehensive mining software supporting both CPU and GPU mining for the RinHash algorithm.
✅ VERIFIED SUCCESSFUL COMPILATIONS
ROCm GPU Components ✅ VERIFIED
- GPU Miner Executable:
rinhash-gpu-miner
(27KB, successfully compiled) - GPU Library:
librinhash_hip.so
(252KB, successfully compiled) - GPU Headers: All CUDA header files (*.cuh) compiled successfully
⚠️ UNVERIFIED METHODS
The following compilation methods exist but have not been verified:
- CPU Miner compilation
- Complete system builds
- Docker container builds
- CUDA compilation
Quick Start
For detailed compilation instructions, see COMPILE_QUICKSTART.md
Current Status
✅ VERIFIED COMPONENTS
- ROCm GPU miner executable:
rinhash-gpu-miner
- GPU library:
librinhash_hip.so
- Build scripts: Available for various methods
⚠️ UNVERIFIED COMPONENTS
- CPU miner binary (not compiled)
- Complete build outputs (empty directories)
- Docker builds (not tested)
- CUDA compilation (not verified)
Testing Verified Components
# Test GPU miner executable
ls -la rinhash-gpu-miner
file rinhash-gpu-miner
# Test GPU library
ls -la rocm-direct-output/gpu-libs/
file rocm-direct-output/gpu-libs/librinhash_hip.so
# GPU runtime check (if ROCm installed)
rocm-smi
For complete documentation, see COMPILE_QUICKSTART.md