diff --git a/compose.yml b/compose.yml index 51a0bcede5..2f21c532bb 100644 --- a/compose.yml +++ b/compose.yml @@ -25,7 +25,7 @@ services: - data:/bitcoin addrindexrs: - image: counterparty/addrindexrs:v0.4.4 + image: counterparty/addrindexrs:v0.4.5 links: - bitcoind volumes: diff --git a/release-notes/release-notes-v10.0.0.md b/release-notes/release-notes-v10.0.0.md index 253c901db7..2cb8acd3bd 100644 --- a/release-notes/release-notes-v10.0.0.md +++ b/release-notes/release-notes-v10.0.0.md @@ -7,7 +7,7 @@ This release does not include any protocol changes, so there is no deadline for Because this release includes numerous changes to the database schema, a full database rebuild is required and the major version number has been bumped from 9 to 10. Follow the updated installation instructions in the [README](/README.md) to download and install the latest version of Counterparty Core, run `counterparty-server kickstart` (while `bitcoind` is not running), then start the server with `counterparty-server start`. The rebuild should happen automatically, and it should take between 8 and 24 hours hours to complete. -**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.4). +**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.5). # ChangeLog