From f164184044289a208ecdb369c551bed854664e35 Mon Sep 17 00:00:00 2001 From: Louis-Marie Baer Date: Sun, 3 Mar 2024 09:11:03 +0100 Subject: [PATCH] fix: path images README --- README.md | 14 +++++++------- src/README.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a5affd0..726385a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + Gupax is a GUI for mining [**Monero**](https://github.com/monero-project/monero) on [**P2Pool**](https://github.com/SChernykh/p2pool), using [**XMRig**](https://github.com/xmrig/xmrig). @@ -79,7 +79,7 @@ Both Monero and P2Pool have built in miners but XMRig is quite faster than both [**`Gupax`**](https://github.com/hinto-janai/gupax) is a GUI that helps manage P2Pool & XMRig (both originally CLI-only). - + **`XMRig`** mines to **`P2Pool`** @@ -93,7 +93,7 @@ Both Monero and P2Pool have built in miners but XMRig is quite faster than both --- - + By default, Gupax will use a [Remote Monero Node](#remote-monero-nodes) so you don't have to run [your own Monero node](#running-a-local-monero-node) to start mining on P2Pool. @@ -127,7 +127,7 @@ The `Gupax/P2Pool/XMRig` tabs have two versions, `Simple` & `Advanced`. ### Status This tab has 3 submenus. - + **Processes:** This submenu shows: @@ -137,7 +137,7 @@ This submenu shows:
- + **P2Pool:** This submenu shows: @@ -147,7 +147,7 @@ This submenu shows:
- + **Benchmarks:** This submenu shows: @@ -228,7 +228,7 @@ Running and using your own local Monero node improves privacy and security. It a If you'd like to run and use your own local Monero node for P2Pool, follow these steps:
- + 1. In the Monero GUI, go to `Settings` 2. Go to the `Node` tab diff --git a/src/README.md b/src/README.md index cf8b53d..e81d340 100644 --- a/src/README.md +++ b/src/README.md @@ -37,7 +37,7 @@ | xmrig.rs | `XMRig` tab ## Thread Model -![thread_model.png](https://github.com/hinto-janai/gupax/blob/main/images/thread_model.png) +![thread_model.png](https://github.com/Cyrix126/gupax/blob/main/assets/images/thread_model.png) Process's (both Simple/Advanced) have: - 1 OS thread for the watchdog (API fetching, watching signals, etc)