mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
fae7a369cb
The manpages are outdated and are very rarely updated when changes to the code happen.
33 lines
1.5 KiB
Groff
33 lines
1.5 KiB
Groff
.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 a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
|
||
|
||
Bitcoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Bitcoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
|
||
|
||
.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.
|
||
|