We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0742812 commit f5aa995Copy full SHA for f5aa995
1 file changed
infra/aggregation_mode/run.sh
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+
3
+SLEEP=5
4
5
+echo "Starting Aggregation Mode in $SLEEP seconds..."
6
+sleep $SLEEP
7
8
+echo "Starting SP1 Aggregation Mode..."
9
+AGGREGATOR=sp1 SP1_PROVER=cuda /home/user/.cargo/bin/proof_aggregator /home/user/config/config-proof-aggregator-sp1.yaml
10
+echo "SP1 Aggregation Mode finished"
11
12
+echo "Starting Risc0 Aggregation Mode..."
13
+AGGREGATOR=risc0 /home/user/.cargo/bin/proof_aggregator /home/user/config/config-proof-aggregator-risc0.yaml
14
+echo "Risc0 Aggregation Mode finished"
0 commit comments