Hacker News new | ask | show | jobs
by deftnerd 4393 days ago
I'm writing a system for my OpenID provider servicewith background checks (blockauth.com - BitAngels.co backed project launching in 20 days) that has to store a lot of data in a decentralized system.

Since MaidSafe and all the others don't have a working product yet, I've had to make my own system. Each user is assigned a transaction ID and the 80 bytes on the blockchain simply store a DHT hash for the document, so the system can download the encrypted user dossier through bittorrent. It's working pretty well so far.

The system isn't able to pay users for helping seed the file, but all of the franchised Identity Registrars that'll use my system will be required by contract to seed all of those files.

It doesn't totally solve your problem, but 80 bytes is enough space for a DHT hash and that might be helpful.