Ok I think I found a practical way to distribute the reserves on the network. This idea is open to discussion and will not be implemented until I have support of the community.
The following method involves cold-storing GLBs reserves. Reserves held in both BTC as well as GLB can be cold-stored in the Globe network.
1. We create 20 cold-storage wallets (10 for GLB, 10 for BTC). We will have more in the future when we have LTC etc. (Not all at once of-course)
2. We make public keys easily available (post on form) and we can keep adding tax to these cold-storage wallets
3. We encrypt private key with a password using 128-bit AES enryption using a program such as http://sourceforge.net/projects/simpletextenc/
4. This will result in something like this:
2EBFE714A5968A63117BB68F32F7D2CB799EABFEFADD9BB36CC673D62426CC50AAA3D612097FC4B
D33FB57FF4C37F10DB496FC3179176BCC91E415DCDA829E26
5. We can then convert the encrypted string into binary such as this :
00110010 01000101 01000010 01000110 01000101 00110111 00110001 00110100 01000001 00110101 00111001 00110110 00111000 01000001 00110110 00110011 00110001 00110001 00110111 01000010 01000010 00110110 00111000 01000110 00110011 00110010 01000110 00110111 01000100 00110010 01000011 01000010 00110111 00111001 00111001 01000101 01000001 01000010 01000110 01000101 01000110 01000001 01000100 01000100 00111001 01000010 01000010 00110011 00110110 01000011 01000011 00110110 00110111 00110011 01000100 00110110 00110010 00110100 00110010 00110110 01000011 01000011 00110101 00110000 01000001 01000001 01000001 00110011 01000100 00110110 00110001 00110010 00110000 00111001 00110111 01000110 01000011 00110100 01000010 01000100 00110011 00110011 01000110 01000010 00110101 00110111 01000110 01000110 00110100 01000011 00110011 00110111 01000110 00110001 00110000 01000100 01000010 00110100 00111001 00110110 01000110 01000011 00110011 00110001 00110111 00111001 00110001 00110111 00110110 01000010 01000011 01000011 00111001 00110001 01000101 00110100 00110001 00110101 01000100 01000011 01000100 01000001 00111000 00110010 00111001 01000101 00110010 00110110
6. We can then send all the binary data as transactions to a random un-used Globe address ( we can use 1 address for each reserve / set of binaries)
7. We will share the decryption password with a few trusted individuals of the community. If we ever need to access this data we can view transaction history put all the binaries together, de-crypt the code and get the private key to retrieve the reserves
Some points.
Given what I have heard about 128-bit AES enryption i'm not too worried about people hacking it but am no encryption specialist. So is it possible to hack?
The only issue in my opinion is that sending so many transactions will bloat the block-chain (make it bigger) . But we won't have to do it often as we can keep adding to the reserve with the public-key and we may find a better way to place the encrypted data in the block chain in the future.
I was worried that the price-stabilization mechanism once implemented may cause issues as it will need to constantly sell and buy but you can re-load a cold-storage wallet even after you imported the coins it held. However, I hear it may cause some security issues . Also this method is a bit cumbersome.
Just calculated. Assuming we have that many binaries per encrypted string and we have 20 wallets we would have created approximately 2800 transactions.
For benefits of this idea view :
https://bitcointalksearch.org/topic/m.4188737Any suggestions and view would be appreciated.