You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Your fingerprint should be the hash of the serial number of your machine (you can execute the program to see it) computed with **SHA3_512** ([Online Converter](https://emn178.github.io/online-tools/sha3_512.html)).
13
-
* Get your machine file on keygen.sh and put the raw license key in a new file named `license.lic`.
14
+
* Replace the public key from [keygen.sh](keygen.sh) line 63 of `main.py`.
15
+
* Get your machine file on [keygen.sh](keygen.sh) and put the raw license key in a new file named `license.lic`.
14
16
* Put your `machine.lic` & `license.lic` in the same folder as `main.py` and run:
15
17
16
18
**Linux / Windows:**
17
19
```shell
18
20
python main.py
19
21
```
20
-
(You need to run it as root in Linux because it needs to access `/dev/sda` to get the serial number of your machine.)
22
+
(You need to run it as root in Linux because it needs to access `/dev/sda` to get the serial number of your machine.)
0 commit comments