Skip to content

Commit

Permalink
More fixes for Prysm validator
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jul 27, 2021
1 parent 656962c commit af54c75
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions prysm-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ services:
- ${LOG_LEVEL}
- accounts
- list
- --wallet-dir
- /var/lib/prysm/
- --wallet-dir=/var/lib/prysm/
- --${NETWORK}
# If you chose not to store the wallet password during import, comment out the two following lines
- --wallet-password-file
- /var/lib/prysm/password.txt
# If you chose not to store the wallet password during import, comment out the following line
- --wallet-password-file=/var/lib/prysm/password.txt
validator-import:
restart: "no"
image: prysm-validator:local
Expand All @@ -78,10 +76,8 @@ services:
- /var/lib/prysm
- accounts
- import
- --wallet-dir
- /var/lib/prysm/
- --keys-dir
- /val_keys
- --wallet-dir=/var/lib/prysm/
- --keys-dir=/val_keys
- --${NETWORK}
validator-exit:
restart: "no"
Expand All @@ -99,15 +95,11 @@ services:
- /var/lib/prysm
- accounts
- voluntary-exit
- --wallet-dir
- /var/lib/prysm/
- --beacon-rpc-provider
- ${CC_NODE}
- --wallet-password-file
- /var/lib/prysm/password.txt
- --wallet-dir=/var/lib/prysm/
- --beacon-rpc-provider=${CC_NODE}
- --wallet-password-file=/var/lib/prysm/password.txt
- --${NETWORK}
- --tls-cert
- /etc/ssl/certs/ca-certificates.crt
- --tls-cert=/etc/ssl/certs/ca-certificates.crt
eth:
image: tianon/true
restart: "no"
Expand Down

0 comments on commit af54c75

Please sign in to comment.