From 94ad41555fd7c6741337ccf2f11e0cdeaf4b74c8 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 17 Apr 2021 20:11:28 +0300 Subject: Update docs --- site/public/block-docs/index.html | 19 ++++++++++++++++--- site/public/index.html | 21 ++++++++++++++++++++- site/public/search_index.en.js | 2 +- site/public/site.css | 4 +++- 4 files changed, 40 insertions(+), 6 deletions(-) (limited to 'site/public') diff --git a/site/public/block-docs/index.html b/site/public/block-docs/index.html index 3c2c3df..8edc5a0 100644 --- a/site/public/block-docs/index.html +++ b/site/public/block-docs/index.html @@ -94,6 +94,11 @@ +
A block that was proposed to commit Transactions in transaction_list
to the
ledger with a nonce that made hash
valid; 6 zeroes at the left hand side of the
hash (24 bytes).
We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly 20x10^3 on my machine, a new block can be mined in around 4-6 minutes.
+We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly 20x103 on my machine, a new block can be mined in around 4-6 minutes.
A HTTP GET
request to /block endpoint will return the latest mined block.
tha
field in jwt documentation in fact stands for "The Hash", in the case of a post request for a block, you need to use hash field of the block.
The mining process for the hash involves;
+transaction_list
, timestamp
and nonce
valuesIf the resulting hash is valid, then you can create a Block
JSON object with the found nonce
and hash
.
tha
field in jwt documentation in fact stands for "The Hash", in the case of a post request for a block, you need to use hash field of the block.
curl
commands or even your browser will work! This website can help as well.Thank you! Please let me know so we can solve it.