monero-site/knowledge-base/moneropedia/destination.md
anonimal 000e95cfe4
Moneropedia: add/update/cleanup/fix entries
Added:
 - In-net
 - Lease
 - Message
 - I2NP (skeleton file)
 - Tunnel (skeleton file)

Updated/cleaned-up/fixed:
 - Router-Info
 - Lease-Set
 - Garlic-Routing
 - Floodfill
 - Destination

Note: term'ed lease-set to LeaseSet because of conflict with Lease

Referencing:
 - monero-project/kovri#256
 - monero-project/monero-site#155
2016-10-15 05:37:07 +00:00

19 lines
596 B
Markdown

---
layout: moneropedia
entry: "Destination"
tags: ["kovri"]
terms: ["destination"]
summary: "A in-net address that serves as a final endpoint"
---
### The Basics
A destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or simply a peer).
TODO(anonimal): finish
### In-depth Information
An @I2P destination can be encoded into a @base32-address or @base64-address. Most users will only care about @base32-address or a `.i2p` hostname while, internally, @Kovri/@I2P will use the @base64-address.
TODO(anonimal): finish