File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,11 +113,9 @@ systemctl --user start aggregation_mode.timer
113113
114114# Run the proof_aggregator manually if you want
115115systemctl --user start aggregation_mode.service
116- systemctl --user start aggregation_mode_stage.service
117116
118117# Check timer status
119118systemctl --user status aggregation_mode.timer
120119
121120# Check logs
122121journalctl -xfeu aggregation_mode.service --user -n10
123- journalctl -xfeu aggregation_mode_stage.service --user -n10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ proof_aggregation_service_address: <proof_aggregation_service_address>
33eth_rpc_url : <eth_rpc_url>
44eth_ws_url : <eth_ws_url>
55max_proofs_in_queue : 1000
6- last_aggregated_block_filepath : <last_aggregated_block_filepath>
6+ last_aggregated_block_filepath : ~/config/proof-aggregator.last_aggregated_block.json
77
88ecdsa :
99 private_key_store_path : <private_key_store_path>
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ prompt_and_replace "<aligned_service_manager_address>" "Aligned Service Manager
3232prompt_and_replace " <proof_aggregation_service_address>" " Proof Aggregation Service Address"
3333prompt_and_replace " <eth_rpc_url>" " Ethereum RPC URL"
3434prompt_and_replace " <eth_ws_url>" " Ethereum WebSocket URL"
35- prompt_and_replace " <last_aggregated_block_filepath>" " Last Aggregated Block Filepath"
36- prompt_and_replace " <private_key_store_path>" " ECDSA Private Key Store Path"
35+ prompt_and_replace " <private_key_store_path>" " ECDSA Private Key Store Path (~/.keystores/proof_aggregation.keystore)"
3736prompt_and_replace " <private_key_store_password>" " ECDSA Private Key Store Password"
3837
3938# Create destination directory if it doesn't exist
You can’t perform that action at this time.
0 commit comments