About 4 results
Open links in new tab
  1. Blobs - Lighthouse Book

    While both --supernode and --semi-supernode can serve blobs, a supernode will be faster to respond to blobs queries as it skips the blob reconstruction step. Running a supernode also …

  2. Beacon Node - Lighthouse Book

    --semi-supernode Run in minimal reconstruction mode. This node will subscribe to and custody half of the data columns (enough for reconstruction), enabling efficient data availability with …

  3. Run a Node - Lighthouse Book

    sudo mkdir -p /secrets openssl rand -hex 32 | tr -d "\n" | sudo tee /secrets/jwt.hex Step 2: Set up an execution node The Lighthouse beacon node must connect to an execution engine in order …

  4. Beacon Node API - Lighthouse Book

    openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -subj "/CN=localhost" Note that currently Lighthouse only accepts keys that are not password …