Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates #530

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions doc/update078.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cd ~/VerusCoin/src
source ~/dPoW/iguana/pubkey.txt
./verusd -pubkey=$pubkey &
```

- Build Komodod (main and 3p)

```bash
Expand Down Expand Up @@ -71,12 +72,11 @@ git pull

Once complete, monitor your node to ensure it is running correctly and notarisations are progressing.


### Update your seed node.
### Update your seed node

Update your MM2 seed node codebase to the [latest release](https://github.com/KomodoPlatform/komodo-defi-framework/releases/tag/v1.0.7-beta) [`79f6205`](https://github.com/KomodoPlatform/komodo-defi-framework/tree/79f620559a635704959d3e88067f7ffe5ee30f1f)

- If using the https://github.com/smk762/nn_mm2_seed repo, update it and restart:
#### If using the https://github.com/smk762/nn_mm2_seed repo, update it and restart

```bash
cd ~/nn_mm2_seed
Expand All @@ -87,7 +87,10 @@ git pull
./run_mm2.sh
```

- If using the https://github.com/smk762/notary_docker_3p repo, update it and restart:
- Run `./version.sh` to confirm the version is `v1.0.7-beta`
- Once complete, check the mm2 logs to confirm it is running correctly.

#### If using the https://github.com/smk762/notary_docker_3p repo, update it and restart

```bash
cd ~/notary_docker_3p
Expand All @@ -97,7 +100,7 @@ git pull
```

- Once complete, check the mm2 logs to confirm it is running correctly.
- Run `./version.sh` to confirm the version is `v1.0.7-beta`
- Run `cd mm2 && ./version` to confirm the version is `v1.0.7-beta`

### Update Dragon Node

Expand Down