Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust https://cuprate.org
Find a file
hinto-janai 630faed263
ci: include macos + windows (#52)
* ci: install boost, include macos + windows

* cryptonight: fix `MSVC`

* cryptonight: use `flag_if_supported()`

* fix cryptonight builds

* update randomX

* fix rx builds

* add memwipe

* include memwipe.c in build

* spawn monerod in msys2 for windows

* fix last commit

* install dependencies before spawning monerod

* remove --detach

* try another way of spawning monerod

* add /I

* download and spawn monerod as a part of tests

* add download.rs

* extend time for monerod spawn

* move sleep and show monerod output

* fix clippy

* change stdin to pipped

* #[cfg(unix)] on bytes::Buf

* fix macos capitalisation

* remove tar.bz2 on macos expected dir

* remove zip on windows expected dir

* fix todo

* add docs

* fix a couple typos

---------

Co-authored-by: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com>
Co-authored-by: Boog900 <boog900@tutanota.com>
2024-02-12 13:39:15 +00:00
.github/workflows ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
consensus Fix link errors in cargo doc (#55) 2024-02-10 00:08:39 +00:00
cryptonight ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
database finish rules for v1 txs - clean up is needed 2023-10-24 20:18:46 +01:00
helper ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
misc Adding development environment advices (#49) 2024-02-02 23:37:15 +00:00
net ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
p2p ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
pruning remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
test-utils ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
.gitignore ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
Cargo.lock ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
Cargo.toml ci: include macos + windows (#52) 2024-02-12 13:39:15 +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.