[go-nuts] latest geth stable version

2025-03-10 Thread SEMIA GUESMI
What is the latest stable version of geth ? how can I know it -- -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To vi

[go-nuts] How to Sync Geth from the Latest Finalized Block with a Checkpoint-Synced Prysm Beacon Node

2025-03-04 Thread SEMIA GUESMI
Hi, I have a question about the Execution Client (Geth) and the Consensus Client (Prysm). I synced the beacon node from a checkpoint and started the execution client with --syncmode full. My question is: *Will the execution client also sync from the target head provided by the consensus cli

[go-nuts] Question about Geth sync

2025-02-25 Thread SEMIA GUESMI
Hi, I have a question. Is there a method in Geth that allows me to specify a range of blocks (From - To) for synchronization? I need to sync blocks based on different time periods for analysis. Thanks in advance for your response! Best, semia -- -- You received this message because you are sub

[go-nuts] Issue Connecting to MongoDB with Go (mgo): "No Reachable Servers"

2025-02-17 Thread SEMIA GUESMI
Dears, Hi, I have a question regarding the MongoDB package for Go (mgo). I have installed MongoDB and confirmed that it is running. However, when I try to connect to it using Go, I consistently get the following error: *"No reachable servers"* I would appreciate any guidance on how to resolve