📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

grs
Groestlcoin (GRS)

Method: POST getmininginfo

dropdown

方法 RPC getmininginfo 例如 Groestlcoin (GRS)

POST getmininginfo

返回包含与采矿相关信息的JSON对象。

Parameters

-

Request

curl --location --request POST 'https://grs.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getmininginfo",
"params": [],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "blocks": 998929,
        "chain": "main",
        "currentblocksize": 0,
        "currentblocktx": 0,
        "difficulty": 43120557.31215562,
        "errors": "",
        "generate": true,
        "genproclimit": -1,
        "localsolps": 0,
        "networkhashps": 2102939176,
        "networksolps": 2102939176,
        "pooledtx": 0,
        "testnet": false
    }
}