Files
mines/rin/miner
2025-09-06 11:44:25 +03:00
..
2025-09-05 22:27:58 +03:00
2025-09-06 11:41:40 +03:00
2025-09-05 13:22:21 +03:00
2025-09-05 22:28:14 +03:00
2025-09-06 11:41:40 +03:00
2025-09-06 11:41:40 +03:00
2025-09-06 11:41:40 +03:00
2025-09-05 09:41:20 +03:00
2025-09-05 13:22:21 +03:00
2025-09-06 11:41:40 +03:00
2025-09-05 22:28:14 +03:00
2025-09-06 11:41:40 +03:00
2025-09-05 09:32:24 +03:00
2025-09-04 21:49:46 +03:00
2025-09-06 11:44:25 +03:00
2025-09-05 09:41:20 +03:00
2025-09-05 13:22:21 +03:00
2025-09-06 11:41:40 +03:00
2025-09-06 11:41:40 +03:00
2025-09-05 09:32:24 +03:00
2025-09-05 09:32:24 +03:00
2025-09-05 09:32:24 +03:00
2025-09-06 11:44:25 +03:00
2025-09-06 11:41:40 +03:00

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