Aligned Layer

It's a proof verification layer developed on top of the EigenLayer using restaking and proof aggregation. This will enable cost-effective verification of any SNARK proof, leveraging Ethereum validator

Services

Hourly Snapshot Details
Block Height: 689866
Size: 36.02 GB
WASM: Yes
Indexer: null
Pruning: 100/0/10
File Name: latest.tar.lz4
Time: Thu May 16 23:06:03 UTC 2024
URL: https://krews.xyz/snapshots/alignedlayer/latest.tar.lz4
sudo systemctl stop alignedlayerd

cp $HOME/.alignedlayer/data/priv_validator_state.json $HOME/.alignedlayer/priv_validator_state.json.backup

rm -rf $HOME/.alignedlayer/data

curl https://krews.xyz/snapshots/alignedlayer/latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.alignedlayer

mv $HOME/.alignedlayer/priv_validator_state.json.backup $HOME/.alignedlayer/data/priv_validator_state.json

sudo systemctl restart alignedlayerd && sudo journalctl -u alignedlayerd -f -o cat

Useful Commands

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable alignedlayerd

Disable service

sudo systemctl disable alignedlayerd

Start service

sudo systemctl start alignedlayerd

Stop service

sudo systemctl stop alignedlayerd

Restart service

sudo systemctl restart alignedlayerd

Check service status

sudo systemctl status alignedlayerd

Check service logs

sudo journalctl -u alignedlayerd -f --no-hostname -o cat

Last updated