#include <bitcoin-build-config.h>
#include <clientversion.h>
#include <tinyformat.h>
#include <util/string.h>
#include <string>
#include <vector>
#include <bitcoin-build-info.h>
Go to the source code of this file.
◆ BUILD_DESC
| #define BUILD_DESC "v" CLIENT_VERSION_STRING |
◆ BUILD_SUFFIX
| #define BUILD_SUFFIX "-unk" |
◆ FormatFullVersion()
| std::string FormatFullVersion |
( |
| ) |
|
◆ FormatSubVersion()
| std::string FormatSubVersion |
( |
const std::string & |
name, |
|
|
int |
nClientVersion, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
◆ FormatVersion()
| static std::string FormatVersion |
( |
int |
nVersion | ) |
|
|
static |
◆ UA_NAME()
| const std::string UA_NAME |
( |
"Satoshi" |
| ) |
|
Name of client reported in the 'version' message.
Report the same name for both bitcoind and bitcoin-qt, to make it harder for attackers to target servers or GUI users specifically.