Skip to content

Commit

Permalink
Merge branch 'rebase' of https://github.com/peercoin/peercoin into re…
Browse files Browse the repository at this point in the history
…base
  • Loading branch information
peerchemist committed Feb 19, 2019
2 parents 6f84396 + f2ea6df commit 32b0a8a
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
26 changes: 13 additions & 13 deletions doc/man/bitcoin-cli.1 → doc/man/peercoin-cli.1
@@ -1,17 +1,17 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-CLI "1" "September 2018" "bitcoin-cli v0.16.3.0" "User Commands"
.TH PEERCOIN-CLI "1" "September 2018" "peercoin-cli v0.8.0" "User Commands"
.SH NAME
bitcoin-cli \- manual page for bitcoin-cli v0.16.3.0
peercoin-cli \- manual page for peercoin-cli v0.8.0
.SH DESCRIPTION
Bitcoin Core RPC client version v0.16.3.0
Peercoin Core RPC client version v0.8.0
.SS "Usage:"
.TP
bitcoin\-cli [options] <command> [params]
Send command to Bitcoin Core
peercoin\-cli [options] <command> [params]
Send command to Peercoin Core
.IP
bitcoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Bitcoin Core (with named arguments)
bitcoin\-cli [options] help List commands
bitcoin\-cli [options] help <command> Get help for a command
peercoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Peercoin Core (with named arguments)
peercoin\-cli [options] help List commands
peercoin\-cli [options] help <command> Get help for a command
.SH OPTIONS
.HP
\-?
Expand All @@ -20,7 +20,7 @@ This help message
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: peercoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Expand Down Expand Up @@ -93,14 +93,14 @@ input is used for the RPC password.
\fB\-rpcwallet=\fR<walletname>
.IP
Send RPC for non\-default wallet on RPC server (argument is wallet
filename in bitcoind directory, required if bitcoind/\-Qt runs
filename in peercoind directory, required if peercoind/\-Qt runs
with multiple wallets)
.SH COPYRIGHT
Copyright (C) 2009-2018 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>.
Please contribute if you find Peercoin Core useful. Visit
<https://peercoincore.org> for further information about the software.
The source code is available from <https://github.com/peercoin/peercoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
18 changes: 9 additions & 9 deletions doc/man/bitcoin-qt.1 → doc/man/peercoin-qt.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-QT "1" "September 2018" "bitcoin-qt v0.16.3.0" "User Commands"
.TH PEERCOIN-QT "1" "September 2018" "peercoin-qt v0.8.0" "User Commands"
.SH NAME
bitcoin-qt \- manual page for bitcoin-qt v0.16.3.0
peercoin-qt \- manual page for peercoin-qt v0.8.0
.SH DESCRIPTION
Bitcoin Core version v0.16.3.0 (64\-bit)
Peercoin Core version v0.8.0 (64\-bit)
Usage:
.IP
bitcoin\-qt [command\-line options]
peercoin\-qt [command\-line options]
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -38,7 +38,7 @@ testnet:
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: peercoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Expand Down Expand Up @@ -86,7 +86,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: peercoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
Expand Down Expand Up @@ -563,9 +563,9 @@ Reset all settings changed in the GUI
.SH COPYRIGHT
Copyright (C) 2009-2018 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>.
Please contribute if you find Peercoin Core useful. Visit
<https://peercoincore.org> for further information about the software.
The source code is available from <https://github.com/peercoin/peercoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
20 changes: 10 additions & 10 deletions doc/man/bitcoin-tx.1 → doc/man/peercoin-tx.1
@@ -1,16 +1,16 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-TX "1" "September 2018" "bitcoin-tx v0.16.3.0" "User Commands"
.TH PEERCOIN-TX "1" "September 2018" "peercoin-tx v0.8.0" "User Commands"
.SH NAME
bitcoin-tx \- manual page for bitcoin-tx v0.16.3.0
peercoin-tx \- manual page for peercoin-tx v0.8.0
.SH DESCRIPTION
Bitcoin Core bitcoin\-tx utility version v0.16.3.0
Peercoin Core peercoin\-tx utility version v0.8.0
.SS "Usage:"
.TP
bitcoin\-tx [options] <hex\-tx> [commands]
Update hex\-encoded bitcoin transaction
peercoin\-tx [options] <hex\-tx> [commands]
Update hex\-encoded peercoin transaction
.TP
bitcoin\-tx [options] \fB\-create\fR [commands]
Create hex\-encoded bitcoin transaction
peercoin\-tx [options] \fB\-create\fR [commands]
Create hex\-encoded peercoin transaction
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -114,9 +114,9 @@ Set register NAME to given JSON\-STRING
.SH COPYRIGHT
Copyright (C) 2009-2018 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>.
Please contribute if you find Peercoin Core useful. Visit
<https://peercoincore.org> for further information about the software.
The source code is available from <https://github.com/peercoin/peercoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
20 changes: 10 additions & 10 deletions doc/man/bitcoind.1 → doc/man/peercoind.1
@@ -1,13 +1,13 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIND "1" "September 2018" "bitcoind v0.16.3.0" "User Commands"
.TH PEERCOIND "1" "September 2018" "peercoind v0.8.0" "User Commands"
.SH NAME
bitcoind \- manual page for bitcoind v0.16.3.0
peercoind \- manual page for peercoind v0.8.0
.SH DESCRIPTION
Bitcoin Core Daemon version v0.16.3.0
Peercoin Core Daemon version v0.8.0
.SS "Usage:"
.TP
bitcoind [options]
Start Bitcoin Core Daemon
peercoind [options]
Start Peercoin Core Daemon
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -39,7 +39,7 @@ testnet:
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: peercoin.conf)
.HP
\fB\-daemon\fR
.IP
Expand Down Expand Up @@ -91,7 +91,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: peercoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
Expand Down Expand Up @@ -542,9 +542,9 @@ Set the number of threads to service RPC calls (default: 4)
.SH COPYRIGHT
Copyright (C) 2009-2018 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>.
Please contribute if you find Peercoin Core useful. Visit
<https://peercoincore.org> for further information about the software.
The source code is available from <https://github.com/peercoin/peercoin>.

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

0 comments on commit 32b0a8a

Please sign in to comment.