From cb6bbf20054ae2d4f26c0eb5aaa301a9fc3c83b2 Mon Sep 17 00:00:00 2001 From: alpaylan Date: Fri, 16 Apr 2021 15:12:19 +0300 Subject: hash added to docs. --- site/content/_index.md | 2 +- site/content/block_docs.md | 5 +++++ site/content/transaction_docs.md | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'site/content') diff --git a/site/content/_index.md b/site/content/_index.md index 4ad0544..66d270f 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -17,7 +17,7 @@ Blocks need to be _mined_ beforehand using Proof-of-work, or brute force. Gradecoin offers 3 endpoints at [/register](/register), [/block](/block) and [/transaction](/transaction). You can only send GET requests to /block and /transaction without authorization. The server is programmed in [RESTful](https://www.service-architecture.com/articles/web-services/representational_state_transfer_rest.html) architecture, there are no `DELETE`, `PUT` or `UPDATE` operations, though. -Gradecoin uses a Proof-of-work block accepting mechanism. It uses single round [Blake2s](https://www.blake2.net/) hashing which produces 256-bit (64 hexadecimal characters) output. The [target](https://wiki.bitcoinsv.io/index.php/Target) hash is _24 bits_ or _6 hexadecimal characters_ of 0. During testing, I could mine a block on average around 2-7 minutes. +Gradecoin uses a Proof-of-work block accepting mechanism. It uses single round [Blake2s](https://www.blake2.net/) hashing which produces 256-bit (64 hexadecimal characters) output. The [target](https://wiki.bitcoinsv.io/index.php/Target) hash is _24 bits_ or _6 hexadecimal characters_ of 0. During testing, I could mine a block on average around 4-6 minutes. > We're expecting you to use existing tools and implementations. Standards are hard. [Don't roll your own crypto](https://www.reddit.com/r/crypto/comments/2coqsy/dont_roll_your_own/). Feel free to ask questions. Collaborate. diff --git a/site/content/block_docs.md b/site/content/block_docs.md index c1d61e9..bb1b44c 100644 --- a/site/content/block_docs.md +++ b/site/content/block_docs.md @@ -27,4 +27,9 @@ timestamp: ISO 8601 T