Pages:
Author

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

legendary
Activity: 1610
Merit: 1000
BLk size depends on POOL bitcoind config only Wink
Max size=Max fee so it is done on purpose
I know.
FYI: https://bitcointalksearch.org/topic/next-level-bitcoin-stress-test-june-29-30-1300-gmt-2015-1098263
Good so it might not be spam in that case Cheesy
legendary
Activity: 1260
Merit: 1019
legendary
Activity: 1610
Merit: 1000
Relay is 'under attack'? again?
Receiving a lot more transactions than usual, but most of them the size is 599 or 600 - so clearly someone is messing with the relay.

Seems to me that somebody is spamming blockchain again
It is visible on http://webbtc.com/ and https://blockchain.info/
Last blocks from 363186 to 363196 (11 in a row!) are filled to maximum sizes

BLk size depends on POOL bitcoind config only Wink
Max size=Max fee so it is done on purpose
legendary
Activity: 1260
Merit: 1019
Relay is 'under attack'? again?
Receiving a lot more transactions than usual, but most of them the size is 599 or 600 - so clearly someone is messing with the relay.

Seems to me that somebody is spamming blockchain again
It is visible on http://webbtc.com/ and https://blockchain.info/
Last blocks from 363186 to 363196 (11 in a row!) are filled to maximum sizes
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Relay is 'under attack'? again?
Receiving a lot more transactions than usual, but most of them the size is 599 or 600 - so clearly someone is messing with the relay.
They've stopped for now - well there's few if any 599 or 600 bytes - but not zero - still a few 599 showing up that may or may not be related to it - but not enough to care about at the moment.
Spoke too soon Tongue
It's back on and off.
legendary
Activity: 1540
Merit: 1001
Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Everything worked fine until the last update  Sad

EDIT: The pre-compiled binary will also not run on 64bit system, giving the following error:

Code:
relaynetworkclient: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by relaynetworkclient)

Do I need to download & install dependences now?

EDIT2: I've reverted to the previous build until further news  Wink
Code:
sudo apt-get install yasm
Once it's installed just run make and it'll compile just fine.

Confirmed, once I installed yasm it compiled just fine on my x64 node.  The precompiled version would not run, despite glibcxx already being there.

M
member
Activity: 114
Merit: 10
Of course I can not buy a server Yandex.
But I place the server for free on optical line 500Mbit/s.
I have many friends in Irkutsk, Murom, Nizhny Novgorod, Saratov. Ping from their servers to thepublic.eu.relay.mattcorallo.com ~ 150ms
hero member
Activity: 755
Merit: 515
My ping to the server  public.eu.relay.mattcorallo.com -- 52-57ms
My ping to the server  yandex.de and yandex.ru -- 2ms
I dont think you can buy a server on yandex that is colocated to +/- everywhere :p. What about pings to a Moscow looking glass and pings from there to the eu node?
I processed block sources on the relay network and there isnt much east of Germany, so I'm not sure its so worth it either way. Higher latency here doesnt matter unless you have high packet loss or miners broadcasting blocks from Russia.
member
Activity: 114
Merit: 10
Quote
What about ping from where such a server would be to eu, plus your pings to there?
I do not understand question
My ping to the server  public.eu.relay.mattcorallo.com -- 52-57ms
My ping to the server  yandex.de and yandex.ru -- 2ms
hero member
Activity: 755
Merit: 515
ping to eu.relay -- 52-57 ms
What about ping from where such a server would be to eu, plus your pings to there?
member
Activity: 114
Merit: 10
ping to eu.relay -- 52-57 ms
hero member
Activity: 755
Merit: 515
If interested, I can provide free server in Russia (Moscow) to expand the Relay Network
Are your ping times to the EU/AMS server particularly bad? Unless your ping times/packet loss to that server are particularly bad, there isnt much use in adding a new server in moscow.
member
Activity: 114
Merit: 10
Matt Corallo, Many thanks for your work!
DOA on my node down 3-5%
If interested, I can provide free server in Russia (Moscow) to expand the Relay Network

Best Regards Igor.
sr. member
Activity: 266
Merit: 250
Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Do I need to download & install dependences now?

You need to install yasm, as the error indicates :p

Yeah, I figured that was what I needed - just wanted to be sure. All good again, thanks for your work, great stuff  Wink
member
Activity: 114
Merit: 10
p3yot33at3r

I read everything. Server public.eu.relay.mattcorallo.com . I can't understand that need to config run bitcoind + relay network + p2pool
Just run bitcoind and p2pool as you normally would, then run the relaynetwork client with "relaynetworkclient public.eu.relay.mattcorallo the-ip-or-hostname-of-your-bitcoind 8333"


user@p2pool:~/RelayNode/client$ ./relaynetworkclient public.eu.relay.mattcorallo.com 127.0.0.1 8333
Illegal instruction (memory dump)

Huh?

Sorry

Assembled on a new relaynetworkclient ALL OK
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Everything worked fine until the last update  Sad

EDIT: The pre-compiled binary will also not run on 64bit system, giving the following error:

Code:
relaynetworkclient: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by relaynetworkclient)

Do I need to download & install dependences now?

EDIT2: I've reverted to the previous build until further news  Wink
Code:
sudo apt-get install yasm
Once it's installed just run make and it'll compile just fine.
hero member
Activity: 755
Merit: 515
p3yot33at3r

I read everything. Server public.eu.relay.mattcorallo.com . I can't understand that need to config run bitcoind + relay network + p2pool
Just run bitcoind and p2pool as you normally would, then run the relaynetwork client with "relaynetworkclient public.eu.relay.mattcorallo the-ip-or-hostname-of-your-bitcoind 8333"
hero member
Activity: 755
Merit: 515
Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Do I need to download & install dependences now?

You need to install yasm, as the error indicates :p
member
Activity: 114
Merit: 10
p3yot33at3r

I read everything. Server public.eu.relay.mattcorallo.com . I can't understand that need to config run bitcoind + relay network + p2pool

sr. member
Activity: 266
Merit: 250
Hello!
Friends, Colleagues.
I read the whole thread of the forum and did not understand.
Explain to me how to run a Relay Network + p2pool?


Have a read:

http://sourceforge.net/p/bitcoin/mailman/message/32676543/

http://bitcoinrelaynetwork.org/

I suggest use the prebuilt binary (if it works) & running it from within the folder for simplicity, using the nearest server listed to you  Wink
Pages:
Jump to: