From 882b9a621734c5b9cc2f34d99d9ad98a0b81793c Mon Sep 17 00:00:00 2001 From: coincashew <62976495+coincashew@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:44:57 +0100 Subject: [PATCH 1/2] Update ethpillar.md - fix links --- run-on-lido/csm/node-setup/intermediate/ethpillar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run-on-lido/csm/node-setup/intermediate/ethpillar.md b/run-on-lido/csm/node-setup/intermediate/ethpillar.md index 15927edca..f956d5f99 100644 --- a/run-on-lido/csm/node-setup/intermediate/ethpillar.md +++ b/run-on-lido/csm/node-setup/intermediate/ethpillar.md @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'; ### Download EthPillar -Go to the [Coincashew website](https://www.coincashew.com/coins/overview-eth/ethpillar) and copy the latest install script, then run: +Review EthPillar's homepage at [Coincashew website](https://docs.coincashew.com/ethpillar), then run: ```sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/coincashew/EthPillar/main/install.sh)" @@ -49,8 +49,8 @@ cat ~/staking-deposit-cli/validator_keys*/deposit*json **Interfaces:** -* Mainnet: [https://csm.lido.fi/](https://csm.lido.fi/) -* Hoodi: [https://csm.testnet.fi/](https://csm.testnet.fi/) +* Mainnet: [https://csm.lido.fi/](https://csm.lido.fi/?ref=ethpillar) +* Hoodi: [https://csm.testnet.fi/](https://csm.testnet.fi/?ref=ethpillar) ## ETHPillar Terminal-UI Navigation @@ -100,4 +100,4 @@ This lets you attach a new validator client to an existing beacon node, with a s ### Keep your clients up to date -To keep your clients and other packages up to date for network upgrades, security releases or minor improvements please follow [this guide](/run-on-lido/csm/updates-and-maintenance/client-updates). \ No newline at end of file +To keep your clients and other packages up to date for network upgrades, security releases or minor improvements please follow [this guide](/run-on-lido/csm/updates-and-maintenance/client-updates). From dcfc6e71af896fc30e6329d8156e8c7912480f2b Mon Sep 17 00:00:00 2001 From: coincashew <62976495+coincashew@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:52:39 +0100 Subject: [PATCH 2/2] docs(ethpillar.md) - fix deposit cli path --- run-on-lido/csm/node-setup/intermediate/ethpillar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-on-lido/csm/node-setup/intermediate/ethpillar.md b/run-on-lido/csm/node-setup/intermediate/ethpillar.md index f956d5f99..0e9bf375a 100644 --- a/run-on-lido/csm/node-setup/intermediate/ethpillar.md +++ b/run-on-lido/csm/node-setup/intermediate/ethpillar.md @@ -44,7 +44,7 @@ Next, type and enter `ethpillar` to launch the terminal UI and: Copy your deposit data for the CSM widget: ```sh -cat ~/staking-deposit-cli/validator_keys*/deposit*json +cat ~/ethstaker_deposit-cli/validator_keys*/deposit*json ``` **Interfaces:**