aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-27 01:41:04 +0300
committerYigit Sever2021-04-27 01:41:04 +0300
commit64e5aa9568b9996dc597fad7fc369b55fb09b87e (patch)
tree33d7c8b03898f86727a62e5542d721b9fae5bef8
parent8c6f7d5990834befa3d8a4acc1593f67b437ee28 (diff)
downloadgradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.tar.gz
gradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.tar.bz2
gradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.zip
Emphasize coinbase
-rw-r--r--content/block_docs.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/block_docs.md b/content/block_docs.md
index 05bf8ee..228277c 100644
--- a/content/block_docs.md
+++ b/content/block_docs.md
@@ -34,6 +34,12 @@ timestamp: ISO 8601 Timestamp (<date>T<time>)
34hash: String 34hash: String
35``` 35```
36 36
37## Coinbase
38The proposer of the block is identified by the first transaction in the `transaction_list`.
39This transaction is called the *coinbase* and will get awarded the block mining reward for their work.
40
41> Place one of your own transactions as the first item in `transaction_list`
42
37# Mining 43# Mining
38The _mining_ process for the hash involves; 44The _mining_ process for the hash involves;
39- Creating a temporary JSON object with `transaction_list`, `timestamp` and `nonce` values 45- Creating a temporary JSON object with `transaction_list`, `timestamp` and `nonce` values