BMP Protocol
- Hashpower percentage is calculated with the last 4,032 blocks of Bitcoin Cash (BCH).
- Miners power is calculated proportionally with coinbase addresses in output or OP_RETURN.
- Actions (transactions) without hashpower are ignored.
- Miners power changes with each block.
- Actions power never changes.
- BMP code obeys hashpower.
Status | Coinbase | Action | BMP | ID | P1 | P2 | P3 | P4 | P5 |
IMPLEMENTED | x | power_by_value | | | | | | | |
IMPLEMENTED | x | power_by_opreturn | 9d | 00 | quota[3] | address[40] | | | |
IMPLEMENTED | | chat | 9d | 02 | time[5] | channel[1] | msg[200] | | | Example (12) |
IMPLEMENTED | | miner_parameter | 9d | 03 | key[10] | value[200] | | | | Example (2) |
IMPLEMENTED | | vote | 9d | 04 | txid[32] | type_vote[1] | voting_validity[1] | vote[1] | comment[160] | Example (10) |
IMPLEMENTED | | voting | 9d | 05 | type_voting[1] | type_vote[1] | parameters_num[1] | blocks_to_closed[3] | question[200] | Example (8) |
IMPLEMENTED | | voting_parameter | 9d | 06 | txid[32] | type[1] | order[1] | text[160] | | Example (29) |
IDEA | | bmp_parameter | 9d | 08 | key[10] | value[200] | | | |
IDEA | | cancel | 9d | 09 | action[32] | | | | |
IDEA | | private_msg | 9d | 0a | | | | | |
IDEA | | forum | 9d | 0b | | | | | |
IDEA | | documents | 9d | 0c | | | | | |
IDEA | | teams | 9d | 0d | | | | | |
IDEA | | projects | 9d | 0e | | | | | |
IDEA | | funding | 9d | 0f | | | | | |
IDEA | | scrum_board | 9d | 10 | | | | | |
- More detailed specification in code.
- In development... Changes will occur.
- BMP 0.4.3