monero-site/_i18n/de/resources/moneropedia/base32-address.md
Leza89 8d79f880dc German translation for getmonero.org
main:
 - [x] translated: de.yml - Status: peer-reviewed
 - [x] translated: lang\de\ - Status: peer-reviewed
 - [x] added: "de: Deutsch in other ymls"

resources:
 * untranslated: moneropedia - some terms added to match de.yml
 * untranslated: user guides
 * untranslated:  developer guides

Special thanks to ErCiccione and rodolfo912 as well as to rbrunner7
2019-01-30 19:56:29 +01:00

26 lines
718 B
Markdown

---
tags: ["kovri"]
terms: ["Base32-address", "Base32-addresses"]
summary: "Base32 encoded hash of a Base64 address"
---
{% include untranslated.html %}
### The Basics
A Base32 address is a shortened, encoded version of an @I2P address. The Base32 address is the first part in a `.b32.i2p` hostname.
Example:
`i35yftyyb22xhcvghmev46t5knefur5v66qzekkajatwfwhyklvq.b32.i2p`
where
`i35yftyyb22xhcvghmev46t5knefur5v66qzekkajatwfwhyklvq` is the Base32 address.
### In-depth Information
Ultimately, a Base32 address is a 52 character [Base32 encoded representation](https://en.wikipedia.org/wiki/Base32) of the full SHA-256 hash of an @I2P @base64-address.
### Notes
**Note: `.b32` is not a sub-domain of `.i2p`**