Skip to content

Update getting-started.md #5558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Leomrqdd
Copy link

@Leomrqdd Leomrqdd commented Jul 7, 2025

Hey,
I was looking at the makefiles inside the firedancer repo to see if it was possible to build agave-ledger-tool as a binary. I checked the src/app/fdctl/Local.mk and I saw that it was possible : agave-ledger-tool: $(OBJDIR)/bin/agave-ledger-tool

And indeed, the make -j fdctl solana agave-ledger-tool worked.

I used it during the testnet restart to create the correct snapshot and the command : agave-ledger-tool --ledger ledger create-snapshot was working too.

Unfortunately, when the testnet restarted, it was not working well and I suspected it come from the version of the agave-ledger-tool that was not correct one to use for snapshot generation.

But it could be useful for validators to directly build this binary easily with make, especially for future restarts.

Maybe there is a reason this is not the case but I would like to submit the idea here (saw a message on discord that developers were more active on github than discord)

Best,

Léo

Hey,
I was looking at the makefiles inside the firedancer repo to see if it was possible to build agave-ledger-tool as a binary.
I checked the src/app/fdctl/Local.mk and I saw that it was possible  : 
agave-ledger-tool: $(OBJDIR)/bin/agave-ledger-tool

And indeed, the make -j fdctl solana agave-ledger-tool worked. 

I used it during the testnet restart to create the correct snapshot and the command : agave-ledger-tool --ledger ledger create-snapshot was working too.

Unfortunately, when the testnet restarted, it was not working well and I suspected it come from the version of the agave-ledger-tool that was not correct one to use for snapshot generation.

But it could be useful for validators to directly build this binary easily with make, especially for future restarts.

Best,

Léo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant