Bitcoin Forum
June 15, 2024, 01:57:22 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Developers] Building a wallet for your site without private keys?  (Read 435 times)
monsterer (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1002


View Profile
March 28, 2014, 10:14:18 AM
 #1

Hi guys,

Ok, so site developers will know that there is sometimes a need to have a mixed wallet on your server because:

* As well as deposits and withdrawals (which are obviously on chain) you also have off chain fees, such as trades, or micro transaction purchases

This off chain requirement forces you to store private keys somehow, be that encoded, procedural, or whatever because:

* Alls the TXOs get mixed (by necessity of the off chain part), so you can't maintain a 1 - 1 relationship between customer and address or key.

Now, the only way around this that I can see is to have everything on chain. This also means you don't need to store any private keys on the server because there will then be a 1-1 relationship between customer and key.

But with everything on chain:

* You can't do cost effective microtransactions
* Blockchain becomes even more bloated.

Is there a way around this?

Cheers, Paul.
monsterer (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1002


View Profile
April 01, 2014, 05:13:41 PM
 #2

No discussion on the subject? Sad
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!