mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Tweak GetHashesPerSec Deprecation
* Ran `make manual-updates` to grab new summary * Clarified that GHPS is part of 0.10.0 and is removed in master * Autocrossref'd "Bitcoin Core master" to GitHub repo * Removed GHPS from list of Mining RPCs now that it's in Removed RPCs
This commit is contained in:
parent
f2e268da4a
commit
848429f0c9
6 changed files with 12 additions and 8 deletions
|
@ -27,7 +27,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_getConnectionCount="returns the number of connections to other nodes." %}
|
||||
{% assign summary_getDifficultly="returns the proof-of-work difficulty as a multiple of the minimum difficulty." %}
|
||||
{% assign summary_getGenerate="returns true if the node is set to generate blocks using its CPU." %}
|
||||
{% assign summary_getHashesPerSec="returns a recent hashes per second performance measurement when the node is generating blocks." %}
|
||||
{% assign summary_getHashesPerSec="was removed in Bitcoin Core master (unreleased). It returned a recent hashes per second performance measurement when the node was generating blocks." %}
|
||||
{% assign summary_getInfo="prints various information about the node and the network." %}
|
||||
{% assign summary_getMemPoolInfo="returns information about the node's current transaction memory pool." %}
|
||||
{% assign summary_getMiningInfo="returns various mining-related information." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue