diff --git a/docs/Build/QRL-CLI/qrl-cli.md b/docs/Build/QRL-CLI/qrl-cli.md index 6e9bc27..014daeb 100644 --- a/docs/Build/QRL-CLI/qrl-cli.md +++ b/docs/Build/QRL-CLI/qrl-cli.md @@ -1,5 +1,5 @@ --- -docstatus: 30% +docstatus: 90% id: qrl-cli title: QRL-CLI Overview hide_title: false diff --git a/docs/Build/qrl-status.md b/docs/Build/qrl-status.md index 76a128f..5b52465 100644 --- a/docs/Build/qrl-status.md +++ b/docs/Build/qrl-status.md @@ -1,5 +1,5 @@ --- -docstatus: 30% +docstatus: 90% id: qrl-status title: QRL Services Status hide_title: false @@ -17,9 +17,7 @@ image: /assets/img/icons/yellow.png slug: /build/qrl-status --- -The QRL foundation monitors and maintains multiple services related to the Quantum Resistant Ledger and it's functional operation. - -These services can be seen on the [QRL Service Status Dashboard](https://status.theqrl.org/). +The QRL foundation monitors and maintains multiple services related to the Quantum Resistant Ledger and it's functional operation. These services can be seen on the [QRL Service Status Dashboard](https://status.theqrl.org/). This dashboard gives insight to critical services such as the Web Wallet, Block Explorer, and various QRL Nodes for these services. diff --git a/docs/Build/qrllib.md b/docs/Build/qrllib.md index 698c195..c32344b 100644 --- a/docs/Build/qrllib.md +++ b/docs/Build/qrllib.md @@ -1,5 +1,5 @@ --- -docstatus: 30% +docstatus: 90% id: qrllib title: QRLLIB - The QRL Core Library hide_title: false @@ -30,7 +30,7 @@ import TabItem from '@theme/TabItem'; QRL Core Library

Providing QRL Core Functions to Developers

+ title="GitHub Repository link">GitHub repository link for the QRL Core Library

diff --git a/docs/Build/security.md b/docs/Build/security.md index 77395f0..f08177e 100644 --- a/docs/Build/security.md +++ b/docs/Build/security.md @@ -1,5 +1,5 @@ --- -docstatus: 30% +docstatus: 90% id: security title: QRL Security hide_title: false @@ -31,13 +31,13 @@ From validating releases for the QRL wallet to providing a secure means to repor
diff --git a/docs/Use/Mining/mining-qrl.md b/docs/Use/Mining/mining-qrl.md index 034c279..7c103f3 100644 --- a/docs/Use/Mining/mining-qrl.md +++ b/docs/Use/Mining/mining-qrl.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: mining-qrl-overview title: Mining QRL Overview hide_title: false @@ -38,9 +38,9 @@ As a general rule, you will have a better chance at finding blocks using a pool. Solo mining is referred to a QRL node that is also used for mining new blocks. This method uses the CPU of the node for hashing and is working alone to solve blocks on the network. -Any found block is submitted through the locally synced QRL node and adds to the decentralization of the network by adding additional validation to the chain. This method is limited to the hash power of the local CPU. +Any block found is submitted through the locally synced QRL node and adds to the decentralization of the network by adding additional validation to the chain. This method is limited to the hash power of the local CPU. -If solo mining node discovers a block that is accepted into the chain the full block reward is given to the miner. This has a larger payout however is less likely to happen when compared to pool mining. +If solo mining node discovers a block that is accepted into the chain the full block reward is given to the miner. This has a larger payout, however is less likely to happen when compared to pool mining. :::tip Solo Mining Docs Learn more in our [solo-mining](/use/mining/solo-mining) guide and get started syncing a full QRL node with the [QRL Node Documentation](/use/node/overview) diff --git a/docs/Use/Mining/pool-mining.md b/docs/Use/Mining/pool-mining.md index 46bf2c6..50ada49 100644 --- a/docs/Use/Mining/pool-mining.md +++ b/docs/Use/Mining/pool-mining.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: pool-mining title: Pool Mining QRL hide_title: false @@ -18,7 +18,7 @@ slug: /use/mining/pool-mining --- -Pool mining is the process of multiple users pooling their CPU resources in order to create a larger processing power. The miners then split the rewards they collect as the pool evenly depending on the amount of input. +Pool mining is the process of multiple users pooling their CPU resources in order to create larger processing power. The miners then split the rewards the pool collects, distributed relative to the input of each miner. In order to mine QRL using a PC without syncing the entire blockchain, you can connect to a QRL Pool and offer your hash power to the pool. This will allow you to utilize almost any piece of hardware without the need to run a full node. diff --git a/docs/Use/Mining/solo-mining.md b/docs/Use/Mining/solo-mining.md index 80859fa..0058b72 100644 --- a/docs/Use/Mining/solo-mining.md +++ b/docs/Use/Mining/solo-mining.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: solo-mining title: Solo Mining QRL hide_title: false diff --git a/sidebars.js b/sidebars.js index 70581a2..a14c160 100644 --- a/sidebars.js +++ b/sidebars.js @@ -617,7 +617,7 @@ const sidebars = { link: { type: 'generated-index', title: 'API Docs', - description: 'Advanced documentation for developers and adventurers building on the QRL.', + description: 'API documentation for developers building on the QRL.', slug: '/api', keywords: ['api', 'developers', 'rest', 'grpc'], image: '/assets/img/icons/yellow.png',