Authentication and key distribution in bitcoin

1

After going through the bitcoin protocol documentation it is still unclear to me how the bitcoin client is authenticated. Where can I find an overview of what the client sends and receives on the wire during authentication?

Sebi

Posted 2015-06-09T13:07:56.523

Reputation: 151

Answers

2

There is no "authentication" in bitcoin protocol. It is not encrypted also.

You can use wireshark to investigate handshake packets

amaclin

Posted 2015-06-09T13:07:56.523

Reputation: 5 763

That is what I basically wanted to know.Sebi 2015-06-09T13:16:24.183