ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
1–10 of 79 posts
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#2Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#3Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#4Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#5Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#6Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#7Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#8Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
Every time there's a change to the db you need to download a whole new copy afaik.
Ideally you'd use a log based store. To do this you need to fundamentally change your idea for how a website works.
With a distributed log store chances are you won't have the same data as another person.
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#9Last time I used that project I was trying to migrate my wordpress to zeroNet and I failed because my wp-content/images is over 3Gb and ZeroNet website is (was?) limited to 100Mb. Has this changed, are they tools that migrate images to separate addresses and link them correctly in html files?
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#10I'm following the developement of zeronet for the past 3 years. I'm not convinced that it is the final solution to the decentralized internet. A main thing that bothers me is the insane lookup-time for site with a low distribution. The same problem occurs with ipfs btw. It takes up to one minute to find a the correct node when only one node hast the content-hash.