|
| 1 | +# cuprated 0.0.2 Molybdenite (2025-04-09) |
| 2 | +Cuprate is an alternative Monero node implementation. |
| 3 | + |
| 4 | +This is the second release of the Cuprate node, `cuprated`. |
| 5 | + |
| 6 | +To get started, see: <https://user.cuprate.org>. |
| 7 | + |
| 8 | +For an FAQ on Cuprate, see: <https://user.cuprate.org/#faq>. |
| 9 | + |
| 10 | +## Changes |
| 11 | +- User book changes, config documentation ([#402](https://github.com/Cuprate/cuprate/pull/402), [#406](https://github.com/Cuprate/cuprate/pull/406), [#418](https://github.com/Cuprate/cuprate/pull/418)) |
| 12 | +- Blockchain reorganizations fixes ([#408](https://github.com/Cuprate/cuprate/pull/408)) |
| 13 | +- STDOUT/STDIN fixes ([#415](https://github.com/Cuprate/cuprate/pull/415)) |
| 14 | +- Replace remaining `println` with `tracing` ([#417](https://github.com/Cuprate/cuprate/pull/417)) |
| 15 | +- Fix blockchain database error mappings ([#419](https://github.com/Cuprate/cuprate/pull/419)) |
| 16 | +- Update `fast-sync` to height `3384832` ([#427](https://github.com/Cuprate/cuprate/pull/427)) |
| 17 | + |
| 18 | +## Downloads |
| 19 | +For convenience, The following binaries are produced using GitHub CI in a non-reproducible way; it is highly recommended to build `cuprated` from source instead, see <https://user.cuprate.org/getting-started/source>. |
| 20 | + |
| 21 | +| OS | Architecture | Download | |
| 22 | +|---------|--------------|----------| |
| 23 | +| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-linux-x64.tar.gz> |
| 24 | +| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-linux-arm64.tar.gz> |
| 25 | +| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-macos-x64.tar.gz> |
| 26 | +| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-macos-arm64.tar.gz> |
| 27 | +| Windows | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-windows-x64.zip> |
| 28 | + |
| 29 | +## Contributors |
| 30 | +Thank you to everyone who directly contributed to this release: |
| 31 | + |
| 32 | +- @Boog900 |
| 33 | +- @hinto-janai |
| 34 | +- @jermanuts |
| 35 | + |
| 36 | +There are other contributors that are not listed here, thank you to them as well. |
0 commit comments