Skip to content

Commit 7ffb545

Browse files
authored
Update README.md
1 parent b5c66f0 commit 7ffb545

File tree

1 file changed

+39
-26
lines changed

1 file changed

+39
-26
lines changed

README.md

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,51 @@
1-
# XMRig
1+
# XMRig-4-XDAG
22

3-
[![Github All Releases](https://img.shields.io/github/downloads/xmrig/xmrig/total.svg)](https://github.com/xmrig/xmrig/releases)
4-
[![GitHub release](https://img.shields.io/github/release/xmrig/xmrig/all.svg)](https://github.com/xmrig/xmrig/releases)
5-
[![GitHub Release Date](https://img.shields.io/github/release-date/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/releases)
6-
[![GitHub license](https://img.shields.io/github/license/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/blob/master/LICENSE)
7-
[![GitHub stars](https://img.shields.io/github/stars/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/stargazers)
8-
[![GitHub forks](https://img.shields.io/github/forks/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/network)
3+
[![Github All Releases](https://img.shields.io/github/downloads/FSOL-XDAG/xmrig-4-xdag/total.svg)]()
4+
[![GitHub release](https://img.shields.io/github/release/FSOL-XDAG/xmrig-4-xdag/all.svg)](https://github.com/FSOL-XDAG/xmrig-4-xdag/releases)
5+
[![GitHub Release Date](https://img.shields.io/github/release-date/FSOL-XDAG/xmrig-4-xdag.svg)](https://github.com/FSOL-XDAG/xmrig-4-xdag/releases)
6+
[![GitHub license](https://img.shields.io/github/license/FSOL-XDAG/xmrig-4-xdag.svg)](https://github.com/FSOL-XDAG/xmrig-4-xdag/blob/master/LICENSE)
7+
[![GitHub stars](https://img.shields.io/github/stars/FSOL-XDAG/xmrig-4-xdag.svg)](https://github.com/FSOL-XDAG/xmrig-4-xdag/stargazers)
8+
[![GitHub forks](https://img.shields.io/github/forks/FSOL-XDAG/xmrig-4-xdag.svg)](https://github.com/FSOL-XDAG/xmrig-4-xdag/network)
99

10-
XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and [GhostRider](https://github.com/xmrig/xmrig/tree/master/src/crypto/ghostrider#readme) unified CPU/GPU miner and [RandomX benchmark](https://xmrig.com/benchmark). Official binaries are available for Windows, Linux, macOS and FreeBSD.
10+
![x4x_spash](https://user-images.githubusercontent.com/128682335/227436274-10a8321c-7b75-4f70-a304-e7ab34f74e16.png)
1111

12-
## Mining backends
13-
- **CPU** (x86/x64/ARMv7/ARMv8)
14-
- **OpenCL** for AMD GPUs.
15-
- **CUDA** for NVIDIA GPUs via external [CUDA plugin](https://github.com/xmrig/xmrig-cuda).
12+
## Description
1613

17-
## Download
18-
* **[Binary releases](https://github.com/xmrig/xmrig/releases)**
19-
* **[Build from source](https://xmrig.com/docs/miner/build)**
14+
**x4x** is a strict XMRIG's fork incorporating randomX algorithm variant for mining XDAG. It's based on the [Swordlet project](https://github.com/swordlet/xmrig/tree/xdag) using [XMRig 6.18.0](https://github.com/xmrig/xmrig/releases/tag/v6.18.0). It's specially designed to improve XDAG mining :
2015

21-
## Usage
22-
The preferred way to configure the miner is the [JSON config file](https://xmrig.com/docs/miner/config) as it is more flexible and human friendly. The [command line interface](https://xmrig.com/docs/miner/command-line-options) does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing [API](https://xmrig.com/docs/miner/api) calls.
16+
* **algorithms other than RandomX have been removed** at compilation (_CryptoNight, Argon2, KawPow and GhostRider_),
17+
* **_CUDA_ and _OpenCL_ support have been removed** at compilation too (_GPUs are useless to mine XDAG_).
18+
* **the fees have been set to zero** for improving mining and to avoid disconnections to XDAG mining pools,
2319

24-
* **[Wizard](https://xmrig.com/wizard)** helps you create initial configuration for the miner.
25-
* **[Workers](http://workers.xmrig.info)** helps manage your miners via HTTP API.
20+
## Available on theses OS/platforms :
21+
* Windows 10 x64 and upper.
22+
* Linux Ubuntu x64 18.04 / 20.04 / 22.04 / 23.04
23+
* Debian 11 ARM64 (Rpi 4 & android smartphone)
24+
* Hive OS (Ubuntu 18.04)
25+
* FreeBSD 13.2
26+
* MacOS x64 darwin (10.5.x and upper)
27+
* CentOS 8
28+
29+
## How to compile
30+
Check Github [wiki pages](https://github.com/FSOL-XDAG/xmrig-4-xdag/wiki#how-to-build).
2631

2732
## Donations
28-
* Default donation 1% (1 minute in 100 minutes) can be increased via option `donate-level` or disabled in source code.
29-
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
33+
* If you appreciate this work, feel free to send me some XDAG as tips (remark : `x4x tips`).
34+
* XDAG: `53r2nH7y81CePxqe73mpoZdEjs66j178K`
3035

31-
## Developers
36+
## XMRig Developers
3237
* **[xmrig](https://github.com/xmrig)**
3338
* **[sech1](https://github.com/SChernykh)**
3439

35-
## Contacts
36-
* support@xmrig.com
37-
* [reddit](https://www.reddit.com/user/XMRig/)
38-
* [twitter](https://twitter.com/xmrig_dev)
40+
## x4x Developer
41+
* **[FSOL-XDAG](https://github.com/FSOL-XDAG)**
42+
43+
## Usefull link
44+
* [Medium](https://medium.com/@fsol)
45+
* [XDAG.eu](https://www.xdag.eu)
46+
* [Discord](https://discord.gg/fHE4sJ7NKt)
47+
* [Twitter](https://twitter.com/Chrix_Switch)
48+
* [How to](https://1to.fr)
49+
50+
## Contact
51+
* fsol@xdag.io

0 commit comments

Comments
 (0)