Files
mycelium/myceliumd
Florian KlinkandLee Smet cdde7a04e8 bump tracing-logfmt to 0.3.5, enable ansi_logs feature
This will cause to be outputted with color in case the output is a
terminal, but will refrain from doing so if it's run by a service
manager.

Follow-up to #316, unblocked by
https://github.com/EmbarkStudios/tracing-logfmt/pull/16
2024-08-19 10:48:05 +02:00
..
2024-05-28 13:21:44 +02:00

Myceliumd

This is the main binary to use for joining a/the public [mycelium] network. You can either get the latest release from the GitHub release page, or build the code yourself here. While we intend to keep the master branch as stable, i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally, the master branch might not be compatible with the latest release, in case of a breaking change.

Building, with the rust toolchain installed, can be done by running cargo build in this directory. For compatibility reasons, the binary is renamed to mycelium. Optionally, the --release flag can be used when building. This is recommended if you are not just developing.

For more information about the project, please refer to the README file in the repository root.