From 20609a19fdb7fb1a81db77233858cf229b57465c Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Fri, 16 Apr 2021 15:30:59 +0300
Subject: Improve register documentation
---
site/public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'site/public/index.html')
diff --git a/site/public/index.html b/site/public/index.html
index 8986841..169b83e 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -27,6 +27,7 @@
+
@@ -196,7 +197,7 @@ When there are enough transactions then you can propose /register, /block and /transaction. You can only send GET requests to /block and /transaction without authorization.
The server is programmed in RESTful architecture, there are no DELETE
, PUT
or UPDATE
operations, though.
Gradecoin uses a Proof-of-work block accepting mechanism. It uses single round Blake2s hashing which produces 256-bit (64 hexadecimal characters) output. The 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 hashing which produces 256-bit (64 hexadecimal characters) output. The target hash is 24 bits or 6 hexadecimal characters of 0. During testing, I could mine a block on average around 4-6 minutes.
-- cgit v1.2.3-70-g09d2We're expecting you to use existing tools and implementations. Standards are hard. Don't roll your own crypto. Feel free to ask questions. Collaborate.