diff options
author | Ava Chow <github@achow101.com> | 2024-12-17 13:06:08 -0500 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-12-17 13:06:08 -0500 |
commit | 6db725662d9edff275abfac6ef3827ebec882f66 (patch) | |
tree | bee7b09350bfb9c77079e0a2e449093ef00eb944 /doc/man/bitcoin-qt.1 | |
parent | d6b225f1652526cb053ec32c8ff09160d5a759c5 (diff) | |
parent | 5576618152aff0358aeb1c5189422882b419de2d (diff) |
Merge bitcoin/bitcoin#31469: [28.x] 28.1rc2 backportsv28.1rc2
5576618152aff0358aeb1c5189422882b419de2d doc: update release notes for 28.1rc2 (Ava Chow)
01fe07a2cea07b6e72a33a5d230ec16118b9a26b examples: Generate example bitcoin.conf (Ava Chow)
7ddfcf32da7a0bfb40bc3b4f5d28ac078fd1c5d7 doc: Generate manpages (Ava Chow)
e0b27b234cb31f53ddd51a923d8f5d0a30f92375 build: Bump to 28.1rc2 (Ava Chow)
bdc6b3e531a107c52d73f72ddf788114381e241c Add release note for #31223 (Martin Zumsande)
a0585b6087ac2f3e54efa50795cba83caeac5ab0 test: add functional test for -port behavior (Martin Zumsande)
bbde830b97000b8bbfbaefc54504f659a34f651c net, init: derive default onion port if a user specified a -port (Martin Zumsande)
227642d5afeb9918269192500d1a41bcb64b51c5 test: fix MIN macro-redefinition (0xb10c)
b8112cf4226265a5b43e2b556ce9fa97caf3c28a util: use explicit cast in MultiIntBitSet::Fill() (Vasil Dimov)
2835158be0410fe82a56752d9ffe60e2a77dc0cd fuzz: add cstdlib to FuzzedDataProvider (fanquake)
Pull request description:
Backports:
* #31223
* #31448
* #31431
* #31419
ACKs for top commit:
hodlinator:
re-ACK 5576618152aff0358aeb1c5189422882b419de2d
Tree-SHA512: f99f3c5960f18f6894832c5f9a827f97fd3c6e086670341760ce1b77c304d53136492371c59148f3b4bbcfe2d5428c835fe632c61b229b40f1f6f6cf2b72cdca
Diffstat (limited to 'doc/man/bitcoin-qt.1')
-rw-r--r-- | doc/man/bitcoin-qt.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index 8e15e96b01..c8f1f5ae5d 100644 --- a/doc/man/bitcoin-qt.1 +++ b/doc/man/bitcoin-qt.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH BITCOIN-QT "1" "December 2024" "bitcoin-qt v28.1.0rc1" "User Commands" +.TH BITCOIN-QT "1" "December 2024" "bitcoin-qt v28.1.0rc2" "User Commands" .SH NAME -bitcoin-qt \- manual page for bitcoin-qt v28.1.0rc1 +bitcoin-qt \- manual page for bitcoin-qt v28.1.0rc2 .SH SYNOPSIS .B bitcoin-qt [\fI\,command-line options\/\fR] [\fI\,URI\/\fR] .SH DESCRIPTION -Bitcoin Core version v28.1.0rc1 +Bitcoin Core version v28.1.0rc2 .PP Optional URI is a Bitcoin address in BIP21 URI format. .SH OPTIONS @@ -352,7 +352,8 @@ Support filtering of blocks and transaction with bloom filters (default: .IP Listen for connections on <port> (default: 8333, testnet3: 18333, testnet4: 48333, signet: 38333, regtest: 18444). Not relevant for -I2P (see doc/i2p.md). +I2P (see doc/i2p.md). If set to a value x, the default onion +listening port will be set to x+1. .HP \fB\-proxy=\fR<ip:port|path> .IP |