⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST miner_start

dropdown

方法 RPC miner_start 例如 Ethereum Classic (ETC)

POST miner_start

Method not allowed

开始采矿过程。 要开始挖掘,您必须首先使用-Miner-coinbase命令行选项指定矿工共依库。

Parameters

-

Request

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


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}