mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Small Changes To Devel Doc Based On Comments By @luke-jr & @mikehearn
_includes/guide_transactions.md: * DOS expanded to "denial of service" to improve readability and avoid conflation with Disk Operating System. Change based on feedback from @luke-jr. Thanks! _includes/guide_mining.md: * Dropped assertion that `getblocktemplate` can't reuse an established socket. Change based on feedback from @luke-jr. Thanks! _includes/guide_contracts.md: * Dropped opening sentences to Contracts section, which were a holdover from when contracts was a subsection of Transactions. New opening sentence is now similar to the summary sentences which open all other sections. Change based on feedback from @mikehearn. Thanks! * Deleted USA-centric example from second paragraph and merged remaining parts of the first two paragraphs into a single opening paragraph with no example. Change based on feedback from @mikehearn. Thanks! * Removed mention of placeholder byte from multisig example. Change based on feedback from @mikehearn. Thanks!
This commit is contained in:
parent
4c3046fbb4
commit
c1d491ed39
3 changed files with 10 additions and 17 deletions
|
@ -187,8 +187,8 @@ Merkle root field.
|
|||
|
||||
Unlike `getblocktemplate`, miners using Stratum cannot inspect or add
|
||||
transactions to the block they're currently mining. Also unlike
|
||||
`getblocktemplate`, the Stratum protocol uses a two-way TCP socket which
|
||||
stays open, so miners don't need to use longpoll to ensure they receive
|
||||
`getblocktemplate`, the Stratum protocol uses a two-way TCP socket directly,
|
||||
so miners don't need to use HTTP longpoll to ensure they receive
|
||||
immediate updates from mining pools when a new block is broadcast to the
|
||||
peer-to-peer network.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue