add arabic localization
--- | ||
entry: "Jump Service" | ||
tags: ["kovri"] | ||
terms: ["Jump-Service"] | ||
summary: "An I2P website service that adds addresses to your address book" | ||
--- | ||
{% include untranslated.html %} | ||
### The Basics | ||
In your @I2P configured web browser, you can use a Jump Service to *jump* to an @I2P address that you don't have in your @address-book. Once you've *jumped* to the address, the address will be saved into your @address-book. | ||
### In-depth Information | ||
In an @I2P configured browser, visit: http://stats.i2p/i2p/lookup.html (courtesy of @Java-I2P's lead developer *zzz*) | ||
Then, you'll have two options: | ||
1. *Hostname lookup* the address you wish to visit and then manually copy/paste the result | ||
2. *Jump* to the @I2P website by entering the @I2P hostname (**recommended**) | ||
### Using hostname lookup | ||
For example, entering `pinkpaste.i2p` into the *Hostname lookup* box (and then submitting) will return: | ||
``` | ||
pinkpaste.i2p=m-HrPrIAsdxts0WM~P4mE8mt9P7g-QTaBvu7Gc6Nl0UX7Vwck-i~RvOPfK6W~kfdRvwhNTqevkBL2UF5l36We02Aiywu7kB2xOHRkze68h-Tg2ewvRVwokohguCD2G3wwAEz~7FVda2avYDCb9-N6TfuzxKLnmhPMvbNSjGL7ZsD2p-h207R3-2kvuMV9bfu-K~w9NI9XJhIyufvUnFYc2jnTVg8PbaR4UP57cNaOO2YIMPkbr6~yTcIu9B1sUfHK6-N~6virQDOxW4M-62rjnZkLpaCtkOsXslmCwZI--TkZ6hKi1kXZvNmJRE1rYfffYRFn38zhaqszeETX8HiIvahZhXF5fNumBziYdmLdw8hkuN1A~emU6Xz9g~a1Ixfsq1Qr~guYoOtaw-0rOFxNRS9yMehE-2LCb8c-cAg6z5OdlN4qJDl~ZHgru4d~EHp~BpAK3v7u2Gi-8l1ygVW-1CHVna~fwnbOPN3ANPwh6~~yUit0Cx1f54XiNRn6-nPBQAEAAcAAA== | ||
``` | ||
Copy/paste this [email protected] pairing into your **private** @subscription. | ||
### Directly jumping | ||
For example, entering `pinkpaste.i2p` into the *Jump* box (and then submitting) will automatically redirect you to the website **and** insert the @locally-unique-host into @address-book. |
--- | ||
entry: "OpenAlias" | ||
terms: ["OpenAlias"] | ||
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. [email protected] or donate.getmonero.org" | ||
--- | ||
{% include untranslated.html %} | ||
### The Basics | ||
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake. | ||
OpenAlias seeks to provide a way to simplify aliasing amidst a rapidly shifting technology climate. Users are trying to cross the bridge to private and cryptographically secure infrastructure and systems, but many of them have just barely started remembering the email addresses of their friends and family. | ||
As part of the ongoing development of the Monero cryptocurrency project, we asked ourselves: how can we simplify payments for users unfamiliar with cryptocurrency? Monero stealth addresses are at least 95 characters long - memorizing them is not an option, and asking someone to send a payment to <95-character-string> is only going to lead to confusion. | ||
At its most basic, OpenAlias is a TXT DNS record on a FQDN (fully qualified domain name). By combining this with DNS-related technologies we have created an aliasing standard that is extensible for developers, intuitive and familiar for users, and can interoperate with both centralized and decentralized domain systems. | ||
A standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. [email protected] or donate.getmonero.org. | ||
More information can be found on the [OpenAlias page](/resources/openalias) or on the [OpenAlias website](https://openalias.org) |
Please register or sign in to comment