Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.2 KB

Xmr Monero node

Xmr is an implementation of the Monero cryptocurrency. It aims to be a full Monero node with wallet functionality.

This is a work in progress that is not yet functional

Building Xmr

Xmr is built with the Cargo package manager. First, ensure you have the latest stable Rust version (it hasn't been tested with older Rust versions). Then run this in the xmr repository folder:

cargo build

This will create the dxmr binary in the target/debug directory.

To build the binary optimized for release:

cargo build --release

License

Some parts of the code are GPLv3 due to them being base on the parity-bitcoin code. However the code that isn't related to the parity-bitcoin code is licensed under the MIT or Apache 2.0 at your option.