lighthouse

Ethereum consensus client in Rust (by sigp)

Lighthouse Alternatives

Similar projects and alternatives to lighthouse

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lighthouse alternative or higher similarity.

lighthouse reviews and mentions

Posts with mentions or reviews of lighthouse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-25.
  • Daily General Discussion - May 25, 2023
    4 projects | /r/ethfinance | 25 May 2023
    Daily Goerli: A whole lot more detail on the lighthouse db corruption issue I posted about previously. There's a warning that's been quite frequent on my erigon nodes for a while that doesn't seem to have any impact on its performance. I asked if it should be downgraded to INFO here.
  • Ethereum's pending withdrawals total $1.34 billion after Shapella
    10 projects | /r/CryptoCurrency | 13 Apr 2023
    https://github.com/sigp/lighthouse 142 contributors
  • Daily General Discussion - April 12, 2023
    5 projects | /r/ethfinance | 12 Apr 2023
  • Daily General Discussion - March 23, 2023
    6 projects | /r/ethfinance | 23 Mar 2023
    If you use Lighthouse and haven't updated to v4.0.0 yet then don't, if you have then there's a v4.0.1-rc.0 hotfix out for a bug.
  • Daily General Discussion - March 22, 2023
    4 projects | /r/ethfinance | 22 Mar 2023
    Lighthouse v4.0.0, which is ready for Shapella on main net, is out.
  • Daily General Discussion - January 11, 2023
    4 projects | /r/ethfinance | 11 Jan 2023
  • Is there any service that sends notifications when I have to update by validator software (i.e. consensus (e.g. lighthouse) and execution (e.g. geth)?
    7 projects | /r/ethstaker | 20 Dec 2022
    Lighthouse: https://github.com/sigp/lighthouse/releases
  • Lighthouse Release v3.3.0 (Mr. Frundles)
    2 projects | /r/ethstaker | 23 Nov 2022
    #!/bin/bash # Assumption 1: you have lighthouse running on ubuntu with systemctl # Assumption 2: lighthouse binary is in /home/lighthouse/.cargo/bin/lighthouse # If otherwise, change the script accordingly latestVersion="3.3.0" ##Change this before running, see https://github.com/sigp/lighthouse/releases logFile="/home/lighthouse/lighthouseUpdate.log" filename="lighthouse-v"$latestVersion"-aarch64-unknown-linux-gnu.tar.gz" url="https://github.com/sigp/lighthouse/releases/download/v"$latestVersion"/lighthouse-v"$latestVersion"-aarch64-unknown-linux-gnu.tar.gz" #remove the old logfile rm $logFile currentVersion=$(/home/lighthouse/.cargo/bin/lighthouse --version) currentVersion=${currentVersion:0:25} echo 'lighthouse current version' $currentVersion echo 'Now updating lighthouse to v'$latestVersion', process started' cd lighthouse-bin/ echo 'Downloading v'$latestVersion' from ' $url wget $url > $logFile 2>&1 echo 'Unpacking '$filename tar -xvf $filename >> $logFile 2>&1 echo 'Stoppping validator and beacon node (can take some time)' sudo systemctl stop lighthousevalidator >> $logFile 2>&1 sudo systemctl stop lighthousebeacon >> $logFile 2>&1 echo 'Backing up the old bin to /home/lighthouse/.cargo/bin/_lighthouse' mv /home/lighthouse/.cargo/bin/lighthouse /home/lighthouse/.cargo/bin/_lighthouse echo 'Replacing the new binary' mv lighthouse /home/lighthouse/.cargo/bin/lighthouse installedVersion=$(/home/lighthouse/.cargo/bin/lighthouse --version) installedVersion=${installedVersion:0:25} echo 'Checking installed version: ' $installedVersion echo 'Starting beacon and validator node (can take some time)' sudo systemctl start lighthousebeacon >> $logFile 2>&1 sudo systemctl start lighthousevalidator >> $logFile 2>&1 echo 'Removing the tar compressed file '$filename rm $filename echo "Process completed! Check the logs in "$logFile echo 'if it failed, you could restore the old version('$currentVersion') with mv /home/lighthouse/.cargo/bin/_lighthouse /home/lighthouse/.cargo/bin/lighthouse'
    2 projects | /r/ethstaker | 23 Nov 2022
  • Daily General Discussion - October 25, 2022
    3 projects | /r/ethfinance | 25 Oct 2022
    The fix is being tracked in this PR: https://github.com/sigp/lighthouse/pull/3658
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Mar 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic lighthouse repo stats
123
2,691
9.7
7 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com