mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
.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.
|
|
|