Pages:
Author

Topic: Re: How (and why) to use the Relay Network - page 17. (Read 653 times)

hero member
Activity: 755
Merit: 515
October 13, 2014, 07:34:30 PM
#83
Same here with us-east now. Us-west seems to work fine at this time.
Now?
sr. member
Activity: 252
Merit: 250
Coin Developer - CrunchPool.com operator
October 13, 2014, 05:16:05 PM
#82
Having issues with the c++ client receiving anything in the last day connecting to us-west without any other changes. Tried restarting and getting repeated
Code:
Closing relay socket, failed to read message header (104: Connection reset by peer)
Same here with us-east now. Us-west seems to work fine at this time.
hero member
Activity: 755
Merit: 515
October 13, 2014, 12:54:21 PM
#81
Under the C++ folder I see a make script for 5 components (including a windows client).  I am happy with how the client is used and managed to get it going.

Can you perhaps share how the other components could be used to build a relay network? I am not really proficient at reading c++.

My guesses:
relaynetworkproxy -> Connects two relay nodes (both on port 8336).
relaynetworkterminator -> Seems to provide the 8334 and 8335 tx and block only feeds?
relaynetworkoutbound -> Connects a bitcoind and a something on port 8334?
relaynetworkserver -> connects to a trusted bitcoind? Also serves clients?  Also connects to something local on port 8334? I kept getting connection refused to the local bitcoind when I ran it.


Happy to assist with a readme on your github if needs be.

proxy/terminator are correct.
outbound connects to terminator on 8334 and a remote (untrusted) bitcoind.
server connects to a trusted bitcoind to decide which txn to relay, connects to terminator to get/private a data feed from untrusted bitcoinds and also listens on 8336 for relay clients.
sr. member
Activity: 362
Merit: 262
October 13, 2014, 10:40:14 AM
#80
Under the C++ folder I see a make script for 5 components (including a windows client).  I am happy with how the client is used and managed to get it going.

Can you perhaps share how the other components could be used to build a relay network? I am not really proficient at reading c++.

My guesses:
relaynetworkproxy -> Connects two relay nodes (both on port 8336).
relaynetworkterminator -> Seems to provide the 8334 and 8335 tx and block only feeds?
relaynetworkoutbound -> Connects a bitcoind and a something on port 8334?
relaynetworkserver -> connects to a trusted bitcoind? Also serves clients?  Also connects to something local on port 8334? I kept getting connection refused to the local bitcoind when I ran it.


Happy to assist with a readme on your github if needs be.
hero member
Activity: 755
Merit: 515
October 07, 2014, 11:32:01 PM
#79
Ugh, yes, there appear to have been some issues that went unnoticed over the past week or so, should be all good now and I'm monitoring for further hiccups until I can go in and debug a bit more.
au/sg working now.

Would there be any negative impact of running two relays to two different relay servers? so if one went down the other would still relay blocks...
Seems several servers were all hit with the same bug at nearly the same time. Still need to look into it, but for this case, it appears that would not have helped. Still, no, that would probably not be a negative.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
October 07, 2014, 11:28:20 PM
#78
Ugh, yes, there appear to have been some issues that went unnoticed over the past week or so, should be all good now and I'm monitoring for further hiccups until I can go in and debug a bit more.
au/sg working now.

Would there be any negative impact of running two relays to two different relay servers? so if one went down the other would still relay blocks...
hero member
Activity: 755
Merit: 515
October 06, 2014, 04:51:09 PM
#77
Ugh, yes, there appear to have been some issues that went unnoticed over the past week or so, should be all good now and I'm monitoring for further hiccups until I can go in and debug a bit more.
legendary
Activity: 1260
Merit: 1019
October 06, 2014, 06:26:42 AM
#76
Seeing issues on the sg node again. Had to change to west-us

us-west does not work from my side right now
I use us-east
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
October 06, 2014, 06:05:22 AM
#75
Seeing issues on the sg node again. Had to change to west-us
hero member
Activity: 755
Merit: 515
October 01, 2014, 02:55:42 PM
#74
public.us-east
I dont see any issues there, can you PM me the IP you're connecting from?
legendary
Activity: 1260
Merit: 1019
October 01, 2014, 07:57:38 AM
#73
Quote
public.us-east

us-east and us-west work right now as I see
(us-west had some troubles in the past)
member
Activity: 97
Merit: 11
October 01, 2014, 07:47:06 AM
#72
Hello,

     public.us-east
hero member
Activity: 755
Merit: 515
October 01, 2014, 01:12:09 AM
#71
I am still getting the Closing relay socket, failed to read message header (10054: Unknown error)
What node are you connecting to? All nodes seem to be working from here. If you are connect multiple times from the same external IP, this is expected behavior as having multiple connections will decrease your relay time by a huge margin because, in my tests, the most important thing is packet loss requiring extra RTTs for TCP retransmits (if you're behind ISP level NAT I think I can just flip the switch on IPv6 for most of the nodes, just need to actually test the clients to make sure they wont flip).
member
Activity: 97
Merit: 11
September 30, 2014, 11:39:45 PM
#70
I am still getting the Closing relay socket, failed to read message header (10054: Unknown error)
hero member
Activity: 755
Merit: 515
September 29, 2014, 06:01:22 PM
#69
EDIT: It just started working again. Beats me  Huh

I was fuxing with it.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
September 29, 2014, 05:49:53 PM
#68
Having issues with the c++ client receiving anything in the last day connecting to us-west without any other changes. Tried restarting and getting repeated
Code:
Closing relay socket, failed to read message header (104: Connection reset by peer)

Hmm, I dont see anything in my logs...Is it working now and/or can you pm me the IP you're connecting from?
It's still there. I've PMed you where from.

EDIT: It just started working again. Beats me  Huh
hero member
Activity: 755
Merit: 515
September 29, 2014, 12:56:43 PM
#67
Having issues with the c++ client receiving anything in the last day connecting to us-west without any other changes. Tried restarting and getting repeated
Code:
Closing relay socket, failed to read message header (104: Connection reset by peer)

Hmm, I dont see anything in my logs...Is it working now and/or can you pm me the IP you're connecting from?
hero member
Activity: 686
Merit: 500
WANTED: Active dev to fix & re-write p2pool in C
September 29, 2014, 10:20:33 AM
#66
Having issues with the c++ client receiving anything in the last day connecting to us-west without any other changes. Tried restarting and getting repeated
Code:
Closing relay socket, failed to read message header (104: Connection reset by peer)

The eu server is working well - have you tried that one?  Smiley
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
September 29, 2014, 10:18:36 AM
#65
Having issues with the c++ client receiving anything in the last day connecting to us-west without any other changes. Tried restarting and getting repeated
Code:
Closing relay socket, failed to read message header (104: Connection reset by peer)
member
Activity: 97
Merit: 11
September 28, 2014, 07:54:22 AM
#64
I love this concept. I start running the windows version on my windows based p2pool. If you get around to building a exe for relay enabled p2pool i would love to test it out.
Pages:
Jump to: