Bitcoin Forum
August 16, 2026, 05:19:52 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Can the Bitcoin protocol be properly integrated with the RandomX algorithm?
ASERT DAA is now officially introduced: a more advanced difficulty adjustment mechanism than Bitcoin's original DAA. - 0 (0%)
Real-world integration of the RandomX algorithm: The code includes complete VM management, Epoch switching, Light/Fast mode, and more. - 0 (0%)
Total Voters: 0

Pages: [1]
  Print  
Author Topic: RCPU is an experimental project.  (Read 17 times)
CPAY (OP)
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
August 14, 2026, 03:34:38 AM
 #1

https://rcpu.cloud/

| Project | Verification Result |

| ------------- | ---------------------------------------------------- |

| **Repository Address** | `https://github.com/RCPUcoin/RCPU` |

| **Code Basics** | A Bitcoin Core fork, but with numerous RCPU-specific modifications |

| **Copyright Information** | Multiple core files contain `// Copyright (c) 2024 The RCPU developers` |

RandomX Core Implementation

Seed String: RANDOMX_EPOCH_SEED_STRING = "RCPU/RandomX/Epoch/%d"

Epoch Mechanism: Calculates the Epoch based on timestamps and periods. GetSeedHash() performs double SHA256 hashes on the seed string to generate the RandomX key.

VM Cache: Supports Light mode (cache only, ~256MB) and Fast mode (dataset, ~2080MB).

LRU Cache: Uses boost::compute::detail::lru_cache to cache the VM, Cache, and Dataset.

Background Thread: After IBD (Initial Block Download) is complete, a background thread automatically builds the Fast mode dataset.
✅ Real-world integration of the RandomX algorithm: Complete VM management, Epoch switching, Light/Fast modes, and commitment verification are included in the code.

✅ Real-world introduction of ASERT DAA: A more advanced difficulty adjustment mechanism than Bitcoin's original DAA.

✅ Real-world modification of the block structure: Added the hashRandomX field.

✅ Support for 512-bit large number operations: Designed for high difficulty/large targets.

✅ Total supply of 2.1 billion units hard-coded: Confirmed in the consensus layer's MAX_MONEY.

✅ Independent chain parameter system: Complete mainnet/testnet/regression testnet.

✅ The network is indeed running: Nodes are functioning normally.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!