Skip to content

bitcoin-inquisition/binana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Bitcoin Inquisition Numbers And Names Authority

This repo assigns unique identifiers to proposed changes to Bitcoin. Identifiers take the form "BIN-YYYY-NNNN" where YYYY is a four digit year, and NNNN is a four digit identifier. A particular revision of a proposal may be identified by appending ".RRR", the three digit revision number.

2024 Identifiers

Identifier Status Name
BIN-2024-0001 Draft OP_CAT
BIN-2024-0002 Active Heretical Deployments
BIN-2024-0003 Draft CHECKSIGFROMSTACK
BIN-2024-0004 Draft OP_INTERNALKEY
BIN-2024-0005 Info Bitcoin Related Specifications

Notes

Proposal identifiers may be minified by omitting the leading dash, using a two digit year, and omitting leading zeroes, eg BIN-2024-0001 becomes BIN24-1, and its third revision, BIN-2024-0001.003 would become BIN24-1.3.

Proposal identifiers can be converted into a 27 bit numeric identifier as follows:

    id = ((year % 32) << 22) | ((number % 16384) << 8) | (revision % 256)

In general, identifiers will be assigned very liberally, with proposals only being rejected if they are spam, duplicates, or unrelated to Bitcoin. The assignment of an identifier does not indicate endorsement, or that a change would be an improvement, or even that a change is possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •