aboutsummaryrefslogtreecommitdiffstats
path: root/content/block_docs.md
diff options
context:
space:
mode:
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