You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses within MaxCoin are almost identical to those in Bitcoin. A MaxCoin address is a base58-encoded hash of a public key and a network identifier, or version. The address also contains a checksum in the final 4 bytes. The encoding can be outlined as follows:
Examples of how to generate MaxCoin addresses in a variety of languages can be found here.
MaxCoin addresses always begin with an 'm', encoded by a bye with a decimal value of 110. MaxCoin private keys always begin with a byte with a decimal value of 128.