Wladimir J. van der Laan
8 years ago
11 changed files with 9 additions and 100 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
doc/man/bitcoin-qt.1 |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
doc/man/bitcoin-tx.1 |
@ -1,3 +1,2 @@
@@ -1,3 +1,2 @@
|
||||
debian/manpages/bitcoind.1 |
||||
debian/manpages/bitcoin.conf.5 |
||||
debian/manpages/bitcoin-cli.1 |
||||
doc/man/bitcoind.1 |
||||
doc/man/bitcoin-cli.1 |
||||
|
@ -1,21 +0,0 @@
@@ -1,21 +0,0 @@
|
||||
.TH BITCOIN-CLI "1" "February 2016" "bitcoin-cli 0.12" |
||||
.SH NAME |
||||
bitcoin-cli \- a remote procedure call client for Bitcoin Core. |
||||
.SH SYNOPSIS |
||||
bitcoin-cli [options] <command> [params] \- Send command to Bitcoin Core. |
||||
.TP |
||||
bitcoin-cli [options] help \- Asks Bitcoin Core for a list of supported commands. |
||||
.SH DESCRIPTION |
||||
This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client used to send commands to Bitcoin Core. |
||||
|
||||
.SH OPTIONS |
||||
.TP |
||||
\fB\-?\fR |
||||
Show possible options. |
||||
|
||||
.SH "SEE ALSO" |
||||
\fBbitcoind\fP, \fBbitcoin.conf\fP |
||||
.SH AUTHOR |
||||
This manual page was written by Ciemon Dunville <ciemon@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. |
||||
|
||||
The complete text of the MIT License can be found on the web at \fIhttp://opensource.org/licenses/MIT\fP. |
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
.TH BITCOIN-QT "1" "February 2016" "bitcoin-qt 0.12" |
||||
.SH NAME |
||||
bitcoin-qt \- peer-to-peer network based digital currency |
||||
.SH DESCRIPTION |
||||
.SS "Usage:" |
||||
.IP |
||||
bitcoin\-qt [command\-line options] |
||||
.SH OPTIONS |
||||
.TP |
||||
\-? |
||||
List options. |
||||
.SH "SEE ALSO" |
||||
bitcoind(1) |
@ -1,19 +0,0 @@
@@ -1,19 +0,0 @@
|
||||
.TH BITCOIN.CONF "5" "February 2016" "bitcoin.conf 0.12" |
||||
.SH NAME |
||||
bitcoin.conf \- bitcoin configuration file |
||||
.SH SYNOPSIS |
||||
All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. |
||||
.TP |
||||
The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. Please refer to bitcoind(1) for a up to date list of valid options. |
||||
.TP |
||||
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, bitcoind(1) will look for a file named bitcoin.conf(5) in the bitcoin data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. |
||||
.SH LOCATION |
||||
bitcoin.conf should be located in $HOME/.bitcoin |
||||
|
||||
.SH "SEE ALSO" |
||||
bitcoind(1) |
||||
.SH AUTHOR |
||||
This manual page was written by Micah Anderson <micah@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. |
||||
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. |
||||
|
@ -1,30 +0,0 @@
@@ -1,30 +0,0 @@
|
||||
.TH BITCOIND "1" "February 2016" "bitcoind 0.12" |
||||
.SH NAME |
||||
bitcoind \- peer-to-peer network based digital currency |
||||
.SH SYNOPSIS |
||||
bitcoin [options] <command> [params] |
||||
.TP |
||||
bitcoin [options] help <command> \- Get help for a command |
||||
.SH DESCRIPTION |
||||
This manual page documents the bitcoind program. Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin Core is the name of open source software which enables the use of this currency. |
||||
|
||||
.SH OPTIONS |
||||
.TP |
||||
\-? |
||||
List of possible options. |
||||
.SH COMMANDS |
||||
.TP |
||||
\fBhelp\fR |
||||
List commands. |
||||
|
||||
.TP |
||||
\fBhelp 'command'\fR |
||||
Get help for a command. |
||||
|
||||
.SH "SEE ALSO" |
||||
bitcoin.conf(5) |
||||
.SH AUTHOR |
||||
This manual page was written by Micah Anderson <micah@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. |
||||
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. |
||||
|
Loading…
Reference in new issue