forked from dappnode/DAppNodePackage-rocketpool-testnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from dappnode/feature/before_merge_testnet
Replace prater by mainnet in urls and package name
- Loading branch information
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
How Rocket Pool Works. Unlike solo stakers, who are required to put 32 ETH up for deposit to create a new validator, Rocket Pool nodes only need to deposit 8/16 ETH per validator. This will be coupled with 16 ETH from the staking pool (which stakers deposited in exchange for rETH) to create a new Ethereum validator. This new validator is called a minipool. | ||
|
||
Start with Rocket Pool at [http://rocketpool-testnet.public.dappnode/](http://rocketpool-testnet.public.dappnode/) | ||
Start with Rocket Pool at [http://rocketpool.dappnode/](http://rocketpool.dappnode/) | ||
|
||
ℹ️ Rocket Pool supports three different Execution clients: Geth, Besu, and Nethermind. | ||
|
||
ℹ️ Rocket Pool supports five Consensus clients: Lighthouse, Lodestar, Nimbus, Prysm, and Teku. | ||
|
||
⚠️ When creating a wallet or adding a minipool, it is crucial to go to the [backup tab](http://my.dappnode/#/packages/rocketpool-testnet.public.dappnode.eth/backup) and download your backup, as it provides a necessary safety measure in case of any unforeseen circumstances that may cause data loss or corruption, and ensures that you can easily recover your information when required. | ||
⚠️ When creating a wallet or adding a minipool, it is crucial to go to the [backup tab](http://my.dappnode/#/packages/rocketpool.dnp.dappnode.eth/backup) and download your backup, as it provides a necessary safety measure in case of any unforeseen circumstances that may cause data loss or corruption, and ensures that you can easily recover your information when required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
version: "3.4" | ||
services: | ||
rocketpool-testnet.public.dappnode.eth: | ||
image: "rocketpool-testnet.public.dappnode.eth:0.1.0" | ||
rocketpool.dnp.dappnode.eth: | ||
image: "rocketpool.dnp.dappnode.eth:0.1.0" | ||
build: | ||
context: ./build | ||
args: | ||
UPSTREAM_VERSION: v1.10.0 | ||
NETWORK: prater | ||
NETWORK: mainnet | ||
volumes: | ||
- "rocketpool-testnet:/rocketpool" | ||
- "rocketpool:/rocketpool" | ||
environment: | ||
- NETWORK=prater | ||
- NETWORK=mainnet | ||
- WALLET_PASSWORD= | ||
- EXTRA_OPTS= | ||
restart: unless-stopped | ||
volumes: | ||
rocketpool-testnet: {} | ||
rocketpool: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters