Pages:
Author

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

legendary
Activity: 1540
Merit: 1001
September 23, 2014, 08:23:54 AM
#63
Nevermind.  I forgot my bitcoin port isn't default, so it was pounding 8333 and there wasn't anything there to respond.

Smiley

M
legendary
Activity: 1540
Merit: 1001
September 23, 2014, 07:43:45 AM
#62
I've downloaded the exe client and am running it with "D:\Temp\relay\relaynetworkclient.exe public.au.relay.mattcorallo.com 127.0.0.1 8333" but I just get the following:

Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)

What am I doing wrong?

I'm getting this too with the windows exe client on Win7.  It eventually killed my TCP/IP stack, all programs were getting TCP/IP errors until I killed the relay client.

Going back to the python version here.

M
It was a broken build, have you tried the latest? Also try disabling ipv6

I got it from github, I assume it's the latest.

M
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 23, 2014, 06:02:54 AM
#61
I've downloaded the exe client and am running it with "D:\Temp\relay\relaynetworkclient.exe public.au.relay.mattcorallo.com 127.0.0.1 8333" but I just get the following:

Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)

What am I doing wrong?

I'm getting this too with the windows exe client on Win7.  It eventually killed my TCP/IP stack, all programs were getting TCP/IP errors until I killed the relay client.

Going back to the python version here.

M
It was a broken build, have you tried the latest? Also try disabling ipv6
legendary
Activity: 1540
Merit: 1001
September 23, 2014, 05:54:43 AM
#60
I've downloaded the exe client and am running it with "D:\Temp\relay\relaynetworkclient.exe public.au.relay.mattcorallo.com 127.0.0.1 8333" but I just get the following:

Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)
Closing bitcoind socket, failed to connect() (10049: Unknown error)

What am I doing wrong?

I'm getting this too with the windows exe client on Win7.  It eventually killed my TCP/IP stack, all programs were getting TCP/IP errors until I killed the relay client.

Going back to the python version here.

M
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 22, 2014, 01:59:28 AM
#59
what port does relaynetwork use?
8335 or 8336?
8336

Matt, looks like you have an issue with the SG node.
Strange, can you double-check now...there was a bug due to bitcoind banning relay servers...

looks fine now, thanks.
hero member
Activity: 755
Merit: 515
September 22, 2014, 01:58:31 AM
#58
what port does relaynetwork use?
8335 or 8336?
8336

Matt, looks like you have an issue with the SG node.
Strange, can you double-check now...there was a bug due to bitcoind banning relay servers...
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 21, 2014, 07:42:06 PM
#57
Matt, looks like you have an issue with the SG node.
legendary
Activity: 1260
Merit: 1019
September 21, 2014, 02:28:35 PM
#56
what port does relaynetwork use?
8335 or 8336?
hero member
Activity: 755
Merit: 515
September 20, 2014, 04:06:31 PM
#55
Anyone know if Btcguild is running a relay node? 
Read the second post Wink
legendary
Activity: 1764
Merit: 1002
September 20, 2014, 04:03:47 PM
#54
Anyone know if Btcguild is running a relay node? 
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
September 17, 2014, 10:41:07 AM
#53
Hey Matt,

I ran into a problem running the c++ client today.  I did a git pull and rebuilt; however, when I started it up, I ran into this:
Code:
miner@devildog:~/RelayNode/client$ ./relaynetworkclient public.us-east.relay.mattcorallo.com 127.0.0.1 8333
terminate called after throwing an instance of 'std::system_error'
  what():  Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)

I had to tweak the make.sh script as follows:
Code:
g++ $DEFINES -std=c++11 -Wl,--no-as-needed -Wall -I. -I/usr/include ./client.cpp ./flaggedarrayset.cpp ./utils.cpp ./p2pclient.cpp ./crypto/sha2.cpp -o relaynetworkclient -pthread

Notice the inclusion of the "-Wl,--no-as-needed".  There's apparently a known bug with gcc and Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201.

Anyway, if anyone is having an issue getting the c++ client running on Ubuntu 14.04 LTS, editing the make.sh script as I have above, and recompiling the client will solve your problems.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 17, 2014, 12:10:18 AM
#52
So far so good! 4 good blocks no orphan and no stale. (small I know) it's been tricky in AU to find good peers to reduce orphan blocks but this may be a good way to bring some of that latency.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 16, 2014, 09:02:08 PM
#51
I've downloaded the exe client and am running it with "D:\Temp\relay\relaynetworkclient.exe public.au.relay.mattcorallo.com 127.0.0.1 8333" but I just get the following:

Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)

What am I doing wrong?

10049 == WSAEADDRNOTAVAIL according to http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx. Any chance you're still on XP or have IPv6 explicitly disabled somewhere, which I think I might have broken in a recent push.
It's server 2012 r2. I don't think ipv6 is disabled but I'll check.
It was disabled. Now its enabled but not configured and I still get the same error. I left it running overnight and it started blocking my bitcoind connection and took my node offline.

Disable the firewall.

nah it was a broken build. the firewall was off Smiley
hero member
Activity: 630
Merit: 501
September 16, 2014, 08:58:10 PM
#50
I've downloaded the exe client and am running it with "D:\Temp\relay\relaynetworkclient.exe public.au.relay.mattcorallo.com 127.0.0.1 8333" but I just get the following:

Closing bitcoind socket, failed to connect() (10049: Unknown error)
Closing relay socket, failed to connect() (10049: Unknown error)

What am I doing wrong?

10049 == WSAEADDRNOTAVAIL according to http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx. Any chance you're still on XP or have IPv6 explicitly disabled somewhere, which I think I might have broken in a recent push.
It's server 2012 r2. I don't think ipv6 is disabled but I'll check.
It was disabled. Now its enabled but not configured and I still get the same error. I left it running overnight and it started blocking my bitcoind connection and took my node offline.

Disable the firewall.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 14, 2014, 05:04:49 AM
#49
Norgzpool AU pool now running relay. will add to Singapore node as well shortly.

Matt, do you need an Australian server? I have a 50mbit Fibre link that I could run a server behind, in the next month or two i'll have some Azure compute in AU also.
Hmm, for now I think I'm gonna avoid listing every public p2pool node or pools without at least a few hundred THash/s mining on them.

yeah fair enough, I looked at the list after and realised it was more pools rather than nodes. no probs.
hero member
Activity: 755
Merit: 515
September 14, 2014, 05:01:55 AM
#48
Norgzpool AU pool now running relay. will add to Singapore node as well shortly.

Matt, do you need an Australian server? I have a 50mbit Fibre link that I could run a server behind, in the next month or two i'll have some Azure compute in AU also.
Hmm, for now I think I'm gonna avoid listing every public p2pool node or pools without at least a few hundred THash/s mining on them.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 14, 2014, 03:19:13 AM
#47
Added a list of pools to the second post, respond if you want added to the list.

Norgzpool AU pool now running relay. will add to Singapore node as well shortly.

Matt, do you need an Australian server? I have a 50mbit Fibre link that I could run a server behind, in the next month or two i'll have some Azure compute in AU also.
hero member
Activity: 755
Merit: 515
September 13, 2014, 10:02:29 PM
#46
Added a list of pools to the second post, respond if you want added to the list.
hero member
Activity: 755
Merit: 515
September 13, 2014, 09:22:02 PM
#45
Yup, working now. So I just run it along side p2pool and bitcoind right?
Yupyup, just run and point to nearest relay node and bitcoind.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
September 13, 2014, 07:37:08 PM
#44
It was disabled. Now its enabled but not configured and I still get the same error. I left it running overnight and it started blocking my bitcoind connection and took my node offline.
Might've missed a windows flag, try again with the latest version?

Yup, working now. So I just run it along side p2pool and bitcoind right?
Pages:
Jump to: