qubic / go-archiver

2 stars 2 forks source link

Daily archive snapshots #25

Open LINCKODE opened 1 month ago

LINCKODE commented 1 month ago

JoeTom: "can we export a daily snapshot of the archive for people who would like to run their own nodes? can we cryptographically mark a complete epoch somehow to unsure the archive is complete?"

luk: "I think we can add a flag(which anyone can enable or disable) to check at startup store hash of lastProcessedTick against a predefined(also configurable by env) store hash which we can publish along with latest snapshot"

LINCKODE commented 1 month ago

Could we look into providing a Rsync server which people can use to incrementally get our store state?