Skip to content

Commit

Permalink
Update update0716.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang authored Sep 2, 2024
1 parent 259fec2 commit daec900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/update0716.md
Original file line number Diff line number Diff line change
@@ -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)
```
Expand Down

0 comments on commit daec900

Please sign in to comment.