Minimum requirements

The most common way for a beginner to run a validator using the Creditcoin Docker image is on a cloud server running Linux. We strongly recommend using a recent Debian Linux OS. For this guide we will be using Ubuntu 22.04, but the instructions should be similar for other platforms.

  • CPU

    • Intel Core i5-8400 or better

      • 6 Cores @ 2.8Ghz

      • 9M Cache

  • Storage

    • Needs to be sufficient for targeted chain

    • 256G+ recommended for CC3 mainnet as of 2025-05-31

  • Memory

    • 8GB

  • System

    • Ubuntu 22.04 (Linux Kernel 5.16 or newer)

  • Tokens

    • The minimum stake required to run a validator is documented per environment here.

Running hardware benchmarks

The transaction weights in Creditcoin are benchmarked on reference hardware. We ran the benchmark on a memory optimized Standard_E4as_v4 VM instance of Azure. To make sure your validator meets these specifications, you can build the Creditcoin3 node with cargo build --release --features runtime-benchmarks and execute creditcoin-node benchmark machine --chain dev to get a hardware report:

Last updated