mirror of
https://github.com/monero-project/monero-docs.git
synced 2025-03-31 03:09:02 +00:00
addresses: add stagenet prefix and update links
This commit is contained in:
parent
e25e48005b
commit
416622fbb5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ It also contains a checksum and a "network byte" which actually identifies both
|
|||
|
||||
Index | Size in bytes | Description
|
||||
------------|------------------|-------------------------------------------------------------
|
||||
0 | 1 | identifies the network and address type; [18](https://github.com/monero-project/monero/blob/793bc973746a10883adb2f89827e223f562b9651/src/cryptonote_config.h#L149) - main chain; [53](https://github.com/monero-project/monero/blob/793bc973746a10883adb2f89827e223f562b9651/src/cryptonote_config.h#L161) - test chain
|
||||
0 | 1 | identifies the network and address type:<br>[18](https://github.com/monero-project/monero/blob/3ad4ecd4ff52f011ee94e0e80754b965b82f072b/src/cryptonote_config.h#L153) - mainnet<br>[24](https://github.com/monero-project/monero/blob/3ad4ecd4ff52f011ee94e0e80754b965b82f072b/src/cryptonote_config.h#L182) - stagenet<br> [53](https://github.com/monero-project/monero/blob/3ad4ecd4ff52f011ee94e0e80754b965b82f072b/src/cryptonote_config.h#L167) - testnet
|
||||
1 | 32 | public spend key
|
||||
33 | 32 | public view key
|
||||
65 | 4 | checksum ([Keccak-f[1600] hash](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L261) of the previous 65 bytes, trimmed to first [4](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L53) bytes)
|
||||
|
|
Loading…
Reference in a new issue