Skip to content

Commit

Permalink
include mm2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Jan 9, 2024
1 parent a1f4093 commit 3e0e0da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.7.11

- Updates VRSC to [`8a060c6`](https://github.com/VerusCoin/VerusCoin/commit/8a060c63b5b1d8295b754080e0f07966b09776d3)
- Updates mm2 to [`v2.0.0-beta`](https://github.com/KomodoPlatform/komodo-defi-framework/releases/tag/v2.0.0-beta)

## 0.7.10

Expand Down
10 changes: 8 additions & 2 deletions doc/update0711.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On your 3P node:

- update your Verus Coin's codebase to [`8a060c6`](https://github.com/VerusCoin/VerusCoin/tree/8a060c63b5b1d8295b754080e0f07966b09776d3), build it and then restart it.

### Update VSRC
### Update VSRC and Komodo DeFi Framework

#### Using docker setup

Expand Down Expand Up @@ -36,6 +36,12 @@ source ~/dPoW/iguana/pubkey.txt
./verusd -pubkey=$pubkey &
```

- Manually update your mm2 to the [latest release](https://github.com/KomodoPlatform/komodo-defi-framework/releases/tag/v2.0.0-beta)
- Edit your MM2.json file to change the netid from `7777` to `8762`
- Open the following ports on your firewall: `42845` (tcp), `42855` (wss)

### Update


#### Update your dPoW repo

Expand All @@ -45,4 +51,4 @@ git checkout master
git pull
```

Once complete, monitor your node to ensure it is running correctly and notarisations are progressing.
Once complete, monitor your node to ensure it is running correctly and notarisations are progressing. Make sure any certs for your seednode are up to date and have no permssions issues, and that your wss connection is responding. If you have any issues, please contact us on Discord.

0 comments on commit 3e0e0da

Please sign in to comment.