|
16 | 16 | ## Overview
|
17 | 17 | The article describes how to set up a TEE prover used by Automata Multi-Prover AVS operator and upgrade the operator node to use your own TEE prover.
|
18 | 18 |
|
19 |
| -Running your own `TEE prover` and `scroll archive node` will be an important indicator for determining reward amounts in the future. |
20 |
| - |
21 | 19 | ## 1. Setup server to run the TEE prover
|
22 | 20 | > 💡 The steps below introduce how to set up a Standard_DC4s_v3 virtual machine on Azure. If you already have a server that supports Intel SGX and DCAP, you can skip this section. Please contact us if you decide to use your own server since we need more info about your sever to get the attestation verification pass.
|
23 | 21 |
|
@@ -108,7 +106,7 @@ Below are the configs that you **need to provide**:
|
108 | 106 | * **l2**:
|
109 | 107 | * the endpoint of scroll, for example: `http://localhost:8545`.
|
110 | 108 | * To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
|
111 |
| - * If you cannot run the Scroll Archive Node, you can set the **l2** field to blank, but this may affect your final rewards. |
| 109 | + * If you cannot run the Scroll Archive Node, you can temporarily set the **l2** field to blank. |
112 | 110 |
|
113 | 111 | * **server.tls**:
|
114 | 112 | * the path to the tls cert and key.
|
@@ -191,7 +189,7 @@ Below are the configs that you **need to provide**:
|
191 | 189 | * **l2**:
|
192 | 190 | * the endpoint of scroll, for example: `http://localhost:8545`.
|
193 | 191 | * To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
|
194 |
| - * If you cannot run the Scroll Archive Node, you can set the **l2** field to blank, but this may affect your final rewards. |
| 192 | + * If you cannot run the Scroll Archive Node, you can temporarily set the **l2** field to blank. |
195 | 193 |
|
196 | 194 | * **server.tls**:
|
197 | 195 | * the path to the tls cert and key.
|
|
0 commit comments