Skip to content

Commit ff5907d

Browse files
authored
Update README.md
1 parent dcf0368 commit ff5907d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ In order to adjust this code to your products, several parameters needs to be ch
4444
* `key` - the license key to be verified (above it's MPDWY-PQAOW-FKSCH-SGAAU).
4545
* `machine_code` - the unique id of the device, which may require root access. Note, this value is not the same as the one generated by the .NET client.
4646

47+
> Note: The code above assumes that node-locking is enabled. By default, license keys created with Maximum Number of Machines set to zero, which deactivates node-locking. As a result, machines will not be registered and the call to Helpers.IsOnRightMachine(license) will return False. You can read more about this behaviour [here](https://help.cryptolens.io/faq/index#maximum-number-of-machines). For testing purposes, please feel free to remove Helpers.IsOnRightMachine(license) from the if statement.
48+
4749
### Offline activation (saving/loading licenses)
4850
Assuming the license key verification was successful, we can save the result in a file so that we can use it instead of contacting Cryptolens.
4951

0 commit comments

Comments
 (0)