📘
Old Faithful
CtrlK
  • Introduction
    • What Is Old Faithful?
    • Architecture
      • CAR's & CID's
      • Indexes
  • Running Old Faithful
    • Requirements
    • Sourcing Data
      • OF1
      • Generating from RocksDB
        • Creating indexes
        • Historical blocks
        • Warehouse nodes
    • Installation & Setup
      • Building Old Faithful
        • `jsonParsed` Support
      • Preparing Data
      • Configuration Files
        • Local file system
        • HTTP
      • Start Old Faithful
      • Software integrations
  • Usage
    • RPC server
    • Geyser
    • 3rd Party Tools
    • Validation
      • Reproducibility
      • Epoch 208
  • References
    • RPC Methods
    • gRPC Methods
      • Examples
    • CLI Arguments
    • CAR Report
    • CID Lookup API
    • OF1 Files
Powered by GitBook
On this page
  1. Running Old Faithful

Installation & Setup

Three software projects comprise Old Faithful:

  • Faithful, used for running the RPC server and creating the necessary indexes for the RPC server

  • Radiance, used for processing warehouse nodes’ ledger archives and producing CAR files

  • PoH check car, used for validating PoH of Old Faithful car files.

You can also interact with Old Faithful through standard Filecoin tooling like Lassie.

You only need the Faithful CLI if you are interested in working with the Faithful dataset and retrieving data.

Building and installing Radiance

You will need to build Radiance with RocksDB support following the guide here:

https://github.com/rpcpool/radiance-triton-faithful/blob/main/INSTALL.md

PreviousWarehouse nodesNextBuilding Old Faithful

Last updated 9 days ago