Skip to content

Commit adfb8ff

Browse files
Merge pull request #498 from dappnode/pablo/add-cons-clients
Add consensus clients
2 parents c83e201 + 28ff57f commit adfb8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iso/scripts/download_core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source /tmp/vars.sh
88

99
DAPPNODE_CORE_DIR="/images"
1010
DAPPNODE_HASH_FILE="${DAPPNODE_CORE_DIR}/packages-content-hash.csv"
11-
CONTENT_HASH_PKGS=(geth nethermind)
11+
CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
1212
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"http://ipfs.io"}
1313

1414
SWGET="wget -q -O-"

scripts/dappnode_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DAPPNODE_ACCESS_CREDENTIALS_URL="https://github.com/dappnode/DAppNode/releases/l
2121
WGET="wget -q --show-progress --progress=bar:force"
2222
SWGET="wget -q -O-"
2323
# Other
24-
CONTENT_HASH_PKGS=(geth nethermind)
24+
CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
2525
ARCH=$(dpkg --print-architecture)
2626
WELCOME_MESSAGE="\nChoose a way to connect to your DAppNode, then go to \e[1mhttp://my.dappnode\e[0m\n\n\e[1m- Wifi\e[0m\t\tScan and connect to DAppNodeWIFI. Get wifi credentials with \e[32mdappnode_wifi\e[0m\n\n\e[1m- Local Proxy\e[0m\tConnect to the same router as your DAppNode. Then go to \e[1mhttp://dappnode.local\e[0m\n\n\e[1m- Wireguard\e[0m\tDownload Wireguard app on your device. Get your dappnode wireguard credentials with \e[32mdappnode_wireguard\e[0m\n\n\e[1m- Open VPN\e[0m\tDownload OPen VPN app on your device. Get your openVPN creds with \e[32mdappnode_openvpn\e[0m\n\n\nTo see a full list of commands available execute \e[32mdappnode_help\e[0m\n"
2727

0 commit comments

Comments
 (0)