error: couldn't connect to server: EOF reached (code 1) #10763

Open
BitWaspBitWasp opened this Issue Jul 7, 2017 · 1 comment

Comments

Projects
None yet
2 participants

sometimes I have the problem(Debian):

bitcoin-cli listtransactions

error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

How can I fix it ?

Contributor

achow101 commented Jul 28, 2017

This error happens when bitcoin-cli is unable to connect to the RPC server. Make sure the rpc server is running (bitcoind runs it automatically, with bitcoin-qt, you need the server=1 option in your bitcoin.conf file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment