Improve article titles to improve Google findability

This commit is contained in:
Piotr Włodarek 2018-09-13 17:00:46 +02:00
parent 226845a2ac
commit e325389026
22 changed files with 70 additions and 10 deletions

View file

@ -1,4 +1,7 @@
# Edwards25519 elliptic curve
---
title: Edwards25519 Elliptic Curve | Monero Documentation
---
# Edwards25519 Elliptic Curve
!!! note
Author is nowhere close to being a cryptographer. Be sceptical on accuracy.

View file

@ -1,4 +1,7 @@
# Asymmetric cryptography in Monero
---
title: Asymmetric Cryptography in Monero | Monero Documentation
---
# Asymmetric Cryptography in Monero
!!! note
Author is nowhere close to being a cryptographer. Be sceptical on accuracy.

View file

@ -1,4 +1,7 @@
# Monero private key image
---
title: Monero Private Key Image | Monero Documentation
---
# Monero Private Key Image
!!! note
Author is nowhere close to being a cryptographer. Be sceptical on accuracy.

View file

@ -1,4 +1,7 @@
# Private keys in Monero
---
title: Private Keys in Monero | Monero Documentation
---
# Private Keys in Monero
!!! note
Author is nowhere close to being a cryptographer. Be sceptical on accuracy.

View file

@ -1,4 +1,7 @@
# Public keys in Monero
---
title: Public Keys in Monero | Monero Documentation
---
# Public Keys in Monero
!!! note
Author is nowhere close to being a cryptographer. Be sceptical on accuracy.

View file

@ -1,3 +1,6 @@
---
title: Base58 | Monero Documentation
---
# Base58
Base58 is a binary-to-text encoding scheme. It is similar to Base64 but has been modified to avoid both non-alphanumeric characters and letters which might look ambiguous when printed. The characters excluded in relation to Base64 are: `IOl0+/`

View file

@ -1,3 +1,6 @@
---
title: CryptoNight Proof of Work | Monero Documentation
---
# CryptoNight Proof of Work
Possibly the most controversial aspect of Monero (and other CryptoNote coins) is the CryptoNight Proof of Work,

View file

@ -1,3 +1,6 @@
---
title: Cryptography in Monero | Monero Documentation
---
# Cryptography in Monero
Monero uses a wide variety of cryptographic primitives for various use cases.

View file

@ -1,4 +1,7 @@
# Keccak-256 hash function
---
title: Keccak-256 Hash Function | Monero Documentation
---
# Keccak-256 Hash Function
Monero employs Keccak as a hashing function. In most context specifically Keccak-256 is used,
providing 32-byte hashes.

View file

@ -1,3 +1,6 @@
---
title: Pedersen Commitment | Monero Documentation
---
# Pedersen Commitment
https://www.reddit.com/r/Monero/comments/9ed7vb/pedersen_commitment/

View file

@ -1,3 +1,6 @@
---
title: Monero Pseudorandom Number Generator | Monero Documentation
---
# Monero Pseudorandom Number Generator
Monero uses PRNG based on the Keccak hashing function.

View file

@ -1,4 +1,7 @@
# Unofficial Monero Documentation (4% done)
---
title: Monero Documentation
---
# Unofficial Monero Documentation (work in progress)
Monerodocs attempts to organize basic technical knowledge on Monero in one place.

View file

@ -1,3 +1,6 @@
---
title: monerod - Overview | Monero Documentation
---
# `monerod`
## Connects you to Monero network

View file

@ -1,5 +1,5 @@
---
title: monerod - reference | Monero Documentation
title: monerod - Reference | Monero Documentation
---
# `monerod` - reference

View file

@ -1,5 +1,5 @@
---
title: Interacting with Monero
title: Interacting with Monero | Monero Documentation
---
# Interacting with Monero

View file

@ -1,3 +1,6 @@
---
title: Multisignature | Monero Documentation
---
# Multisignature
In cryptocurrencies, multisig feature allows to sign transaction with more than one private key. Funds protected with multisig can only be spent by signing with M-of-N keys.

View file

@ -1,3 +1,6 @@
---
title: Mainnet, Stagenet, Testnet | Monero Documentation
---
# Networks
Monero offers three separate networks and blockchains: **mainnet**, **stagenet** and **testnet**. Every blockchain has its own genesis block and is entirely seperate from others. Also, corresponding p2p networks are separate.

View file

@ -1,4 +1,7 @@
# Integrated address
---
title: Integrated Address | Monero Documentation
---
# Integrated Address
Integrated addresses are ideal for accepting Monero in an automated fashion - like in online stores and exchanges.

View file

@ -1,3 +1,6 @@
---
title: Main Address | Monero Documentation
---
# Address
Monero public address is what you publish to get paid.

View file

@ -1,3 +1,6 @@
---
title: Subaddress | Monero Documentation
---
# Subaddress
Subaddress is what you should be using by default to receive Monero.

View file

@ -1,3 +1,6 @@
---
title: Monero Technical Specification | Monero Documentation
---
# Monero Technical Specs
## Live

View file

@ -1,3 +1,6 @@
---
title: Transaction | Monero Documentation
---
# Monero transaction
https://monero.stackexchange.com/questions/2136/understanding-the-structure-of-a-monero-transaction?noredirect=1&lq=1