-
I get this error when I attempt to initialize, Ive searched everywhere but have found no help. Anyone know whats going wrong?
```info: platform initialized module=mm-platform
info: transport opene…
-
This issue outlines the critical issues to solve on the road towards a solid, robust and performant DHT implementation.
- [x] **Critical:** termination criteria for DHT queries (avoid backtracking …
raulk updated
3 years ago
-
- Maybe leverage something like [Hornet](http://arxiv.org/pdf/1507.05724v1.pdf) as mentioned in [this mailing list post](http://lists.linuxfoundation.org/pipermail/lightning-dev/2015-December/000384.h…
cretz updated
7 years ago
-
@seniorm0ment
IPFS would be cool and
DHT crawling could be relevant here too
IPFS search is available at
https://github.com/ipfs-search/ipfs-search
DHT crawler of BTDigg is available at
ht…
-
> What should be in a "introduction to decentralized systems"?
> Please chip in and help me listing content or papers down!
> This needs a lot of cleaning up and reorganizing, looking forward to hea…
-
## Description
To improve privacy during kademlia lookups it was proposed to add double hashing support to kad. The following part of [the notion](https://pl-strflt.notion.site/Double-Hashing-for-P…
-
- [x] Update Nabu dependency to latest version
- [ ] Ensure we can keep a two digit number of peers connected and synching at all times.
- [ ] Revisit log frequency/level after to avoid log clogging.
-
- [ ] clocks within sync margin requirements set in DHT config (in other words, both peers clocks are within 1 min for gossipping (or whatever margin is set to))
- [ ] time delta discovery (for use in…
zippy updated
6 years ago
-
# Background
_Peer discovery_ is the method by which nodes become aware of each other's existence. This definition should be general enough to cover the use case of discovering peers _with selected…
-
Coming from a distributed computing perspective, I find it curious why can't we use a DHT to store all the peers' information -- like using Kademlia or even Raft to advertise/announce its IP addresses…