diff --git a/doc/changelog.md b/doc/changelog.md index a6ea1440..56566f71 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -3,6 +3,7 @@ ## 0.8.2 - Updates `litecoind` to `v0.21.4` [`beae01d`](https://github.com/litecoin-project/litecoin/commit/beae01d62292a0aab363b7a4d3f606708cea7260) +- Shuts down KDF on Notary 3P node ## 0.8.1 diff --git a/doc/seed_version_epochs.json b/doc/seed_version_epochs.json index 27843bf5..5c4345b0 100644 --- a/doc/seed_version_epochs.json +++ b/doc/seed_version_epochs.json @@ -35,6 +35,6 @@ }, "35e9239": { "version": "2.1.0", - "end": 1987654321 + "end": 1736533799 } } diff --git a/doc/update082.md b/doc/update082.md index b970d761..269b6708 100644 --- a/doc/update082.md +++ b/doc/update082.md @@ -47,7 +47,7 @@ mv ~/litecoin.021 ~/litecoin #### Start the new litecoin daemon -Start `litecoind` as usual. If you use scripts to start all daemons, modify them to include the `-daemon` argument to prevent console spam, and remove the `-pubkey` argument, as `litecoind` does not recognize it and will quit shortly instead of launching. Your daemon launch command should look like this: +Start `litecoind` as usual. If you use scripts to start all daemons, modify them to include the `-daemon` argument to prevent console spam, and remove the `-pubkey` argument, as `litecoind` does not recognize it and will quit shortly instead of launching. Your daemon launch command should look like this: ```bash ~/litecoin/src/litecoind -daemon @@ -70,4 +70,12 @@ cd iguana Make sure notarisations are progressing. +### Stop KDF +```bash +cd ~/notary_docker_3p +docker compose stop mm2 +docker compose rm mm2 +git pull +./setup nobuild +```