Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
error: couldn't connect to server: EOF reached (code 1) #10763
Comments
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BitWaspBitWasp commentedJul 7, 2017
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 ?