Skip to content

trurebel/xmr

 
 

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.

About

Monero node.

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
GPL-3.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 61.0%
  • Rust 38.7%
  • Other 0.3%