Qortal Project

The future of blockchain platforms

User Tools

Site Tools


data_hosting_q_a

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
data_hosting_q_a [01/09/2022 10:28] gfactordata_hosting_q_a [01/09/2022 14:25] gfactor
Line 35: Line 35:
  
 **A:** No, unless they somehow gained access to the PC itself. Obviously an ISP could track the files going in and out of the network and then make assumptions as to what might be stored. **A:** No, unless they somehow gained access to the PC itself. Obviously an ISP could track the files going in and out of the network and then make assumptions as to what might be stored.
 +
 +**Q:** I can block a user, right?
 +
 +**A:** If you block a user, then it will prevent your node from relaying (or storing) any data from that user. So there is some level of control. If you follow a user, you become a mirror for all of their data, which helps the network even more than a relay.
  
 **Q:** Can I turn off data relaying? **Q:** Can I turn off data relaying?
Line 80: Line 84:
 **Q:** Ok. Conclusion: If someone whants to see what data is relayed through your node, it can be seen with lot effort, but, it can. It is public data, with public decryption keys and whole data is chunked in small pieces with guide how to combine them to see full picture. Combining data is also available to everyone. All chunks go through one node? **Q:** Ok. Conclusion: If someone whants to see what data is relayed through your node, it can be seen with lot effort, but, it can. It is public data, with public decryption keys and whole data is chunked in small pieces with guide how to combine them to see full picture. Combining data is also available to everyone. All chunks go through one node?
  
-**A:** All chunks can go through one relay node, but that's not necessarily always the case I imagine+**A:** All chunks can go through one relay node, but that'being coded to NOT happen. So there will not be all chunked data found on one node. Therefore, there should not be any concern about what chunked data passes thru your node.
  
 **Q:** Is that random rule, or is it hardcoded to use multiple relay nodes and shuffle data? **Q:** Is that random rule, or is it hardcoded to use multiple relay nodes and shuffle data?
Line 107: Line 111:
  
 The default value is a difficult decision, as if we default it to false (and don't have enough people opting in to enable it) then the reliability of QDN will really suffer. But if we default it to true then we risk upsetting community members that missed the discussion and didn't opt-out in time. The default value is a difficult decision, as if we default it to false (and don't have enough people opting in to enable it) then the reliability of QDN will really suffer. But if we default it to true then we risk upsetting community members that missed the discussion and didn't opt-out in time.
 +
 +**Bottom line, if you are really concerned about the legality of allowing your node to be a relay, then don't be a relay - it is totally optional.**