From ed7c798027e086da34e1ffd78301ea4909be8f33 Mon Sep 17 00:00:00 2001 From: "hinto.janaiyo" Date: Fri, 22 Apr 2022 13:52:12 -0400 Subject: [PATCH] v1.4 --- CHANGELOG.md | 1 - README.md | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798831eb..30042217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ * **Process** - `reset` command to reset your configs & systemd services to the default - ## Fixes * **Traps** - traps are more strict (less chance for data corruption if interrupted during operation) diff --git a/README.md b/README.md index 3abe2b1b..4ececeb4 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,18 @@ https://user-images.githubusercontent.com/101352116/162639580-f635d492-60b7-43e7 ## Features * 📦 `PACKAGE MANAGER` downloading, verifying and upgrading of packages * 💵 `WALLET` wallet menu to display names/amounts of wallets -* 👺 `DAEMON` control `monerod` more automatically +* 👺 `DAEMON` control `monerod/p2pool/xmrig` more automatically * ⛏️ `MINING` easy mining setup, **default is P2Pool** -* 👁️ `WATCH` switch between normal terminal and live output of `monerod`, `xmrig`, `p2pool` +* 👁️ `WATCH` switch between normal terminal and live output of `monerod/p2pool/xmrig` * 🔒 `GPG` verify packages with GPG, and `backup/decrypt` your wallets -* 📈 `STATS` various stats to display (processes, price, disk usage, etc) +* 📈 `STATS` various stats to display (processes, price, CPU/disk usage, etc) ## Install [To install monero-bash, download the latest release here and](https://github.com/hinto-janaiyo/monero-bash/releases/latest) ``` ./monero-bash ``` -will install monero-bash onto your system, to uninstall cleanly: `monero-bash uninstall` +This will install monero-bash onto your system, to uninstall cleanly: `monero-bash uninstall` OR