mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Uppercase 'Internet'
This commit is contained in:
parent
bc7028364c
commit
243823c489
5 changed files with 6 additions and 6 deletions
|
@ -3,12 +3,12 @@ layout: moneropedia
|
||||||
entry: "Clearnet"
|
entry: "Clearnet"
|
||||||
tags: ["kovri"]
|
tags: ["kovri"]
|
||||||
terms: ["Clearnet"]
|
terms: ["Clearnet"]
|
||||||
summary: "The internet in which anonymous overlay networks are built upon"
|
summary: "The Internet in which anonymous overlay networks are built upon"
|
||||||
---
|
---
|
||||||
|
|
||||||
### The Basics
|
### The Basics
|
||||||
|
|
||||||
When you use the internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
|
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
|
||||||
|
|
||||||
- your [ISP](https://en.wikipedia.org/wiki/ISP)
|
- your [ISP](https://en.wikipedia.org/wiki/ISP)
|
||||||
- the website/service/person you're communicating with
|
- the website/service/person you're communicating with
|
||||||
|
|
|
@ -8,7 +8,7 @@ summary: "Routing technology as implemented in Kovri"
|
||||||
|
|
||||||
### The Basics
|
### The Basics
|
||||||
|
|
||||||
The term *@garlic-routing* has a diverse history of varying interpretations. As it currently stands, Monero defines *@garlic-routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of internet peers.
|
The term *@garlic-routing* has a diverse history of varying interpretations. As it currently stands, Monero defines *@garlic-routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of Internet peers.
|
||||||
|
|
||||||
The @Garlic-Encryption of @Garlic-Routing is similar to the @Layered-Encryption of [Onion Routing](https://en.wikipedia.org/wiki/Onion_routing) and effectively conceals the IP address of the sender and secures information sent from the sender to its @destination (and vice-versa).
|
The @Garlic-Encryption of @Garlic-Routing is similar to the @Layered-Encryption of [Onion Routing](https://en.wikipedia.org/wiki/Onion_routing) and effectively conceals the IP address of the sender and secures information sent from the sender to its @destination (and vice-versa).
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,6 @@ In the official wallet, the mnemonic seed comprises 25 words with the last word
|
||||||
|
|
||||||
By storing the 25 word mnemonic key in a secure location, you have a backup of your private keys and hence all of your Moneroj. Sharing this 25 word key is the equivalent of allowing another person complete access to your funds.
|
By storing the 25 word mnemonic key in a secure location, you have a backup of your private keys and hence all of your Moneroj. Sharing this 25 word key is the equivalent of allowing another person complete access to your funds.
|
||||||
|
|
||||||
It's not a good idea to store more than you want to lose in a "hot wallet" aka a wallet which is currently or has ever been connected to the internet or loaded onto any device that has or may in the future be connected to the internet or any untrusted source!
|
It's not a good idea to store more than you want to lose in a "hot wallet" aka a wallet which is currently or has ever been connected to the Internet or loaded onto any device that has or may in the future be connected to the Internet or any untrusted source!
|
||||||
|
|
||||||
By creating a cold, or @paper-wallet you can safely store Moneroj.
|
By creating a cold, or @paper-wallet you can safely store Moneroj.
|
||||||
|
|
|
@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
|
||||||
|
|
||||||
### In-depth information
|
### In-depth information
|
||||||
|
|
||||||
Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
|
Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
|
||||||
|
|
||||||
More specifically, a subscription pairs a @locally-unique-host to @base64-address.
|
More specifically, a subscription pairs a @locally-unique-host to @base64-address.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ A Monero account, or wallet, stores the information necessary to send and receiv
|
||||||
|
|
||||||
The term "hot wallet" describes a Monero @account which is connected to the Internet. You can send funds easily but security is much lower than a cold wallet. Never store large amounts of cryptocurrency in a hot wallet!
|
The term "hot wallet" describes a Monero @account which is connected to the Internet. You can send funds easily but security is much lower than a cold wallet. Never store large amounts of cryptocurrency in a hot wallet!
|
||||||
|
|
||||||
A cold wallet is generated on a trusted device or computer via an @airgap. If the device is to be reused, the data storage should be securely overwritten. As soon as a cold wallet is connected to the internet or its mnemonic phrase or @spend-key is entered on an internet-connected device, it's no longer "cold" and should be considered "hot".
|
A cold wallet is generated on a trusted device or computer via an @airgap. If the device is to be reused, the data storage should be securely overwritten. As soon as a cold wallet is connected to the Internet or its mnemonic phrase or @spend-key is entered on an Internet-connected device, it's no longer "cold" and should be considered "hot".
|
||||||
|
|
||||||
A Monero @paper-wallet can be generated by downloading the source code of https://moneroaddress.org/. Verify the signature of the code on a trusted airgapped device. Create the wallet and print or store it on the media of your choice.
|
A Monero @paper-wallet can be generated by downloading the source code of https://moneroaddress.org/. Verify the signature of the code on a trusted airgapped device. Create the wallet and print or store it on the media of your choice.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue