obviously they are different addresses?
- snip -
Correct.
They are different addresses. Those addresses result from different hashes. Those hashes result from different representations of the public key. Because of all this, there are different requirements to use bitcoins received at the address as inputs into transactions.
What is not different is the private key.
So, give a single private key, there are two possible valid representations for the public key and therefore 2 different address. Once of those addresses (the UNcompressed one) will result in more bytes being required when you spend the bitcoins. Since transaction fees are paid PER BYTE, that means that bitcoins received at the uncompressed address will cost you more in transaction fees.
Since there is NO benefit to using the uncompressed address, and there IS additional cost, most well written wallets don't bother with uncompressed addresses any more.
This brand new information, Thanks all for explaining that