couldn't connect to server: EOF reached (code 1) I'm running a full node on my raspberry pi3. I try to do a simple command such as bitcoin-cli getblockchaininfo but I always get this error: error: couldn't connect to server: EOF reached (code 1) (make sure server is running and you are connecting to the correct RPC port) My bitcoin.conf file looks like this: Bitcoind options server=1 daemon=1 reindex-chainstate=1 reindex=1 txindex=1 disablewallet=1 listenonion=0 Connection settings rpcuser= * rpcpassword=* rpcport=8332 rpcallowip=127.0.0.1 rpcthreads=10 I also tried to get a command with "bitcoin-cli -rpcuser: * - rpcpassword=* -rpcportt8332 getblockchaininfo". But this also didn't work. Does someone has some advice or experience with this error? https://ift.tt/2D82TLW
Getblockchaininfo showing "segwit":{ status: "failed" I have created a clone of Bitcoin for educational purposes. The network seems to be running, I changed prefixes, ports and other parameters and everything seemed fine. However, most (but not all) sent transactions sit in the mempool and do not actually get into the blockchain. I think it may be because of the version of the node. Here is what I get when I use getblockchaininfo (I believe it is related to the problem of nodes ignoring transactions in mempools). Can you please help figure this out? "chain": "main", "blocks": 16208, "headers": 16208, "bestblockhash": "00000000eed0a707848a1e3d47a3dfb830d6649ccefb24e3a324cf8092841401", "difficulty": 0.09980506525745092, "mediantime": 1538075712, "verificationprogress": 4.737279318312884e-05, "initialblockdownload": false, "chainwor...
Comments
Post a Comment