bitcoin/doc/man/bitcoin.1

60 lines
2.0 KiB
Groff

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BITCOIN "1" "October 2025" "bitcoin v30.0.0rc3" "User Commands"
.SH NAME
bitcoin \- manual page for bitcoin v30.0.0rc3
.SH SYNOPSIS
.B bitcoin
[\fI\,OPTIONS\/\fR] \fI\,COMMAND\/\fR...
.SH OPTIONS
.TP
\fB\-m\fR, \fB\-\-multiprocess\fR
Run multiprocess binaries bitcoin\-node, bitcoin\-gui.
.TP
\fB\-M\fR, \fB\-\-monolithic\fR
Run monolithic binaries bitcoind, bitcoin\-qt. (Default behavior)
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-h\fR, \fB\-\-help\fR
Show full help message
.SS "Commands:"
.TP
gui [ARGS]
Start GUI, equivalent to running 'bitcoin\-qt [ARGS]' or 'bitcoin\-gui [ARGS]'.
.TP
node [ARGS]
Start node, equivalent to running 'bitcoind [ARGS]' or 'bitcoin\-node [ARGS]'.
.TP
rpc [ARGS]
Call RPC method, equivalent to running 'bitcoin\-cli \fB\-named\fR [ARGS]'.
.TP
wallet [ARGS]
Call wallet command, equivalent to running 'bitcoin\-wallet [ARGS]'.
.TP
tx [ARGS]
Manipulate hex\-encoded transactions, equivalent to running 'bitcoin\-tx [ARGS]'.
.TP
help
Show full help message.
.SS "Additional less commonly used commands:"
.TP
bench [ARGS]
Run bench command, equivalent to running 'bench_bitcoin [ARGS]'.
.IP
chainstate [ARGS] Run bitcoin kernel chainstate util, equivalent to running 'bitcoin\-chainstate [ARGS]'.
test [ARGS] Run unit tests, equivalent to running 'test_bitcoin [ARGS]'.
test\-gui [ARGS] Run GUI unit tests, equivalent to running 'test_bitcoin\-qt [ARGS]'.
.SH COPYRIGHT
Copyright (C) 2009-2025 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org/> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/license/MIT>
.SH "SEE ALSO"
bitcoin(1), bitcoind(1), bitcoin-cli(1), bitcoin-tx(1), bitcoin-wallet(1), bitcoin-util(1), bitcoin-qt(1)