Well, I'm stuck now with web wallet
Will community accept one-wallet web storage? I don't consider it secure, because all encryption keys are in my hands.
Multi wallet solution has reached a wall because it requires separate blockchain every time , so ~330MB per user. It does not look reasonable to handle 100 concurrent users for a cost of 32GB of storage, is it? In all other aspects it's fine - each wallet is stored securely with its own encryption key, which I don't know, and after user is done, entire wallet is deleted - it is responsibility of a user to store his private keys in a secure place.
Ideas?
EDIT: Multi blockchain solution seems reasonable only if I introduce service fees, which is not very good.
Hey nice to see a Rubyist here. I'm just a beginner so I can't help much.
But don't think that's the optimal solution to have separate blockchain for each user. Can each client share the blockchain of the daemon?
The other extreme solution is to translate the client code into native Ruby, but that would be a massive undertaking.