From daec900fb7a5dea6663a33056bd4eed6f8300082 Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:20:44 +0530 Subject: [PATCH] Update update0716.md --- doc/update0716.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/update0716.md b/doc/update0716.md index 5b0765c4..16aecc82 100644 --- a/doc/update0716.md +++ b/doc/update0716.md @@ -1,17 +1,18 @@ # dPoW 0.7.16 update information -### Stop and remove `VOTE2024` +### Stop and remove `VOTE2024`, close its port ```bash komodo-cli -ac_name=VOTE2024 stop rm -rf ~/.komodo/VOTE2024 +sudo ufw delete allow 60915/tcp ``` ### Update `komodod` to the latest version on main and 3p nodes. ```bash -cd ~/komodo/src/ +cd ~/komodo/ git checkout master && git pull ./zcutil/build.sh -j$(nproc) ```