mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Update existing Mining RPCs
- GetMiningInfo, GetNetworkHashPs, PrioritiseTransaction, SubmitBlock
This commit is contained in:
parent
64a160198b
commit
52910cecdd
6 changed files with 72 additions and 43 deletions
|
@ -54,7 +54,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_getMemoryInfo="returns information about memory usage." %}
|
||||
{% assign summary_getMiningInfo="returns various mining-related information." %}
|
||||
{% assign summary_getNetTotals="returns information about network traffic, including bytes in, bytes out, and the current time." %}
|
||||
{% assign summary_getNetworkHashPS="returns the estimated current or historical network hashes per second based on the last *n* blocks." %}
|
||||
{% assign summary_getNetworkHashPS="returns the estimated network hashes per second based on the last n blocks." %}
|
||||
{% assign summary_getNetworkInfo="returns information about the node's connection to the network." %}
|
||||
{% assign summary_getNewAddress="returns a new Bitcoin address for receiving payments. If an account is specified, payments received with the address will be credited to that account." %}
|
||||
{% assign summary_getPeerInfo="returns data about each connected network node." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue