Search content
Sort by

Showing 7 of 7 results by mirror13370x
Post
Topic
Board Announcements (Altcoins)
Re: ✅ [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 18/07/2023, 11:55:50 UTC
Hi everyone.🥳 FileFileGo UI v0.2.2 is released. Please upgrade your software to avoid inconsistencies.

https://filefilego.com/#download

should we restart our storage node when new release of ui?
Post
Topic
Board Announcements (Altcoins)
Re: ✅ [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 11/07/2023, 12:48:42 UTC
Post
Topic
Board Announcements (Altcoins)
Re: ✅ [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 05/07/2023, 20:34:42 UTC
ok tried a 20 gb file with 1% and without encryption and the processing speed is same
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 03/07/2023, 10:45:05 UTC
i verified the code in file utils.go by changing your unit test and i love it its a very smart way to encrypt and randomize the file data

btw is there performance impact?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 01/07/2023, 14:34:59 UTC
You could say a channel is similar to a repository.

In filefilego, storage providers can store data which can be then retrieved by other peers using the file hash. This part of the system is completely off-chain meaning that file hashes are not stored anywhere.

Now here comes the concept of Channels. Let's assume that I am selling my own ML models which are 2TB of data, I could create a channel called "MLModels XYZ" and create different subchannels and categories. In those subchannels you can create entries which are basically posts, or upload files/folders.

Channels are public and if some files are uploaded to a channel, they are first uploaded to a storage provider and then the hash is included in the channels posts/files this way they point back to the file hash (the data will be on-chain)

Please read the docs here: https://filefilego.com/documentation/docs/

thanks for explaining

i cloned filefilego cli from github and i am exploring the code so far its well written. i managed to run the cli and the ui easily

i started a 48 tb storage node on my server what is the right fee to use? am i going to get paid automatically?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 30/06/2023, 09:09:06 UTC
ahh got it!
very interesting project. i saw there is a tab for channels is it something similar to a repository?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FileFileGo - Decentralized Data Sharing Network
by
mirror13370x
on 29/06/2023, 19:43:49 UTC
hello! i subscribed to your github repository and i am learning about the concepts of filefilego

can you explain how proof of transfer works and is it related to blockchain mining?