Skip to content

Commit

Permalink
add a brief version.
Browse files Browse the repository at this point in the history
Add notes on the difference between normal bitcoin protocol and the
mining protocol.

Signed-off-by: Mahmoud Maatuq <[email protected]>
  • Loading branch information
mmaatuq committed May 31, 2023
1 parent b1da406 commit 87429d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/protocols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ References: `Main site <https://www.nvidia.com>`_.
Bitcoin is one of the most common crypto currencies.

References: `Main site <https://en.bitcoin.it/wiki/Protocol_documentation>`_.

Notes:

- Not each crypto exchange is a mining, it could be a normal transaction, sending or receving.
- Bitcoin network protocol covers the broader set of rules that govern how all nodes in the network communicate and sync with each others blocks and transactions.
- On the other hand mining protocols are more specific and deal directly with how miners interact with the network and participate in the mining process.

0 comments on commit 87429d5

Please sign in to comment.