ZeroNetX / ZeroNet

ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.dev
Other
212 stars 32 forks source link

Web of Trust-based decentralized ID system #175

Closed yanmaani closed 2 years ago

yanmaani commented 2 years ago

Is your feature request related to a problem? Please describe. ZeroNet has some problems with spam. It also has problems of the ID systems going down. There are partial solutions to this, such as block-lists, but they suffer from 2 main issues:

Describe the solution you'd like My proposal is to add a web-of-trust based system. This has the following traits:

Web of Trust is already implemented in FMS, and there are quite some detailed technological specifications on how it works that I can dig up if anyone's interested.

Describe alternatives you've considered It'd be possible to use proof of work, but it's not great since the punishment for legitimate users and spammers is the same, and nothing prevents spammers from just burning CPU cycles.

Blockchains will not help you here, and you should not suggest them.

Additional context It might be worthwhile to bootstrap the Web of Trust from the existing set of CA-authorized users. Web of Trust also has the advantage of having portable identities.

yanmaani commented 2 years ago

Dupe #156.