Moritz Warning

Results 434 comments of Moritz Warning

@danger89 it can replace IPNS, but drawback here is that every node you want to reach has to run KadNode as well.

That said, I think the DHT could be modified, to store signed data. But that might create a distinct DHT network (which also would be much faster because it happens...

Hi, I haven't tried to compile the code for windows in years (pre windows 10?) and have to admit that I do not remember anymore how I got an exe...

You have probably seen the documentation: https://github.com/mwarning/KadNode/tree/master/windows

Looks like Windows needs some extra handling to get ipv6 local peer discovery going. IPv4 might work.

Is kadnode already running? Try to execute `kadnode-ctl` and see if you can reach the instance.

Did kadnode exit on its own `kadnode -6`? That should not happen.

ah, on windows kadnode-ctl cannot work (because unix sockets are not supported there)

I will look into it tomorrow.

It is not possible yet, but I would love to do it and will give it a shoot very soon. The project has recently been rewritten and I currently prepare...