Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bip-0014.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Bitcoin user agents are a modified browser user agent with more structure to aid

Basic format:

/Name:Version/Name:Version/.../
Name:Version/Name:Version/.../Name:Version

Example:

/Satoshi:5.64/bitcoin-qt:0.4/
/Satoshi:5.12/Spesmilo:0.8/
Satoshi:5.64/bitcoin-qt:0.4
Satoshi:5.12/Spesmilo:0.8

Here bitcoin-qt and Spesmilo may use protocol version 5.0, however the internal codebase they use are different versions of the same software. The version numbers are not defined to any strict format, although this guide recommends:

Expand Down