diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 8374653f9..d2ccd5169 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -44,3 +44,18 @@ References: `Main site <https://www.nvidia.com/en-us/geforce-now/>`_. Generic web traffic from Nvidia sites. References: `Main site <https://www.nvidia.com>`_. + + +.. _Proto 343: + +`NDPI_PROTOCOL_BITCOIN` +====================== +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.
\ No newline at end of file |