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 30, 2023
1 parent 315f6eb commit d4f5523
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 d4f5523

Please sign in to comment.