From 2f355c2bcb4c7dc17b631999a50b77b4d833cc4c Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 30 Aug 2019 18:21:11 +0200 Subject: [PATCH] adapt user and dev guides to new system removing/editing headers --- ...mine-Monero-XMR-without-a-mining-equipment.md | 4 +--- .../cli_wallet_daemon_isolation_qubes_whonix.md | 2 -- .../user-guides/importing_blockchain.md | 2 +- .../resources/user-guides/ledger-wallet-cli.md | 2 -- _i18n/en/resources/user-guides/mine-to-pool.md | 16 ++++++++-------- _i18n/en/resources/user-guides/monero_tools.md | 4 +--- .../user-guides/multisig-messaging-system.md | 2 -- .../resources/user-guides/restore_from_keys.md | 2 -- .../resources/user-guides/securely_purchase.md | 2 -- .../user-guides/verification-allos-advanced.md | 2 -- .../user-guides/verification-windows-beginner.md | 2 -- resources/developer-guides/daemon-rpc.md | 1 + resources/developer-guides/wallet-rpc.md | 3 ++- 13 files changed, 14 insertions(+), 30 deletions(-) diff --git a/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 2df6e99f..2b7f8696 100644 --- a/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,7 +1,5 @@ {% assign version = '3.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -## How to mine Monero (XMR) without a mining equipment? - If you don’t have a profitable mining equipment, nor time or money to invest into building it, you can still mine Monero with NiceHash. @@ -47,4 +45,4 @@ about placing an order with NiceHash, we recommend you to read this [frequently If you want to bid on hashing power select Standard (bidding) order type and if you want a fixed order that cannot be outbid, select Fixed order type. The status of marketplace -and approximate prices of mining can be checked at [live marketplace](https://www.nicehash.com/index.jsp?p=orders).  \ No newline at end of file +and approximate prices of mining can be checked at [live marketplace](https://www.nicehash.com/index.jsp?p=orders).  diff --git a/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index a20996ac..540eef18 100644 --- a/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# CLI Wallet/Daemon Isolation with Qubes + Whonix - With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). Qubes gives the flexibility to easily create separate VMs for different purposes. First you will create a Whonix workstation for the wallet with no networking. Next, another Whonix workstation for the daemon which will use your Whonix gateway as it's NetVM. For communication between the wallet and daemon you can make use of Qubes [qrexec](https://www.qubes-os.org/doc/qrexec3/). diff --git a/_i18n/en/resources/user-guides/importing_blockchain.md b/_i18n/en/resources/user-guides/importing_blockchain.md index c03bbcc0..25fdc4a2 100644 --- a/_i18n/en/resources/user-guides/importing_blockchain.md +++ b/_i18n/en/resources/user-guides/importing_blockchain.md @@ -1,6 +1,6 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Importing the Blockchain to Monero GUI wallet (Windows) +## Importing the Blockchain to Monero GUI wallet (Windows) ### Step 1 diff --git a/_i18n/en/resources/user-guides/ledger-wallet-cli.md b/_i18n/en/resources/user-guides/ledger-wallet-cli.md index c417d67a..22e24133 100644 --- a/_i18n/en/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/en/resources/user-guides/ledger-wallet-cli.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) - ### Table of Content * [1. Windows](#1-windows) diff --git a/_i18n/en/resources/user-guides/mine-to-pool.md b/_i18n/en/resources/user-guides/mine-to-pool.md index 7ca21fa4..f0ec9ace 100644 --- a/_i18n/en/resources/user-guides/mine-to-pool.md +++ b/_i18n/en/resources/user-guides/mine-to-pool.md @@ -1,13 +1,13 @@ {% assign version = '1.1.1' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Selecting a pool +## Selecting a pool There are many pools to choose from, a list is available at [moneropools.com](https://moneropools.com). Mining on a larger pool could mean more frequent payouts, but mining on a smaller pool helps to keep the network decentralized. -# Selecting a CPU miner +## Selecting a CPU miner Just like pools, there are a lot of miners to choose from. The one that you should pick depends on the hardware you want to mine on. This guide will only @@ -18,7 +18,7 @@ Alternatives include [sgminer-gm](https://github.com/genesismining/sgminer-gm). However, their configuration is slightly different and will not be covered in this guide. -## For Windows Systems +### For Windows Systems If you are using a Windows system, the developer of xmr-stak-cpu provides binaries to download on the @@ -27,7 +27,7 @@ binaries to download on the Download `xmr-stak-cpu-win64.zip` and extract it somewhere you'll be able to find it again. -## For Other Operating Systems +### For Other Operating Systems If you're not using Windows, you will have to compile xmr-stak-cpu for yourself, luckily this isn't as hard as it sounds. Before you can compile the miner, you @@ -74,7 +74,7 @@ After this, your config should look something like this: ![image3](png/mine_to_pool/3.png) -# Running the miner +## Running the miner **Save the config** file and run the miner! @@ -83,7 +83,7 @@ After this, your config should look something like this: Some pools allow you to monitor your hashrate by pasting your address into their website. You can also monitor your hashrate by pressing the `h` key. -# Tuning the miner +## Tuning the miner You might see nasty messages like this: @@ -91,7 +91,7 @@ You might see nasty messages like this: This means that you can get around a 20% hashrate boost by enabling large pages. -## Large pages on Linux +### Large pages on Linux Firstly stop the miner (if it's running), run the following commands to enable large pages and then start the miner as root: @@ -99,7 +99,7 @@ large pages and then start the miner as root: sudo sysctl -w vm.nr_hugepages=128 sudo ./xmr-stak-cpu -## Large pages on Windows +### Large pages on Windows Taken from `config.txt`: diff --git a/_i18n/en/resources/user-guides/monero_tools.md b/_i18n/en/resources/user-guides/monero_tools.md index 1d2bd838..531e7f31 100644 --- a/_i18n/en/resources/user-guides/monero_tools.md +++ b/_i18n/en/resources/user-guides/monero_tools.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Monero tools - These tools can be used to gain information about the Monero network or your transaction data in the blockchain. ### [Check that a recipient has received your funds](http://xmrtests.llcoins.net/checktx.html) @@ -16,4 +14,4 @@ These tools can be used to gain information about the Monero network or your tra ### [Monero network statistics](http://moneroblocks.info/stats) -### [Monero.how statistics](https://www.monero.how/) \ No newline at end of file +### [Monero.how statistics](https://www.monero.how/) diff --git a/_i18n/en/resources/user-guides/multisig-messaging-system.md b/_i18n/en/resources/user-guides/multisig-messaging-system.md index 1669de72..8845ed31 100644 --- a/_i18n/en/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/en/resources/user-guides/multisig-messaging-system.md @@ -1,7 +1,5 @@ {% assign version = '1.1.1' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Multisig Transactions with MMS and CLI Wallet - ## Introduction This manual describes the *Multisig Messaging System*, abbreviated as *MMS*. It's a system that aims to **simplify multisig transactions** for Monero and similar CrypoNote-based cryptocurrencies by making it easy to exchange info like key sets and sync data between wallets and by offering some "workflow support" guiding you through the various steps. diff --git a/_i18n/en/resources/user-guides/restore_from_keys.md b/_i18n/en/resources/user-guides/restore_from_keys.md index 7850b47e..fc173e30 100644 --- a/_i18n/en/resources/user-guides/restore_from_keys.md +++ b/_i18n/en/resources/user-guides/restore_from_keys.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -### Restoring from keys - Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. You need to have 3 pieces of data from your wallet, or your .keys file which holds this info and the password to decrypt it. The 3 wallet components that you need are: diff --git a/_i18n/en/resources/user-guides/securely_purchase.md b/_i18n/en/resources/user-guides/securely_purchase.md index dca92894..322203af 100644 --- a/_i18n/en/resources/user-guides/securely_purchase.md +++ b/_i18n/en/resources/user-guides/securely_purchase.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -## How to purchase Monero and securely store it. - This is a guide to purchase and securely store Monero as of June 2017. #### Step 1: Buy Bitcoin diff --git a/_i18n/en/resources/user-guides/verification-allos-advanced.md b/_i18n/en/resources/user-guides/verification-allos-advanced.md index 2b9c8f99..5efb7764 100644 --- a/_i18n/en/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/en/resources/user-guides/verification-allos-advanced.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) - Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. To protect the integrity of the binaries the Monero team provides a cryptographically signed list of all the [SHA256](https://en.wikipedia.org/wiki/SHA-2) hashes. If your downloaded binary has been tampered with it will be produce a [different hash](https://en.wikipedia.org/wiki/File_verification) than the one in the file. diff --git a/_i18n/en/resources/user-guides/verification-windows-beginner.md b/_i18n/en/resources/user-guides/verification-windows-beginner.md index dbb13d4d..83302331 100644 --- a/_i18n/en/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/en/resources/user-guides/verification-windows-beginner.md @@ -1,7 +1,5 @@ {% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} -# Verify Binaries: Windows (Beginner) - Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. To protect the integrity of the binaries the Monero team provides a cryptographically signed list of all the [SHA256](https://en.wikipedia.org/wiki/SHA-2) hashes. If your downloaded binary has been tampered with it will be produce a [different hash](https://en.wikipedia.org/wiki/File_verification) than the one in the file. diff --git a/resources/developer-guides/daemon-rpc.md b/resources/developer-guides/daemon-rpc.md index 7af6139d..314aff05 100644 --- a/resources/developer-guides/daemon-rpc.md +++ b/resources/developer-guides/daemon-rpc.md @@ -9,4 +9,5 @@ mainVersion: --- {% t global.lang_tag %} +

{% t developer-guides.daemonrpc %}

{% tf resources/developer-guides/daemon-rpc.md %} diff --git a/resources/developer-guides/wallet-rpc.md b/resources/developer-guides/wallet-rpc.md index ff55ef72..7c5cce08 100644 --- a/resources/developer-guides/wallet-rpc.md +++ b/resources/developer-guides/wallet-rpc.md @@ -8,4 +8,5 @@ mainVersion: - "0" --- {% t global.lang_tag %} -{% tf resources/developer-guides/wallet-rpc.md %} \ No newline at end of file +

{% t developer-guides.walletrpc %}

+{% tf resources/developer-guides/wallet-rpc.md %}