Skip to content

Commit

Permalink
doc, contrib: Generate manual pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Feb 5, 2024
1 parent eb97a1b commit b98675b
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 199 deletions.
12 changes: 6 additions & 6 deletions contrib/devtools/gen-manpages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
import tempfile

BINARIES = [
'src/bitcoind',
'src/bitcoin-cli',
'src/bitcoin-tx',
'src/bitcoin-wallet',
'src/bitcoin-util',
'src/qt/bitcoin-qt',
'src/blackmored',
'src/blackmore-cli',
'src/blackmore-tx',
'src/blackmore-wallet',
'src/blackmore-util',
'src/qt/blackmore-qt',
]

# Paths to external utilities.
Expand Down
45 changes: 24 additions & 21 deletions doc/man/blackmore-cli.1
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BITCOIN-CLI "1" "November 2023" "bitcoin-cli v26.0.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH BLACKMORE-CLI "1" "February 2024" "blackmore-cli v26.0.0" "User Commands"
.SH NAME
bitcoin-cli \- manual page for bitcoin-cli v26.0.0
blackmore-cli \- manual page for blackmore-cli v26.0.0
.SH SYNOPSIS
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
.B blackmore-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Blackcoin More\/\fR
.br
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,-named <command> \/\fR[\fI\,name=value\/\fR]... \fI\,Send command to Bitcoin Core (with named arguments)\/\fR
.B blackmore-cli
[\fI\,options\/\fR] \fI\,-named <command> \/\fR[\fI\,name=value\/\fR]... \fI\,Send command to Blackcoin More (with named arguments)\/\fR
.br
.B bitcoin-cli
.B blackmore-cli
[\fI\,options\/\fR] \fI\,help List commands\/\fR
.br
.B bitcoin-cli
.B blackmore-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Bitcoin Core RPC client version v26.0.0
Blackcoin More RPC client version v26.0.0
.SH OPTIONS
.HP
\-?
Expand All @@ -37,7 +37,7 @@ and OS is not WIN32), never.
\fB\-conf=\fR<file>
.IP
Specify configuration file. Relative paths will be prefixed by datadir
location. (default: bitcoin.conf)
location. (default: blackmore.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Expand All @@ -49,8 +49,8 @@ Generate blocks, equivalent to RPC getnewaddress followed by RPC
generatetoaddress. Optional positional integer arguments are
number of blocks to generate (default: 1) and maximum iterations
to try (default: 1000000), equivalent to RPC generatetoaddress
nblocks and maxtries arguments. Example: bitcoin\-cli \fB\-generate\fR 4
1000
nblocks and maxtries arguments. Example: blackmore\-cli \fB\-generate\fR
4 1000
.HP
\fB\-getinfo\fR
.IP
Expand Down Expand Up @@ -91,8 +91,8 @@ Password for JSON\-RPC connections
.HP
\fB\-rpcport=\fR<port>
.IP
Connect to JSON\-RPC on <port> (default: 8332, testnet: 18332, signet:
38332, regtest: 18443)
Connect to JSON\-RPC on <port> (default: 15715, testnet: 25715, signet:
45715, regtest: 35715)
.HP
\fB\-rpcuser=\fR<user>
.IP
Expand All @@ -110,9 +110,9 @@ timeout. (default: 0)
\fB\-rpcwallet=\fR<walletname>
.IP
Send RPC for non\-default wallet on RPC server (needs to exactly match
corresponding \fB\-wallet\fR option passed to bitcoind). This changes
corresponding \fB\-wallet\fR option passed to blackmored). This changes
the RPC endpoint used, e.g.
http://127.0.0.1:8332/wallet/<walletname>
http://127.0.0.1:15715/wallet/<walletname>
.HP
\fB\-stdin\fR
.IP
Expand Down Expand Up @@ -170,11 +170,14 @@ network seed node(s))
.IP
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR.
.SH COPYRIGHT
Copyright (C) 2009-2023 The Bitcoin Core developers
Copyright (C) 2009-2024 The Bitcoin Core Developers
Copyright (C) 2014-2018 The Blackcoin Developers
Copyright (C) 2018-2024 The Blackcoin More 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>.
Please contribute if you find Blackcoin More useful. Visit
<https://blackcoinmore.org/> for further information about the software.
The source code is available from
<https://github.com/CoinBlack/blackcoin-more>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
Loading

0 comments on commit b98675b

Please sign in to comment.