Post
Topic
Board Mining (Altcoins)
Re: [ANN] FutureBit Project Apollo: Bringing ASIC Mining Back to the Home Miner!
by
nc50lc
on 06/01/2025, 05:36:30 UTC
I am not computer savvy, but could i use this
That snapshot contains a litecoin datadir which has a "pruned" blockchain.
If you can't setup Apollo's Litecoin Node to prune mode, it'll just restart to sync from block 0 once it detected the pruned blockchain.

I don't use Apollo so DYOR to find a way to set these in your "litecoin.conf" file to make it work and DYOR if its node is compatible with those settings.
Code:
prune=2200
blockfilterindex=0
peerblockfilters=0

Must be set before loading the pruned litecoin datadir snapshot,
prune=<> can be set higher than 2200 (MiB)
Of course, you'll be trusting another person's blockchain if you use that, so download at your own risk.