EOA-Blockchain-Labs / ethereumonarm

Tools and scripts to build images that turn ARM devices into ful Ethereum nodes
GNU General Public License v3.0
143 stars 35 forks source link

Use the correct checkpoint sync beacon endpoint (testnet) #56

Closed crypt0m1nd3r closed 1 year ago

crypt0m1nd3r commented 1 year ago

Use --checkpoint-sync-url=https://checkpoint-sync.goerli.ethpandaops.io as mentioned in the docs at https://checkpoint-sync.goerli.ethpandaops.io/ .

The current value fails with:

CRIT Failed to start beacon node, reason: Error fetching finalized block from remote: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("goerli.checkpoint-sync.ethdevops.io")), port: None, path: "/eth/v2/beacon/blocks/finalized", query: None, fragment: None }, source: hyper::Error(Connect, Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 337047686, library: "SSL routines", function: "tls_process_server_certificate", reason: "certificate verify failed", file: "ssl/statem/statem_clnt.c", line: 1921 }]))) }, X509VerifyResult { code: 18, error: "self signed certificate" })) }), module: lighthouse:574