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 address format
                     |title= Decimal address format - Decimal Wiki
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Decimal address format
                     |keywords= Decimal address format
                     |description= Decimal Address Format
                     |description= Decimal Address Format
                     }}
                     }}
<div class="mikio-article-content">
'''Decimal address''' is the account number containing letters, numbers and symbols of the Latin alphabet. The address can be presented as a [[wikipedia:QR code|QR code]], is anonymous and does not contain information about the owner.
   
   
<div class="mikio-tags">
Through the address, you can perform operations of transferring / receiving any tokens of the [[Decimal ecosystem|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>
<span id="format_adresov_decimal"></span>
= Decimal address format =
<div class="level1">
'''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.
</div>
<span id="istoricheskaja_spravka"></span>
= Historical background =
<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.
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. }
== Historical background ==
One of the specific features of [[blockchain]]s (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.
   
   
</div>
Blockchain enthusiast and developer [[wikipedia:Pieter Wuille|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.
<span id="adres_v_decimal"></span>
= Address in Decimal =
   
   
<div class="level1">
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 Decimal team supports Bech32 and provided it already at the start of the DecimalChain project.
   
   
</div>
=== The address of Bech32 has a length that does not exceed 90 characters, and contains : ===
<span id="adres_bech32_imeet_dlinu_kotoraja_ne_prevyshaet_90_simvolov_i_soderzhit"></span>
[[File:Wiki-2020-12-11_16-46-20.png|600px|thumb|right]]
===== The address of Bech32 has a length that does not exceed 90 characters, and contains : =====
* 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.
* The separator is the last of the characters "1".
<div class="level5">
* The data part is at least six characters long and consists of alphanumeric characters only, excluding "1", "b", "i", and "o".
* Сheck-sum. The last six characters of the data part form a checksum and do not contain any information.
   
   
<ol>
''All letters are lowercase, although it is possible to convert them to uppercase to generate a QR code.''
<li><div class="li">
   
   
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.
== Address entry conditions ==
{{warning|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 [[coin]]s are sent to the wrong address or the [[transaction]] is rejected.}}
</div></li>
<li><div class="li">
the separator is the last of the characters "1".
</div></li>
<li><div class="li">
The data part is at least six characters long and consists of alphanumeric characters only, excluding "1", "b", "i", and "o".
</div></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>
[[File:Wiki-2020-12-11_16-46-20.png|1000px|class=mediacenter]]
'''All letters are lowercase, although it is possible to convert them to uppercase to generate a QR code.'''
</div>
<span id="uslovija_vvoda_adresa"></span>
= Address entry conditions =
<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 style="clear:both">


 
[[Category:Commoninfo]]
</div>
[[Category:Blockchain]]
[[Category:Cryptography]]
</div>
[[Category:Decimal Console]]
[[Category:Commoninfo]]

Revision as of 10:01, 15 February 2024

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 :

  • 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.
  • The separator is the last of the characters "1".
  • The data part is at least six characters long and consists of alphanumeric characters only, excluding "1", "b", "i", and "o".
  • С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

Note  PAY ATTENTION PLEASE! 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.