From 243823c489fa61f3fe267bbcb88bc002ed5c99d6 Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Fri, 10 Nov 2017 18:08:03 +0100 Subject: [PATCH] Uppercase 'Internet' --- resources/moneropedia/clearnet.md | 4 ++-- resources/moneropedia/garlic-routing.md | 2 +- resources/moneropedia/mnemonicseed.md | 2 +- resources/moneropedia/subscription.md | 2 +- resources/moneropedia/wallet.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/moneropedia/clearnet.md b/resources/moneropedia/clearnet.md index 9200e69a..1ac9ec19 100644 --- a/resources/moneropedia/clearnet.md +++ b/resources/moneropedia/clearnet.md @@ -3,12 +3,12 @@ layout: moneropedia entry: "Clearnet" tags: ["kovri"] 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 -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) - the website/service/person you're communicating with diff --git a/resources/moneropedia/garlic-routing.md b/resources/moneropedia/garlic-routing.md index 55cd2122..a2afbacb 100644 --- a/resources/moneropedia/garlic-routing.md +++ b/resources/moneropedia/garlic-routing.md @@ -8,7 +8,7 @@ summary: "Routing technology as implemented in Kovri" ### 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). diff --git a/resources/moneropedia/mnemonicseed.md b/resources/moneropedia/mnemonicseed.md index 608f8d8b..4a1d8098 100644 --- a/resources/moneropedia/mnemonicseed.md +++ b/resources/moneropedia/mnemonicseed.md @@ -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. -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. diff --git a/resources/moneropedia/subscription.md b/resources/moneropedia/subscription.md index b7411df5..77e81ff5 100644 --- a/resources/moneropedia/subscription.md +++ b/resources/moneropedia/subscription.md @@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their ### 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. diff --git a/resources/moneropedia/wallet.md b/resources/moneropedia/wallet.md index 759b018d..1641a2de 100644 --- a/resources/moneropedia/wallet.md +++ b/resources/moneropedia/wallet.md @@ -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! -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.