Skip to content

Commit

Permalink
fix: path images README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Mar 3, 2024
1 parent 9b8e9a2 commit f164184
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="images/banner.png" width="50%"/>
<img src="assets/images/banner.png" width="50%"/>

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).

Expand Down Expand Up @@ -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).

<img src="images/local.png" align="left" width="50%"/>
<img src="assets/images/local.png" align="left" width="50%"/>

**`XMRig`** mines to **`P2Pool`**

Expand All @@ -93,7 +93,7 @@ Both Monero and P2Pool have built in miners but XMRig is quite faster than both

---

<img src="images/remote.png" align="left" width="50%"/>
<img src="assets/images/remote.png" align="left" width="50%"/>

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.

Expand Down Expand Up @@ -127,7 +127,7 @@ The `Gupax/P2Pool/XMRig` tabs have two versions, `Simple` & `Advanced`.
### Status
This tab has 3 submenus.

<img src="images/processes.png" align="left" width="50%"/>
<img src="assets/images/processes.png" align="left" width="50%"/>

**Processes:**
This submenu shows:
Expand All @@ -137,7 +137,7 @@ This submenu shows:

<br clear="left"/>

<img src="images/payouts.png" align="left" width="50%"/>
<img src="assets/images/payouts.png" align="left" width="50%"/>

**P2Pool:**
This submenu shows:
Expand All @@ -147,7 +147,7 @@ This submenu shows:

<br clear="left"/>

<img src="images/benchmarks.png" align="left" width="50%"/>
<img src="assets/images/benchmarks.png" align="left" width="50%"/>

**Benchmarks:**
This submenu shows:
Expand Down Expand Up @@ -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:

<div align="center">
<img src="images/local_node.png" width="66%"/>
<img src="assets/images/local_node.png" width="66%"/>

1. In the Monero GUI, go to `Settings`
2. Go to the `Node` tab
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f164184

Please sign in to comment.