Decimal address format: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= Формат адресов Decimal
                     |title= Decimal address format
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Формат адресов Decimal
                     |keywords= Decimal address format
                     |description= Формат адресов Decimal
                     |description= Decimal Address Format
                     }}
                     }}
<div class="mikio-article-content">
<div class="mikio-article-content">
 
<div class="mikio-tags">
<div class="mikio-tags">




</div>
</div>
<span id="format_adresov_decimal"></span>
<span id="format_adresov_decimal"></span>
= Формат адресов Decimal =
= Decimal address format =
 
<div class="level1">
<div class="level1">
 
'''Decimal-адрес''' — номер счёта, содержащий буквы, цифры и символы латинского алфавита. Адрес может быть представлен в виде QR-кода, является анонимным и не содержит информации о владельце.
'''Decimal-address''' is the account number containing letters, numbers and symbols of the Latin alphabet. The address can be presented as a QR code, is anonymous and does not contain information about the owner.
 
Посредством адреса можно совершать операции перевода/получения любых токенов экосистемы DecimalChain, наподобие работы с письмами электронной почты. Один человек может создавать неограниченное количество адресов, наример, повышая уровень анонимности своих платежей.
Through the address, you can perform operations of transferring / receiving any tokens of the DecimalChain ecosystem, like working with e-mail messages. One person can create an unlimited number of addresses, for example, increasing the level of anonymity of their payments.
 
 
</div>
</div>
<span id="istoricheskaja_spravka"></span>
<span id="istoricheskaja_spravka"></span>
= Историческая справка =
= Historical background =
 
<div class="level1">
<div class="level1">
 
Одной из специфических особенностей блокчейнов (сначала биткоина, а потом и многих других) являются форматы адресов, проблема которых была в том, что это значительно затрудняет их корректное считывание пользователями.
One of the specific features of blockchains (first bitcoin, and then many others) are address formats, the problem of which was that it makes it much more difficult for users to read them correctly.
 
Энтузиаст и разработчик блокчейна Питер Уилле (Pieter Wuille) предложил модернизировать формат адресов в сети Bitcoin. Это предложение известно как BIP 173, или 4 bc1-адреса, и на май 2020 года оно было успешно внедрено в значительное количество криптопроектов, в том числе за рамками блокчейна Bitcoin.
Blockchain enthusiast and developer Pieter Wuille has proposed to modernize the format of addresses on the Bitcoin network. This proposal is known as BIP 173, or 4 bc1 addresses, and as of May 2020 it has been successfully implemented in a significant number of crypto projects, including those outside the Bitcoin blockchain.
 
На данный момент внедрённые изменения известны как Bech32-формат адресов. }
At the moment, the implemented changes are known as the Bech32 address format. }
 
 
</div>
</div>
<span id="adres_v_decimal"></span>
<span id="adres_v_decimal"></span>
= Адрес в Decimal =
= Address in Decimal =
 
<div class="level1">
<div class="level1">
 
Команда Decimal поддерживает Bech32 и обеспечила его уже на старте проекта DecimalChain.
The Decimal team supports Bech32 and provided it already at the start of the DecimalChain project.
 
 
</div>
</div>
<span id="adres_bech32_imeet_dlinu_kotoraja_ne_prevyshaet_90_simvolov_i_soderzhit"></span>
<span id="adres_bech32_imeet_dlinu_kotoraja_ne_prevyshaet_90_simvolov_i_soderzhit"></span>
===== Адрес Bech32 имеет длину, которая не превышает 90 символов, и содержит : =====
===== The address of Bech32 has a length that does not exceed 90 characters, and contains : =====
 
<div class="level5">
<div class="level5">
 
<ol>
<ol>
<li><div class="li">
<li><div class="li">
 
Часть, удобную для чтения человеком. Сюда входят данные, которые может понадобиться передать или которые имеют какое-либо отношение к владельцу адреса, длиной минимум в один символ. Например, по умолчанию для адресов mainnet используются символы «bc», а для testnet — символы «tb».
A part that is easy for a person to read. This includes data that may need to be transmitted or that has something to do with the owner of the address, at least one character long. For example, by default, "bc" characters are used for mainnet addresses, and "tb" characters are used for testnet.
 
</div></li>
</div></li>
<li><div class="li">
<li><div class="li">
 
разделителем является последний из символов «1».
the separator is the last of the characters "1".
 
</div></li>
</div></li>
<li><div class="li">
<li><div class="li">
 
Часть с данными имеет длину как минимум в шесть символов и состоит только из буквенно-цифровых символов, исключая «1», «b», «i», и «o».
The data part is at least six characters long and consists of alphanumeric characters only, excluding "1", "b", "i", and "o".
 
</div></li>
</div></li>
<li><div class="li">
<li><div class="li">
 
Чек-сумма. Последние шесть символов части данных образуют контрольную сумму и не содержат никакой информации.
Сheck-sum. The last six characters of the data part form a checksum and do not contain any information.
 
</div></li></ol>
</div></li></ol>
 
[[File:Wiki-2020-12-11_16-46-20.png|1000px|class=mediacenter]]
[[File:Wiki-2020-12-11_16-46-20.png|1000px|class=mediacenter]]
 
'''Все буквы являются строчными, хотя для генерации QR-кода возможно их преобразование в заглавные.'''  
'''All letters are lowercase, although it is possible to convert them to uppercase to generate a QR code.'''  
 
 
</div>
</div>
<span id="uslovija_vvoda_adresa"></span>
<span id="uslovija_vvoda_adresa"></span>
 
= Условия ввода адреса =
= Address entry conditions =
 
<div class="level1">
<div class="level1">
 
С целью исключения ошибки при ручном вводе адреса рекомендуется использовать буфер обмена. При ручном вводе учитывается регистр символов. В случае неверного ввода адреса монеты отправляются не по адресу или транзакция отклоняется.
In order to avoid errors when manually entering the address, it is recommended to use the clipboard. Manual input is case-sensitive. If the address is entered incorrectly, the coins are sent to the wrong address or the transaction is rejected.
 




</div>
</div>
<div style="clear:both">
<div style="clear:both">




</div>
</div>
 
</div>
</div>
  [[Category:Commoninfo]]
  [[Category:Commoninfo]]

Revision as of 11:31, 29 June 2022


Decimal address format

Decimal-address is the account number containing letters, numbers and symbols of the Latin alphabet. The address can be presented as a QR code, is anonymous and does not contain information about the owner.

Through the address, you can perform operations of transferring / receiving any tokens of the DecimalChain ecosystem, like working with e-mail messages. One person can create an unlimited number of addresses, for example, increasing the level of anonymity of their payments.

Historical background

One of the specific features of blockchains (first bitcoin, and then many others) are address formats, the problem of which was that it makes it much more difficult for users to read them correctly.

Blockchain enthusiast and developer Pieter Wuille has proposed to modernize the format of addresses on the Bitcoin network. This proposal is known as BIP 173, or 4 bc1 addresses, and as of May 2020 it has been successfully implemented in a significant number of crypto projects, including those outside the Bitcoin blockchain.

At the moment, the implemented changes are known as the Bech32 address format. }

Address in Decimal

The Decimal team supports Bech32 and provided it already at the start of the DecimalChain project.

The address of Bech32 has a length that does not exceed 90 characters, and contains :
  1. A part that is easy for a person to read. This includes data that may need to be transmitted or that has something to do with the owner of the address, at least one character long. For example, by default, "bc" characters are used for mainnet addresses, and "tb" characters are used for testnet.

  2. the separator is the last of the characters "1".

  3. The data part is at least six characters long and consists of alphanumeric characters only, excluding "1", "b", "i", and "o".

  4. Сheck-sum. The last six characters of the data part form a checksum and do not contain any information.

All letters are lowercase, although it is possible to convert them to uppercase to generate a QR code.

Address entry conditions

In order to avoid errors when manually entering the address, it is recommended to use the clipboard. Manual input is case-sensitive. If the address is entered incorrectly, the coins are sent to the wrong address or the transaction is rejected.