Después de mucho tiempo de no ejecutar Bitcoin Core, lo ejecuté y obtuve:
El archivo de configuración fue:
# server=1 tells Bitcoin-QT to just accept JSON-RPC instructions.
server=1
# You have to set rpcuser and rpcpassword to safe the JSON-RPC api
rpcuser=person
rpcpassword=password
De acuerdo a Recomendaciones de otra publicaciónHe agregado esto al archivo de configuración
# added
rpcallowip=0.0.0.0/0
rpcbind=127.0.0.1
rpcbind=bitcoind
Pero no ayudó.
El archivo de registro es lo siguiente
2022-10-28T21:02:52Z Binding RPC on handle 127.0.0.1 port 8332 failed.
2022-10-28T21:02:54Z libevent: getaddrinfo: nodename nor servname offered, or not recognized
2022-10-28T21:02:54Z Binding RPC on handle bitcoind port 8332 failed.
2022-10-28T21:02:54Z Unable to bind any endpoint for RPC server
2022-10-28T21:02:54Z Error: Unable to begin HTTP server. See debug log for particulars.
2022-10-28T21:02:58Z Shutdown: In progress...
2022-10-28T21:02:58Z scheduler thread exit
2022-10-28T21:02:58Z Shutdown: executed
¿Qué más se puede hacer?