diff options
Diffstat (limited to 'content/block_docs.md')
-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 |