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)).
14
-
* Replace the public key from [keygen.sh](keygen.sh) line 63 of `main.py`.
14
+
* Replace the public key from [keygen.sh](keygen.sh) line 66 of `main.py`.
15
15
* Get your machine file on [keygen.sh](keygen.sh) and put the raw license key in a new file named `license.lic`.
16
16
* Put your `machine.lic` & `license.lic` in the same folder as `main.py` and run:
print("Replace \"PUBLIC_KEY\" line 66 with your public key (\"Ed25519 128-bit Verify Key\") available in https://app.keygen.sh/settings. Then comment lines 64 & 65 and run again.")
0 commit comments