-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep users operations in blockchain #243
Comments
Hi there! I'm a big enthusiast of blockchain-based tech, yet I don't fully understand the goal of this issue. Maybe you meant an append-only log with some sort of hashing tree structure? |
Yes, the goal is to save all operations like a log file but keep that in blockchain. We will save just hash of filename, time and operation performed. Maybe we can use some pub blockchain? Alternatively we can save in Mainline DHT maybe encrypting the data. |
Isn't this a little bit of a privacy nightmare? |
in what way? if we encrypt the data or keep it in our network we should be fine |
@longregen can you elaborate? |
We can save user operations, hashes of files, users with whom he shares files, dates, IPs, etc.
The goal is to save all operations like a log file but keep that in the blockchain. We will save just a hash of the filename, time, and operation performed. Maybe we can use some public blockchain?
Alternatively, we can save it in Mainline DHT, maybe by encrypting the data.
Structure notes
The text was updated successfully, but these errors were encountered: