mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-12-23 03:19:21 +00:00
Add [Video] guide
This commit is contained in:
parent
055f498a5d
commit
94031359b3
2 changed files with 4 additions and 6 deletions
|
@ -18,10 +18,10 @@ arti-client = { version = "0.7.0", features = ["static"] }
|
||||||
arti-hyper = "0.7.0"
|
arti-hyper = "0.7.0"
|
||||||
bytes = "1.2.1"
|
bytes = "1.2.1"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
eframe = "0.19.0"
|
eframe = "0.19.0"
|
||||||
egui = "0.19.0"
|
egui = "0.19.0"
|
||||||
egui_extras = { version = "0.19.0", features = ["image"] }
|
egui_extras = { version = "0.19.0", features = ["image"] }
|
||||||
#--------------------------------------------------------------------------------
|
|
||||||
## [external/egui/crates/eframe/src/native/run.rs] line 41: [.with_srgb(true)]
|
## [external/egui/crates/eframe/src/native/run.rs] line 41: [.with_srgb(true)]
|
||||||
## This line causes a [panic!] inside a Windows VM, from a Linux host.
|
## This line causes a [panic!] inside a Windows VM, from a Linux host.
|
||||||
## There are many issue threads and PRs to fix it but for now,
|
## There are many issue threads and PRs to fix it but for now,
|
||||||
|
|
|
@ -2,13 +2,11 @@
|
||||||
![banner.png](https://github.com/hinto-janaiyo/gupax/blob/main/images/banner.png)
|
![banner.png](https://github.com/hinto-janaiyo/gupax/blob/main/images/banner.png)
|
||||||
Gupax is a (Windows|macOS|Linux) GUI for mining [**Monero**](https://github.com/monero-project/monero) on [**P2Pool**](https://github.com/SChernykh/p2pool), using [**XMRig**](https://github.com/xmrig/xmrig).
|
Gupax is a (Windows|macOS|Linux) GUI for mining [**Monero**](https://github.com/monero-project/monero) on [**P2Pool**](https://github.com/SChernykh/p2pool), using [**XMRig**](https://github.com/xmrig/xmrig).
|
||||||
|
|
||||||
**To see a 1-minute video on how to download and run Gupax: [click here.](#Video)**
|
**To see a 3-minute video on how to download and run Gupax: [click here.](#How-To)**
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
* [What is Monero/P2Pool/XMRig/Gupax?](#what-is-monero-p2pool-xmrig-and-gupax)
|
* [What is Monero/P2Pool/XMRig/Gupax?](#what-is-monero-p2pool-xmrig-and-gupax)
|
||||||
* [How-To](#How-To)
|
* [How-To](#How-To)
|
||||||
- [Video](#Video)
|
|
||||||
- [Text](#Text)
|
|
||||||
* [Simple](#Simple)
|
* [Simple](#Simple)
|
||||||
- [Gupax](#Gupax)
|
- [Gupax](#Gupax)
|
||||||
- [P2Pool](#P2Pool)
|
- [P2Pool](#P2Pool)
|
||||||
|
@ -83,8 +81,8 @@ By default, though, Gupax will use a [Community Monero Node](#community-monero-n
|
||||||
![community.png](https://github.com/hinto-janaiyo/gupax/blob/main/images/community.png)
|
![community.png](https://github.com/hinto-janaiyo/gupax/blob/main/images/community.png)
|
||||||
|
|
||||||
## How-To
|
## How-To
|
||||||
### Video
|
https://user-images.githubusercontent.com/101352116/207978455-6ffdc0cc-204c-4594-9a2f-e10c505745bc.mp4
|
||||||
### Text
|
|
||||||
1. [Download the bundled version of Gupax for your OS here](https://github.com/hinto-janaiyo/gupax/releases) or from [gupax.io](https://gupax.io/downloads)
|
1. [Download the bundled version of Gupax for your OS here](https://github.com/hinto-janaiyo/gupax/releases) or from [gupax.io](https://gupax.io/downloads)
|
||||||
2. Extract somewhere (Desktop, Documents, etc)
|
2. Extract somewhere (Desktop, Documents, etc)
|
||||||
3. Launch Gupax
|
3. Launch Gupax
|
||||||
|
|
Loading…
Reference in a new issue