Skip to main content

Questions tagged [rlpx]

For questons about RLPx, a cryptographic peer-to-peer network and protocol suite which provides a general-purpose transport and interface for applications to communicate via a p2p network.

2 votes
1 answer
224 views

We had a question from our client as such they need to know in which Network layer is the RLPx protocol being used for the peering process I have got to know that peering process happens using RLPx ...
Manoj Kumar's user avatar
3 votes
1 answer
122 views

I'm using the go-ethereum code (mainly discover (discv4) and rlpx) to write a node discovery tool. The Programm is using discv4 to discover nodes on the internet and putting the discovered nodes into ...
Harrys Kavan's user avatar
3 votes
0 answers
194 views

I need to create something like ethernodes.org or etherscan.io/nodetracker. First of all, I tried to implement Discovery Protocol by own, but after couple of minutes I realized that specs are too hard ...
Alex S.'s user avatar
  • 173
1 vote
0 answers
103 views

I am currently having a look into the RLPx protocol and trying to understand on how two nodes exchange their capabilities. Each subprotocol has a number of defined messages. eth has 12 messages (ids ...
Donut's user avatar
  • 547
6 votes
1 answer
173 views

I'm currently trying to understand the Kademlia protocol implemented in Ethereum in order to discover other peers in the network. If I understand these lines correctly, a nodes uses both random ...
Jan Telov's user avatar
2 votes
1 answer
346 views

I am currently trying to understand the node discovery protocol in ethereum. I found a few docs, where one of it is: https://github.com/ethereum/devp2p/blob/master/discv4.md It says, that the ...
Donut's user avatar
  • 547
3 votes
1 answer
633 views

I am currently analysing the encryption mechanisms used in geth. Currently I have gathered the following information from the source code (https://github.com/ethereum/go-ethereum/blob/master/p2p/rlpx....
ivicaa's user avatar
  • 7,549
4 votes
0 answers
406 views

I'm currently trying to understand the structure of the rlpx transport protocol messages, so I depicted these scheme, based on my understanding of the description of the single frame packet at this ...
Briomkez's user avatar
  • 1,904
0 votes
1 answer
326 views

Rlp vs rlpx - the specified difference between rlp and rlpx?
Nathan Aw's user avatar
  • 1,954
1 vote
1 answer
199 views

Can anyone decrypts cipher-text using Public Key? as I know we can only decrypt using private key, but in this RLPx documentation what this line means? Receiver receives the initiator handshake and ...
Mahesh Uligade's user avatar
0 votes
1 answer
218 views

I'm curious about the origin of the RLPx protocol suite's name and the ÐΞV's name, but I cannot find information in the official documentation and RLPx documentation. RLPx I read in a blog (not an ...
Briomkez's user avatar
  • 1,904
2 votes
1 answer
1k views

I'm trying to understand the algorithms underlying the ethereum overlay network and how do the peers communicate between each other. By looking around I arrived finally to the RLPx and devp2p ...
Briomkez's user avatar
  • 1,904
0 votes
1 answer
2k views

I am using BouncyCastle to generate .NET core packet signatures. I want to be able to get the v value for the Ethereum signature. To these ends, and with my understanding of the meaning of the v ...
Sentinel's user avatar
  • 1,248
1 vote
1 answer
356 views

I need a precise spec for the RLPx p2p algorithms. Right now the wiki says "kademlia like" and that is not sufficient. The original paper from Maymounkov and Mazieres is confusing, widely ...
Sentinel's user avatar
  • 1,248
0 votes
1 answer
383 views

Looking at the DEVp2p protocol, I see that a peer can return info on capabilities ETH or SHH . I do not see in the protocol docs what those mean. How does a client discover if the peer is only ...
Sentinel's user avatar
  • 1,248

15 30 50 per page