diff options
author | Yigit Sever | 2021-04-27 01:41:04 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-27 01:41:04 +0300 |
commit | 64e5aa9568b9996dc597fad7fc369b55fb09b87e (patch) | |
tree | 33d7c8b03898f86727a62e5542d721b9fae5bef8 /content | |
parent | 8c6f7d5990834befa3d8a4acc1593f67b437ee28 (diff) | |
download | gradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.tar.gz gradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.tar.bz2 gradecoin-site-64e5aa9568b9996dc597fad7fc369b55fb09b87e.zip |
Emphasize coinbase
Diffstat (limited to 'content')
-rw-r--r-- | content/block_docs.md | 6 |
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>) | |||
34 | hash: String | 34 | hash: String |
35 | ``` | 35 | ``` |
36 | 36 | ||
37 | ## Coinbase | ||
38 | The proposer of the block is identified by the first transaction in the `transaction_list`. | ||
39 | This 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 |
38 | The _mining_ process for the hash involves; | 44 | The _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 |