0

How does NodeId generation in a storj kademlia node take place? Why does it take long time to generate a nodeid and how does this contribute to the security of the node?

j2thep
  • 1
  • 4
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Aug 09 '22 at 18:12

1 Answers1

0

According to this blogpost they require hashcash when generating a nodeID, as proposed in the S/Kademlia paper, to make make sybil attacks more costly.

the8472
  • 40,999
  • 5
  • 70
  • 122