Ethereum: Bitcoin Miner Goths – Hash speed per second (HPS) is 0
As a beginner -Bergmann, who tried to capture the internal functions of Ethereum’s extract process, I was enthusiastic about dealing with the latest details. However, my attempts to operate “Getmininginfo” in my system with low classes revealed something that surprised me.
With the official Bitcoin core composition of Debian, I carried out the command:
`
Bitcoind Getmininginfo
`
I expected a detailed edition regarding the current extraction status, including the estimated abbreviation per second (HPS). Instead, I received an empty JSON answer:
`
{
“Status”: “”,
“Version”: 1.0,
“Format”: 1.0,
“News”: “”
}
`
At first I thought that the server or my internet connection might fall. However, when I continued to lead “Getmininginfo” after the following attempts, I noticed that the outcome remained identical:
`
{
“Status”: “”,
“Version”: 1.0,
“Format”: 1.0,
“News”: “”
}
`
I started to suspect that my system may not be able to connect to Bitcoin core servers or that there was a problem with my internet connection. I checked the network and assured that all cables are securely connected.
take a closer look
After further examinations, I decided to check the production more precisely. After checking the documentation of the “Getmininginfo” command, I realized that the “status” of the field can only be one of the following:
– “OK”
– “Mistake”
– “Warning”
– “not configured”
In view of my experience with the extraction in the past, I suspected that the problem may not apply to the connection of the server, but to the problem of configuration or software.
Potential solution
I decided to restart “Getmininginfo” with a different approach. Instead of relying on the official command line interface, I used the based API -Bitcoin core:
`
Bitcoin CTL status
`
When I started this command on the market, I received detailed output data for my mining configuration and the current estimated HPS.
`Json
{
"Status": "Online",
"Version": 1.0,
"Format": 1.0,
...
}
Application
In summary, I was initially surprised by the lack of HPS information from “Getmininginfo”. However, further investigations showed that my system may not be able to connect to Bitcoin core servers or that there was a problem with my internet connection.
To solve this problem, I decided to use another approximation to check the integrated API-Bitcoin core interface for updating and configuration. This gave me more detailed information about my extraction configuration and the estimated HPS.
This experience emphasizes how important it is to understand and solve problems with fundamental problems that can occur when using software such as Bitcoin core or other mining tools.
to go:
- Check the status of the mining devices before starting with “Getmininginfo”.
- Apply a different approach, e.g. B. the review of the integrated API -Bitcoin core interface if you have problems with the official command line interface.
- Check your system regularly for configuration or software problems that can cause problems.