Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J0ET0M committed May 16, 2024
1 parent 1f9a900 commit 77c71dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Bugfix releases (e.g. from 1.3.1 to 1.3.2) are optional.
### QLI Client
The QLI Client is the pool client and connects to the pool.

| OS | Platform | Version | Download | Description| MD5 Hash (qli-Client)
| OS | Platform | Version | Download | Description
|--- |--- |--- |--- |--- |--- |
| Windows | x64 | 1.9.6 | https://dl.qubic.li/downloads/qli-Client-1.9.6-Windows-x64.zip | | 5F56AAF5FA0182C27616D8C1CC0B3DEB
| Windows | x64 | 1.9.6 | https://dl.qubic.li/downloads/qli-Client-1.9.6-Windows-x64-Plain.zip | Version without default configuration | 5F56AAF5FA0182C27616D8C1CC0B3DEB
| Linux | x64 | 1.9.6 | https://dl.qubic.li/downloads/qli-Client-1.9.6-Linux-x64.tar.gz | | A5E3D1C57F5C2D705DEB3B8CDC9EB5E9
| HiveOs | x64 | 1.9.6 | https://dl.qubic.li/downloads/qubminer-latest.tar.gz | Please follow instructions for hiveos: https://github.com/qubic-li/hiveos |
| Windows | x64 | 1.9.7 | https://dl.qubic.li/downloads/qli-Client-1.9.7-Windows-x64.zip |
| Windows | x64 | 1.9.7 | https://dl.qubic.li/downloads/qli-Client-1.9.7-Windows-x64-Plain.zip | Version without default configuration
| Linux | x64 | 1.9.7 | https://dl.qubic.li/downloads/qli-Client-1.9.7-Linux-x64.tar.gz |
| HiveOs | x64 | 1.9.7 | https://dl.qubic.li/downloads/qubminer-latest.tar.gz | Please follow instructions for hiveos: https://github.com/qubic-li/hiveos |

### QLI Trainer
The trainer is the binary executable which is responsible for the training. The Trainer is automatically downloaded by the Client. This ensures, that you always have the latest updates and the most optimized training experience.
Expand Down Expand Up @@ -110,9 +110,9 @@ To run the qubic.li client you can use this streamlined installation guide. Plea
```bash
mkdir ~/qubic;
cd ~/qubic;
wget https://dl.qubic.li/downloads/qli-Client-1.9.6-Linux-x64.tar.gz;
tar -xvf qli-Client-1.9.6-Linux-x64.tar.gz;
rm qli-Client-1.9.6-Linux-x64.tar.gz;
wget https://dl.qubic.li/downloads/qli-Client-1.9.7-Linux-x64.tar.gz;
tar -xvf qli-Client-1.9.7-Linux-x64.tar.gz;
rm qli-Client-1.9.7-Linux-x64.tar.gz;
```
**2. edit and set your appsettings.json according to your preferences**
```bash
Expand Down

0 comments on commit 77c71dd

Please sign in to comment.