Skip to content

cuprated 0.1.0-preview Kesterite

Latest

Choose a tag to compare

@Boog900 Boog900 released this 01 Aug 00:38
318c2de

cuprated 0.1.0-preview Kesterite

Cuprate is a modular Monero node written in Rust. To get started, see: https://user.cuprate.org.

This is a preview release for beta. It includes initial wallet support.

This release contains updates to our RPC interface to allow wallets to connect to Cuprate. Wallets can now sync the blockchain
and send transactions with Cuprate.

Changes

  • Initial wallet RPC support (#624, #631, #634, #636, #637, #641, #647, #653, #654)
  • Add offline mode (#656)
  • Add graceful shutdown (#585)
  • Add embeddable Node::launch() library (#592)
  • Add regtest and fakechain support (#607)
  • Improve Tor networking (#640)
  • Support SOCKS5 proxy URLs (#596)
  • Add custom allocator options (#658)
  • Add Docker, Alpine, FreeBSD, and OpenBSD support (#659)
  • Respect NO_COLOR and non-interactive terminals (#618)
  • Fix the --network argument (#649)
  • Remove RPC payment support (#646)

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.1.0-preview/cuprated-0.1.0-preview-x86_64-pc-windows-msvc.zip
macOS ARM64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.1.0-preview/cuprated-0.1.0-preview-aarch64-apple-darwin.tar.gz
Linux x64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.1.0-preview/cuprated-0.1.0-preview-x86_64-unknown-linux-gnu.tar.gz
Linux ARM64 https://github.com/Cuprate/cuprate/releases/download/cuprated-0.1.0-preview/cuprated-0.1.0-preview-aarch64-unknown-linux-gnu.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.