From 8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 22 May 2023 15:50:26 +0300 Subject: Update password character and broken link And fix a few typos --- content/block_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/block_docs.md') 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 In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. The properties a valid hash should have will be explained in subsequent sections. -We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. +We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256-bit hashes. Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. # Requests -- cgit v1.2.3-70-g09d2