Post
Topic
Board Archival
Re: How (and why) to use the Relay Network
by
entr04y
on 02/12/2014, 20:43:09 UTC

Code:
Closing bitcoind socket with 127.0.0.1, failed to read message header (104: Connection reset by peer)
Closing bitcoind socket with 127.0.0.1, failed to read message header (0: )


I'm not seeing any errors in my bitcoin debug log, and the port is open on the server.  I'm running the latest bitcoind and I pulled the relay client from github this morning (its the c++ version on linux)

Have you checked wireshark on your loopback interface, and are you sure bitcoind is listening on loopback and not only on your non-localhost address(es)?

I just double checked that and it is listening on both ipv4 and ipv6.  If I telnet to the port using localhost it connects and then immediately closes the connection. 

then the penny dropped:  maxconnections is set to 20 in my bitcoin.conf and guess how many peers I have connected? Wink