When I’m trying to use bitcoin-cli
while bitcoind running it displays error message :
0Make sure the bitcoind server is running and that you are connecting to the correct RPC port.```
1
2<!--- What behavior did you expect? -->
3
4running command : `bitcoin-cli getblockchaininfo`
5
6<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
7
8` bitcoind -txindex `
9```[...] 2023-02-17T18:03:20Z Bound to 127.0.0.1:8334
102023-02-17T18:03:20Z Bound to [::]:8333
112023-02-17T18:03:20Z Bound to 0.0.0.0:8333
12[...] ```
13
14<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
15
16I am on MacOS Ventura 13.1 intel i5 MacBook Pro.
17
18<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
19
20`2023-02-17T18:03:07Z Bitcoin Core version v24.0.1 (release build)`
21
22
23<!-- Any extra information that might be useful in the debugging process. -->
24
25I saw a related issue few years ago and apparently this issue should to be patched.