-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bip 310 - add assigned number, ellaborate on mining.capabilities inco…
…mpatibility
- Loading branch information
1 parent
b24e591
commit 2b0d7d7
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<pre> | ||
BIP: ???? | ||
BIP: 310 | ||
Layer: Applications | ||
Title: Stratum protocol extensions | ||
Author: Pavel Moravec <[email protected]> | ||
|
@@ -271,6 +271,15 @@ Miner provides additional text-based information. | |
* '''"info.hw-id"''' (OPTIONAL, ''String'') | ||
::- Unique identifier of the mining device | ||
|
||
==Compatibility== | ||
|
||
Currently, there is a similar protocol feature '''mining.capabilities''' that | ||
was intended for various protocol extensions. However, '''mining.configure''' | ||
is incompatible with this feature as it requires a server response confirming | ||
all accepted/negotatied extensions. The reason why we made it incompatible is | ||
that '''mining.capabilities''' request has no associated response. | ||
|
||
|
||
==Copyright== | ||
|
||
This document is dual licensed as BSD 3-clause, and Creative Commons CC0 1.0 Universal. |