# tevador/RandomX

Proof of work algorithm based on random code execution

Repository: https://github.com/tevador/RandomX
Canonical: https://ross.abutalabs.com/products/randomx
Language: C++
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-07T17:54:02+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 81, longevity 100
- inputs: {"age_days": 2863, "days_push": 26, "days_rel": 47, "gap_med": 45, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1643, forks 356 (observed 2026-08-28T04:05:15.963246+00:00)

## What it is
RandomX is a proof-of-work algorithm optimized for general-purpose CPUs that uses random code execution and memory-hard techniques to resist specialized mining hardware. It is provided as a C++11 static library with a C API, and is used by cryptocurrencies such as Monero and Arweave.

## Use cases
- mine cryptocurrency on CPUs with ASIC-resistant proof of work
- verify proof-of-work blocks with low memory requirements
- integrate a PoW hashing algorithm into a blockchain via a C API
- benchmark CPU performance with a memory-hard workload
- study or audit a formally reviewed PoW algorithm design

## When to choose
- you need a CPU-friendly, ASIC-resistant proof-of-work algorithm for a blockchain
- you want a PoW algorithm with multiple independent security audits
- you need both fast mining and light verification modes with identical results

## When to avoid
- you need GPU or ASIC-friendly mining performance
- you need a general-purpose cryptographic hash function rather than proof-of-work
- your platform cannot provide 256 MiB (light) or 2080 MiB (fast) of shared memory

## Facets
- artifact type: library
- maturity: stable
- function: cryptography, security, benchmarking
- domain: blockchain, security
- platform: windows, cross-platform, cpp
- tags: proof-of-work, cpu-mining, memory-hard, hashing, virtual-machine, monero, asic-resistance, cryptocurrency, algorithms, linux, macos

## Member repositories
- tevador/RandomX (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:15.963246+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:46:18.687203+00:00, confidence not recorded.
  - readme: https://github.com/tevador/RandomX (fetched 2026-08-28T04:05:15.963246+00:00, sha 439c4902f302)
- Data as of 2026-08-30T08:39:29.467469+00:00.
