Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stratum-mining/sv2-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c111b7126eb2bc3d1feaca8d16f31d1924d1ef95
Choose a base ref
..
head repository: stratum-mining/sv2-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 251067af8b25dbb67196f0fb5d7fba43ddfdaf8a
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 06-Job-Declaration-Protocol.md
1 change: 0 additions & 1 deletion 06-Job-Declaration-Protocol.md
Original file line number Diff line number Diff line change
@@ -142,7 +142,6 @@ A request sent by JDC that proposes a selected set of transactions to JDS.
| coinbase_tx_prefix | B0_64K | The first part of the coinbase transaction (not including extranonce) |
| coinbase_tx_suffix | B0_64K | The second part of the coinbase transaction (after extranonce) |
| tx_ids_list | SEQ0_64K[B0_255] | List of hashes of the transaction set contained in the template. JDS checks the list against its mempool and requests missing txs via `ProvideMissingTransactions`. Does not include the coinbase transaction (as there is no corresponding full data for it yet). |
| tx_hash_list_hash | U256 | SHA256 hash of the list of full txids, concatenated in the same sequence as they are declared in tx_hash_list |
| excess_data | B0_64K | Extra data which the Pool may require to validate the work (as defined in the Template Distribution Protocol) |

### 6.4.5 `DeclareMiningJob.Success` (Server -> Client)