Hi,
MinAddress is condensed form of your address with the following features:
Next generation address which is easy to remember and type
Case insensitive
Permanent and secure
Easy to verify
MinAddress uses the following concept making it permanent, secure and easy to verify:
Full address to Min-Address Conversion:
#Take the full address and find the block in which the first transaction to address occurs.The block number is the converted to hex-code and forms the first part of Min-Address.
#Get all the receiving addresses in the block and do a case insensitive comparison to find the minimum number of initial characters which uniquely identify the address, this forms the second part of the Min-Address.
Min-Address to Full address Conversion:
#Take the First part of the Min-Address and convert it to decimal, this is the block number.
#Get all the receiving addresses in the block and do a case insensitive comparison to find full address which uniquely matches the second part of the Min-Address.
After every conversion you will get a verify link which can be used to verify your Min-Address/Full Address.
Example: Bitcoin Full Address: 17ykeSBpC8MrJr4GrizNUYz6DEnwQ598fQ
Min-Address: 3fa5b-17yk
Verify Link:
http://blockexplorer.com/block/00000000000000099f086871f03d03f6639b89799cb6d452a9f34c5764f83dcbCurrently, we support:
Bitcoin addresses, Litecoin addresses and Dogecoin addresses.
Hope this is helpful.
Please donate to this project so that we can continue the support and development.
Bitcoin : 1PPJ5x74KEo9euEiSJKxyBUfHMRQrXKL1f
Litecoin : LNz69V1Ls4cwML4YpCanoM4PAHREQbFfV7
Dogecoin : DJvvwFHgFX9qypeEYWsuscdWodtanLCN6X
For more information please visit
www.minaddress.infoRegards
UPDATE IMPORTANTIt seems that many people confuse this with some kind of centralized system where I can later change the Min-Address. To clarify the information is completely based on blockchain and in no way the Min-Address can be modified. Also even if MinAddress.info is down, the user can easily convert the Min-Address to Full-Address. Suppose you have a min address 3fa5b-17yk which you want to convert to full address. Just use any online tool to convert the first part "3fa5b" to decimal from hex which will be 260699. Now go to block 260699 in any bitcoin blockchain like blockexplorer.com and search for "17yk" .You will get your complete address 17ykeSBpC8MrJr4GrizNUYz6DEnwQ598fQ.
Minaddress.info just automates the conversion process[which can be done manually as shown above] and has no control over the final Min-address.