Skip to content

cuprated 0.0.4 Molybdenite

Choose a tag to compare

@hinto-janai hinto-janai released this 04 Jun 19:03
640ac1b

Cuprate is an alternative Monero node implementation. To get started, see: https://user.cuprate.org.

This release contains the initial integration of the restricted (0.0.0.0:18089) and unrestricted (127.0.0.1:18081) RPC servers. The following methods/endpoints are enabled:

  • get_block
  • get_block_count
  • get_last_block_header
  • get_block_header_by_hash
  • get_block_header_by_height
  • get_block_headers_range
  • on_get_block_hash
  • /get_height

See the updated configuration and RPC sections in the user book for more information: https://user.cuprate.org/rpc.html.

Changes

  • Abstract TCP methods under the Transport trait (#446)
  • Add fuzzing and fix found issues (#464)
  • Change release asset naming scheme (#484)
  • Fix randomx-rs builds on certain distros (#487, #493)
  • Update fast-sync to height 3425792 (#490)
  • Initial RPC server integration (#183, #244, #423, #450)

Downloads

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.

OS Architecture Download
Windows x64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-pc-windows-msvc.zip
macOS x64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-apple-darwin.tar.gz
macOS ARM64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-apple-darwin.tar.gz
Linux x64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-unknown-linux.tar.gz
Linux ARM64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-unknown-linux.tar.gz

Contributors

Thank you to everyone who directly contributed to this release:

There are other contributors that are not listed here, thank you to them as well.