Bitcoin Forum
May 26, 2024, 01:26:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: Re: How (and why) to use the Relay Network  (Read 609 times)
xyzzy099
Legendary
*
Offline Offline

Activity: 1063
Merit: 1048



View Profile
June 23, 2015, 02:54:22 AM
 #201

Any ideas what the problem might be?
The problem is that Windows is an absolutely terrible OS...but it should work now.

Yep, it works great now.  Thanks! Smiley

Libertarians:  Diligently plotting to take over the world and leave you alone.
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 23, 2015, 04:01:28 PM
 #202

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?


CTO, R&D Director Esonics
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 23, 2015, 06:01:06 PM
Last edit: June 23, 2015, 06:16:59 PM by p3yot33at3r
 #203

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
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 23, 2015, 06:21:39 PM
 #204

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
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 23, 2015, 06:59:59 PM
 #205

p3yot33at3r

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


CTO, R&D Director Esonics
Matt Corallo (OP)
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
June 24, 2015, 01:39:48 AM
 #206

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

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
Matt Corallo (OP)
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
June 24, 2015, 01:41:06 AM
 #207

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"

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
June 24, 2015, 02:52:46 AM
 #208

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.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 24, 2015, 09:58:38 AM
Last edit: June 24, 2015, 01:34:24 PM by igorwhite
 #209

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

CTO, R&D Director Esonics
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 24, 2015, 02:04:28 PM
 #210

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
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 24, 2015, 06:46:06 PM
 #211

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.

CTO, R&D Director Esonics
Matt Corallo (OP)
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
June 24, 2015, 07:05:22 PM
 #212

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.

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 24, 2015, 07:20:37 PM
 #213

ping to eu.relay -- 52-57 ms

CTO, R&D Director Esonics
Matt Corallo (OP)
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
June 24, 2015, 08:22:44 PM
 #214

ping to eu.relay -- 52-57 ms
What about ping from where such a server would be to eu, plus your pings to there?

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 24, 2015, 09:05:21 PM
Last edit: June 25, 2015, 06:30:02 AM by igorwhite
 #215

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

CTO, R&D Director Esonics
Matt Corallo (OP)
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
June 25, 2015, 06:26:40 AM
 #216

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.

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 25, 2015, 06:40:15 AM
 #217

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

CTO, R&D Director Esonics
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
June 28, 2015, 01:38:10 AM
 #218

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
kano
Legendary
*
Offline Offline

Activity: 4508
Merit: 1819


Linux since 1997 RedHat 4


View Profile
June 30, 2015, 12:24:50 PM
 #219

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.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
June 30, 2015, 12:34:15 PM
 #220

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
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!