Skip to content

Commit

Permalink
update readme for s8 init
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 4, 2024
1 parent 66f858a commit 407d688
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/update080.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
komodo-cli -ac_name=GLEEC stop
mv ~/.komodo/GLEEC ~/.komodo/GLEEC_OLD
```
## All nodes
#### Launch new version of `GLEEC`

```bash
Expand Down Expand Up @@ -35,6 +36,17 @@ After git pull restart your iguana and adjust your firewall settings accordingly

If you are a returning Notary Node operator, don't forget to close the Season 7 Iguana ports and the ports for removed coins once Season 8 begins. Follow the instructions in [https://www.cyberciti.biz/faq/how-to-delete-a-ufw-firewall-rule-on-ubuntu-debian-linux/](https://www.cyberciti.biz/faq/how-to-delete-a-ufw-firewall-rule-on-ubuntu-debian-linux/).

#### Update and restart Iguana

```bash
cd ~/dPoW/iguana
git checkout master
git pull
make
./m_notary_main
./m_notary_3rdparty # or ./m_notary_3rdparty_docker
```


#### Would you like to know more?

Expand Down

0 comments on commit 407d688

Please sign in to comment.