tag release v0.4.2-alpha

This commit is contained in:
creating2morrow 2023-06-20 08:53:53 -04:00
parent ed91849a27
commit 196cbefd8f
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,10 @@ NEVidebla-EKOnomia (invisible economy)
* `sudo apt install -y libssl-dev build-essential libgpgme-dev` * `sudo apt install -y libssl-dev build-essential libgpgme-dev`
* `git clone https://github.com/creating2morrow/neveko` * `git clone https://github.com/creating2morrow/neveko`
* `cd neveko && ./scripts/build_all_and_run.sh "-- -h"` * `cd neveko && ./scripts/build_all_and_run.sh "-- -h"`
* Example to start neveko with remote stagenet node for development:
* `./scripts/build_all_and_run.sh "-- --monero-rpc-daemon http://stagenet.community.rino.io:38081 --remote-node --monero-location /path/to/monero-x86_64-linux-gnu-v0.18.2.2/ --i2p-zero-dir /path/to/i2p-zero-linux.v1.21/"`
* the `--monero-location` flag is needed even when using a remote node because
neveko has its own monero-wallet-rpc instance
* gui built with rust [egui](https://docs.rs/egui/latest/egui/) * gui built with rust [egui](https://docs.rs/egui/latest/egui/)
## Installation Mananger ## Installation Mananger

View file

@ -120,7 +120,7 @@ pub struct Args {
default_value = "false" default_value = "false"
)] )]
pub remote_node: bool, pub remote_node: bool,
/// Dummy flag for normal mode when not using remote node /// Dummy flag for normal mode when not using remote node. Future use.
#[arg( #[arg(
long, long,
help = "dummy flag for normal node operations. (Future use)", help = "dummy flag for normal node operations. (Future use)",