mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - RPC - Update getblocktemplate
- Add `previousbits` field from dashpay/dash#2201
This commit is contained in:
parent
29a3e6a48e
commit
97e489188d
2 changed files with 8 additions and 2 deletions
|
@ -218,6 +218,11 @@ information, please see the following resources:
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "The compressed target of next block"
|
||||
|
||||
- n: "→<br>`previousbits`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The compressed target of the current highest block"
|
||||
|
||||
- n: "→<br>`height`"
|
||||
t: "number"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -347,7 +352,8 @@ Result:
|
|||
"sigoplimit": 40000,
|
||||
"sizelimit": 2000000,
|
||||
"curtime": 1507738818,
|
||||
"bits": "1d01231e",
|
||||
"bits": "1c103bdf",
|
||||
"previousbits": "1c1548b5",
|
||||
"height": 7967,
|
||||
"masternode": {
|
||||
"payee": "yaJc6tADbEjxQBAC69ugWNoTFpzxqkcgWd",
|
||||
|
|
|
@ -323,7 +323,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-b7b8">Mining</td>
|
||||
<td class="tg-b7b8"><a href="#getblocktemplate">GetBlockTemplate</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6">Updated in 0.12.3.0</td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Mining</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue