Skip to content

Commit 971320e

Browse files
authored
Update 0_running_an_operator.md
1 parent 1fea98b commit 971320e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The keys are stored by default in the `~/.eigenlayer/operator_keys/` directory,
9595

9696
{% hint style="danger" %}
9797

98-
Don't keep the Operator Key in the Aligned Operator Node
98+
Don't keep the Operator Key in the Aligned Operator Node. If you already registered, don't use it. If you need to register, delete it after step 4.
9999

100100
{% endhint %}
101101

@@ -133,6 +133,11 @@ Then you must register as an Operator on AlignedLayer. To do this, you must run:
133133
make operator_register_with_aligned_layer CONFIG_FILE=./config-files/config-operator-mainnet.yaml
134134
```
135135

136+
{% hint style="danger" %}
137+
If you are going to run the server in this machine,
138+
delete the operator key
139+
{% endhint %}
140+
136141
## Step 5 - Start the operator
137142

138143
```bash

0 commit comments

Comments
 (0)