Pop-up Window Unable to start BitcoinCore: Unable to start HTTP server. See debug logs for details - NTV News 🔥

Display

See it

____

Ad Unit BIG

Unable to start BitcoinCore: Unable to start HTTP server. See debug logs for details

After long time of not running Bitcoin Core I ran it and got:

enter image description here

Config file was:

 # server=1 tells Bitcoin-QT to accept JSON-RPC commands.
server=1

 # You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=user
rpcpassword=password

According to recommendations from other post, I have added this to config file

# added
rpcallowip=0.0.0.0/0
rpcbind=127.0.0.1
rpcbind=bitcoind

but it didn't help.

Log file is following

2022-10-28T21:02:52Z Binding RPC on address 127.0.0.1 port 8332 failed.
2022-10-28T21:02:54Z libevent: getaddrinfo: nodename nor servname provided, or not known
2022-10-28T21:02:54Z Binding RPC on address 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 start HTTP server. See debug log for details.
2022-10-28T21:02:58Z Shutdown: In progress...
2022-10-28T21:02:58Z scheduler thread exit
2022-10-28T21:02:58Z Shutdown: done

What else can be done?



from Recent Questions - Bitcoin Stack Exchange
October 29, 2022 at 02:41AM

Related Posts

Subscribe Our Newsletter
close