Ethereum bitcoin -coin getinfo error code: -28 under OSX Sierra
Did you come up with problems with access to the Blockchain information from Ethereum using the CLI Bitcoin (cli) command line interface? In particular, you will experience an error code from -28 when you try to call information with Bitcoin -coin -coin Getinf
on Mac -Macos -Sierra. In this article we will face the possible causes and solutions to solve this problem.
What does -28
mean?
The -28
error code is a standard return code in Unix-like systems, including OSX Sierra. It usually shows an unexpected operation or an internal system error that cannot be remedied by cli.
Order Bitcoin-Cli Geinfo:
Before examining the possible solutions, we briefly read what the “Getinfo” command does:
- Give information back about a block such as hash, stamp, size and more.
- List the available addresses (also called “addresses” or “key”) on blockchain.
The problem with bitcoin-cli under OSX Sierra:
The error code “-28” is specific to the “Getinfo” command. If you do Bitcoin-Cli Getinfo
, you will probably try to call information from a database, stored in blockchain data, including addresses and other metadata. However, for various reasons (for example, the configuration or system problems), CLI may encounter an internal mistake, which leads to a return code -28
.
Possible solutions:
- Check the Bitcoin Cli configuration: Make sure you run the latest version of bitcoin-cli on Mac. You can update Cli clone clone && cd btccli &&. /Configuration ”. This should help solve data -related problems.
- Reboot the Bitcoin CLI session: Sometimes, Cli restart can solve connectivity problems or other problems that can cause the error code
28
.
- IPV6 disabled:
If you have problems with DNS resolution or connectivity, you should deactivate IPV6 in your system. This is due to the fact that the “Getinfo” command is based on DNS resolution to obtain address information from from blockchain. Disabling IPV6 can help solve this problem.
Additional steps for troubleshoot:
If none of the above solutions work, try:
* Verify conflicts with other Bitcoin CLI commands: Make sure no contradictory background controls that can affect the “getinfo” command.
* Check your system network connectivity: Make sure you have a stable and reliable internet connection to access blockchain information from outside your local computer.
Diploma:
The “-28” error code returned by Bitcoin-Cli under OSX Sierra is usually not a critical problem due to an internal system problem. If you check the problems with your configuration, restart the CLI meeting or deactivate IPV6 (if applicable), you should be able to solve this problem and access the Ethereum Blockchain Bitcoin-Cli Getinfo` receipt.