Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Find a file
hinto-janai ba0f82c356
helper: use crossbeam::atomic::AtomicCell for atomic floats (#56)
* cargo.toml: add `crossbeam`

* helper: use `crossbeam::atomic::AtomicCell` for `AtomicF(32|64)`

* helper: atomic docs
2024-02-10 23:19:12 +00:00
.github CI: add back in monerod spawn 2024-01-22 23:08:06 +00:00
consensus Fix link errors in cargo doc (#55) 2024-02-10 00:08:39 +00:00
cryptonight cryptonight: silence ftime deprecated warning (#50) 2024-02-04 22:00:37 +00:00
database finish rules for v1 txs - clean up is needed 2023-10-24 20:18:46 +01:00
helper helper: use crossbeam::atomic::AtomicCell for atomic floats (#56) 2024-02-10 23:19:12 +00:00
misc Adding development environment advices (#49) 2024-02-02 23:37:15 +00:00
net net: fix network address parsing 2024-01-30 17:53:03 +00:00
p2p net: use epee_encoding instead of monero-epee-bin-serde 2024-01-30 16:09:54 +00:00
pruning remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
test-utils p2p: add handshake timeouts 2024-01-22 18:18:15 +00:00
.gitignore Commit Cargo.lock (#47) 2023-12-17 14:19:12 +00:00
Cargo.lock helper: use crossbeam::atomic::AtomicCell for atomic floats (#56) 2024-02-10 23:19:12 +00:00
Cargo.toml helper: use crossbeam::atomic::AtomicCell for atomic floats (#56) 2024-02-10 23:19:12 +00:00
CONTRIBUTING.md CONTRIBUTING.md (#44) 2024-01-19 16:07:05 +00:00
LICENSE-AGPL License correction for github (#10) 2023-03-20 21:35:20 +01:00
LICENSE.md License correction for github (#10) 2023-03-20 21:35:20 +01:00
README.md add CI actions 2023-10-25 21:07:13 -04:00
SECURITY.md Inital Security Policy 2023-03-20 18:41:58 +01:00

Cuprate


An up and coming Rust Monero node.

Matrix CI

Cuprate will be an alternative Monero node written from the ground up in Rust. It will be able to independently validate Monero consensus rules providing a layer of security and redundancy for the Monero network.

Cuprate will help to protect the network from implementation bugs that could cause a variety of issues, plus because it's written in a memory safe language Cuprate will be less likely to suffer from memory safety issues compared to monerod.