Skip to content

Commit

Permalink
add notes for mm2 updating
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 9, 2023
1 parent 2a02aae commit 878f72f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/update077.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ cd notary_docker_3p
git pull
./update vrsc # supply sudo password when asked
./start vrsc
./update mm2 # supply sudo password when asked
./start mm2
```

#### If custom setup
Expand All @@ -32,6 +34,17 @@ source ~/dPoW/iguana/pubkey.txt
./verusd -pubkey=$pubkey &
```

- Update your seednode

```bash
cd ~/nn_mm2_seed
git pull
./update_mm2.sh
./update_conf.py
./run_mm2.sh && tail -f mm2.log
```


#### Update your dPoW repo

```bash
Expand All @@ -40,4 +53,5 @@ git checkout master
git pull
```

Make sure your 3P iguana is running properly.
Make sure your 3P iguana is running properly and notarising.
Confirm your MM2 node is running and finding peers on netID 8762.

0 comments on commit 878f72f

Please sign in to comment.