I'm getting this in the output:
Received transaction of size 226 from relay server
Received transaction of size 373 from relay server
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)
edit: I'm starting the relay client like so:
./relaynetworkclient public.us-east.relay.mattcorallo.com 127.0.0.1 8333
I saw some other people were getting similar messages on the relay, but not on bitcoind. Any ideas?
Thanks!