From c63f42ab9839288354a681076a1283f57b11ad70 Mon Sep 17 00:00:00 2001 From: PO <1257345390@qq.com> Date: Thu, 13 Feb 2025 22:58:43 +0800 Subject: [PATCH] Update node-setup-mainnet.md --- .../operating-a-node/node-setup-mainnet.md | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/Story Network (L1)/operating-a-node/node-setup-mainnet.md b/docs/Story Network (L1)/operating-a-node/node-setup-mainnet.md index 2247cfa1..fed48788 100644 --- a/docs/Story Network (L1)/operating-a-node/node-setup-mainnet.md +++ b/docs/Story Network (L1)/operating-a-node/node-setup-mainnet.md @@ -222,6 +222,26 @@ sudo xattr -rd com.apple.quarantine ./geth ### 2.2 Install Story Consensus Client +#### Install Story Client + +```bash +cd $HOME +wget https://github.com/piplabs/story/releases/download/v1.0.0/story-linux-amd64 +sudo mv story-linux-amd64 story +sudo chmod +x story +sudo mv ./story $HOME/go/bin/ +source $HOME/.bashrc +story version +``` + +> You should expect to see version 1.0.0-stable + +(Mac OS X Only) The OS X binaries have yet to be signed by our build process, so you may need to unquarantine them manually: + +```bash +sudo xattr -rd com.apple.quarantine ./story +``` + #### Cosmovisor installation For updating the story client, we recommend using Cosmovisor. @@ -252,26 +272,6 @@ echo "export DAEMON_DATA_BACKUP_DIR=${DAEMON_HOME}/cosmovisor/backup" >> $HOME/. echo "export DAEMON_ALLOW_DOWNLOAD_BINARIES=false" >> $HOME/.bash_profile ``` -#### Install Story Client - -```bash -cd $HOME -wget https://github.com/piplabs/story/releases/download/v1.0.0/story-linux-amd64 -sudo mv story-linux-amd64 story -sudo chmod +x story -sudo mv ./story $HOME/go/bin/ -source $HOME/.bashrc -story version -``` - -> You should expect to see version 1.0.0-stable - -(Mac OS X Only) The OS X binaries have yet to be signed by our build process, so you may need to unquarantine them manually: - -```bash -sudo xattr -rd com.apple.quarantine ./story -``` - #### Init Story with Cosmovisor @@ -485,4 +485,4 @@ If you ever run into issues and would like to try joining the network from a cle Linux: `rm -rf ~/.story/story/* && ./story init --network aeneid && ./story run` - \ No newline at end of file +