forked from dappnode/DAppNodePackage-SSV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup-wizard.yml
32 lines (30 loc) · 1.37 KB
/
setup-wizard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: "2"
fields:
- id: OPERATOR_PRIVATE_KEY
target:
type: environment
name: OPERATOR_PRIVATE_KEY
title: Operator Secret Key
description: |-
The secret key of your operator, to generate a new one you need to run:
```
$ docker run --rm 'bloxstaking/ssv-node:latest' /go/bin/ssvnode generate-operator-keys
```
You need to run this command in a machine that has Docker, like your DAppNode.
This command will give you a PK (Public Key) and a SK (Secret Key). Make sure to back up the output of this command in a safe place and only enter the SK (Secret Key) in this field. The SK (Secret Key) is all the characters (including special characters i.e. =) between the quotation marks (" ") directly following "{"app": "SSV-Node", "sk":" in the output of the command.
Please check the documentation [4-generate-operator-keys](https://docs.ssv.network/operators/installation-operator-1/installation-operator#4-generate-operator-keys) for more information.
required: true
- id: BEACON_NODE_ADDR
target:
type: environment
name: BEACON_NODE_ADDR
title: Eth2 Beacon chain
description: >-
URL to the Eth2 Prater Beacon chain endpoint
- id: ETH1ADDR
target:
type: environment
name: ETH1ADDR
title: Eth1.x fullnode
description: >-
URL to the Eth1.x Goerli node