Skip to content
Snippets Groups Projects
Forked from monero-project / monero-site
776 commits behind the upstream repository.
  • el00ruobuob's avatar
    4c1e8dd8
    Moneropedia relocalized · 4c1e8dd8
    el00ruobuob authored
    + correction on Italian Account
    + Removed leftover miners.md (replaced by mining.md)
    + Removed Dust and update Copyright
    + Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
    + Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
    + Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
    + Polish corrections
    + extend ruby \word-boundary in regex to match `-based` `-like` `-form`
    + Updated readme according to the new way to add or translate a moneropedia entry
    + fix mining with CryptoNight variant
    + rebased to include AR
    + chery picked #820 to avoid conflicts
    Verified
    4c1e8dd8
    History
    Moneropedia relocalized
    el00ruobuob authored
    + correction on Italian Account
    + Removed leftover miners.md (replaced by mining.md)
    + Removed Dust and update Copyright
    + Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
    + Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
    + Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
    + Polish corrections
    + extend ruby \word-boundary in regex to match `-based` `-like` `-form`
    + Updated readme according to the new way to add or translate a moneropedia entry
    + fix mining with CryptoNight variant
    + rebased to include AR
    + chery picked #820 to avoid conflicts
entry: "Lease-Set"
tags: ["kovri"]
terms: ["LeaseSet", "LeaseSets"]
summary: "Contains all currently authorized Leases for a particular I2P Destination"

{% include untranslated.html %}

The Basics

A Lease-Set contains a set of authorized @leases (and other related information) for a particular @destination.

In-depth information

A Lease-Set contains:

  • all of the currently authorized @leases for a particular @destination
  • the public key to which garlic messages can be encrypted (see @garlic-routing)
  • the signing public key that can be used to revoke this particular version of the structure

The Lease-Set is one of the two structures stored in the @network-database (the other being @router-info), and is keyed under the SHA256 of the contained @destination.

Notes

For further details, read @Java-I2P's LeaseSet