Post
Topic
Board Bitcoin Technical Support
Re: raspberry pi errors 0.17.0.1
by
bob123
on 01/11/2018, 08:27:37 UTC
now i get this error

Binding RPC on address ::1 port 8332 failed.
[...]

This means that bitcoind couldn't bind the port 8332.

Can you check whether anything else is using this port currently ?

If there isn't anything else running (which is probably the case on a PI), you might want to try to either:
(1) shutdown the daemon by executing bitcoin-cli stop or
(2) rebooting your PI.