2019-05-13 15:23:14 +00:00
|
|
|
---
|
2021-08-30 09:08:44 +00:00
|
|
|
summary: 'either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4'
|
2019-05-13 15:23:14 +00:00
|
|
|
terms: ["address", "addresses"]
|
|
|
|
---
|
|
|
|
|
2020-08-16 17:11:02 +00:00
|
|
|
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
2021-08-30 09:08:44 +00:00
|
|
|
|
2019-05-13 15:23:14 +00:00
|
|
|
### The Basics
|
|
|
|
|
2021-08-30 09:08:44 +00:00
|
|
|
When you send Monero to someone you only need one piece of information, and
|
|
|
|
that is their Monero address. A *raw* Monero address is a set of 95
|
|
|
|
characters starting with a '4'. The Monero donation address, for instance,
|
|
|
|
is
|
|
|
|
888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
|
2019-05-13 15:23:14 +00:00
|
|
|
|
2021-08-30 09:08:44 +00:00
|
|
|
Because those addresses are long and complex, you will often encounter an
|
|
|
|
@OpenAlias address instead. For example, Monero donations can be sent to
|
|
|
|
donate@getmonero.org or donate.getmonero.org.
|
2019-05-13 15:23:14 +00:00
|
|
|
|
2021-08-30 09:08:44 +00:00
|
|
|
If you would like to get an @OpenAlias address of your own then there is
|
|
|
|
some information on the [OpenAlias page](https://openalias.org/).
|
2019-05-13 15:23:14 +00:00
|
|
|
|
|
|
|
### Integrated address
|
|
|
|
|
2021-08-30 09:08:44 +00:00
|
|
|
An integrated address is an address combined with an encrypted 64-bit
|
|
|
|
@payment-ID. A raw integrated address is 106 characters long.
|
2019-05-13 15:23:14 +00:00
|
|
|
|
|
|
|
### In-depth Information
|
|
|
|
|
2021-08-30 09:08:44 +00:00
|
|
|
The address is actually the concatenation, in Base58 format, of the *public*
|
|
|
|
@spend-key and the *public* @view-key, prefixed with the network byte (the
|
|
|
|
number 18 for Monero) and suffixed with the first four bytes of the
|
|
|
|
Keccac-256 hash of the whole string (used as a checksum).
|