Skip to content

Unable to fetch Hashrate using the command eth_hashrate in v1.10.2 upgrade #22735

Closed
@sahni-tanya

Description

@sahni-tanya

System information

Geth version: v1.10.2 (Kepler Verge)

Actual behaviour

After connecting to latest upgraded version v1.10.2 and running the below command :

bin/ethereum-cli eth_hashrate

We are getting the below error message :

Will run [eth_hashrate]
error code: -32601, error message: the method eth_hashrate does not exist/is not available (eth_hashrate)

The rpc command eth_hasrate is working fine in version Gemini Sigma (v1.10.1). The issue is only faced in latest version Kepler Verge (v1.10.2)

Expected behaviour

The rpc command eth_hashrate should return the number of hashes per second.


bin/ethereum-cli eth_hashrate

Will run [eth_hashrate]
$VAR1 = '0x0';

No error message, displays the number of hashes per second.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions