aboutsummaryrefslogtreecommitdiffstats
path: root/content/block_docs.md
diff options
context:
space:
mode:
authorYigit Sever2023-05-22 15:50:26 +0300
committerYigit Sever2023-05-22 15:50:26 +0300
commit8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 (patch)
tree066a02306aec9713b8da5c1b0308cac0cb71231b /content/block_docs.md
parent91c3267f8186f302c4ad58b5a149f63eb36fa85c (diff)
downloadgradecoin-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.md2
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
12In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. 12In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid.
13The properties a valid hash should have will be explained in subsequent sections. 13The properties a valid hash should have will be explained in subsequent sections.
14 14
15We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. 15We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256-bit hashes.
16Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. 16Hash/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