aboutsummaryrefslogtreecommitdiffstats
path: root/site/content/_index.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:29:29 +0300
committerYigit Sever2021-04-16 15:29:29 +0300
commitc3dcdb8c05468192df1395c5904c61b95efccf92 (patch)
tree53cf1169d335d3ebc93e35761ef086b54c9d2264 /site/content/_index.md
parent95bb7f327b26b2e16cf9534fed417f496ad87d5e (diff)
parentdb807f1211870eb7ed48a2ad8b86f995734cfc0c (diff)
downloadgradecoin-c3dcdb8c05468192df1395c5904c61b95efccf92.tar.gz
gradecoin-c3dcdb8c05468192df1395c5904c61b95efccf92.tar.bz2
gradecoin-c3dcdb8c05468192df1395c5904c61b95efccf92.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/content/_index.md')
-rw-r--r--site/content/_index.md2
1 files changed, 1 insertions, 1 deletions
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.
17Gradecoin offers 3 endpoints at [/register](/register), [/block](/block) and [/transaction](/transaction). You can only send GET requests to /block and /transaction without authorization. 17Gradecoin offers 3 endpoints at [/register](/register), [/block](/block) and [/transaction](/transaction). You can only send GET requests to /block and /transaction without authorization.
18The 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. 18The 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.
19 19
20Gradecoin 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. 20Gradecoin 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.
21 21
22> 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. 22> 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.
23 23