diff options
author | Yigit Sever | 2023-05-22 15:50:26 +0300 |
---|---|---|
committer | Yigit Sever | 2023-05-22 15:50:26 +0300 |
commit | 8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 (patch) | |
tree | 066a02306aec9713b8da5c1b0308cac0cb71231b /content/block_docs.md | |
parent | 91c3267f8186f302c4ad58b5a149f63eb36fa85c (diff) | |
download | gradecoin-site-8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1.tar.gz gradecoin-site-8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1.tar.bz2 gradecoin-site-8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1.zip |
Update password character and broken link
And fix a few typos
Diffstat (limited to 'content/block_docs.md')
-rw-r--r-- | content/block_docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/block_docs.md b/content/block_docs.md index 807403c..dccd23b 100644 --- a/content/block_docs.md +++ b/content/block_docs.md | |||
@@ -12,7 +12,7 @@ We use Blocks to commit proposed [Transactions](@/transaction_docs.md) to the le | |||
12 | In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. | 12 | In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. |
13 | The properties a valid hash should have will be explained in subsequent sections. | 13 | The properties a valid hash should have will be explained in subsequent sections. |
14 | 14 | ||
15 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. | 15 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256-bit hashes. |
16 | Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. | 16 | Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. |
17 | 17 | ||
18 | # Requests | 18 | # Requests |