aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2014-04-03 23:51:08 +0100
committerJ Ross Nicoll <[email protected]>2015-10-31 14:49:41 +0000
commit0e852c908c0375ae2bbda345efcb6bfdd313c8ab (patch)
tree2330dd1a6d1dedc72a22273b2d1a08342744624f
parentUnused currently, but changed to Dogecoin specific stuff incase of future imp... (diff)
downloaddiscoin-0e852c908c0375ae2bbda345efcb6bfdd313c8ab.tar.xz
discoin-0e852c908c0375ae2bbda345efcb6bfdd313c8ab.zip
Replaced remaining references to Bitcoin, with Dogecoin, in Debian contrib.
-rw-r--r--contrib/debian/README.md14
-rw-r--r--contrib/debian/dogecoin-qt.install2
-rw-r--r--contrib/debian/dogecoind.install2
-rw-r--r--contrib/debian/dogecoind.manpages4
-rw-r--r--contrib/debian/examples/dogecoin.conf (renamed from contrib/debian/examples/bitcoin.conf)2
-rw-r--r--contrib/debian/manpages/dogecoin-cli.120
-rwxr-xr-xcontrib/debian/rules2
-rw-r--r--contrib/dogecoind.bash-completion (renamed from contrib/bitcoind.bash-completion)0
8 files changed, 23 insertions, 23 deletions
diff --git a/contrib/debian/README.md b/contrib/debian/README.md
index fab9cc238..3366ed5d4 100644
--- a/contrib/debian/README.md
+++ b/contrib/debian/README.md
@@ -1,21 +1,21 @@
Debian
====================
-This directory contains files used to package bitcoind/bitcoin-qt
-for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
+This directory contains files used to package dogecoind/dogecoin-qt
+for Debian-based Linux systems. If you compile dogecoind/dogecoin-qt yourself, there are some useful files here.
-## bitcoin: URI support ##
+## dogecoin: URI support ##
-bitcoin-qt.desktop (Gnome / Open Desktop)
+dogecoin-qt.desktop (Gnome / Open Desktop)
To install:
- sudo desktop-file-install bitcoin-qt.desktop
+ sudo desktop-file-install dogecoin-qt.desktop
sudo update-desktop-database
If you build yourself, you will either need to modify the paths in
-the .desktop file or copy or symlink your bitcoin-qt binary to `/usr/bin`
+the .desktop file or copy or symlink your dogecoin-qt binary to `/usr/bin`
and the `../../share/pixmaps/bitcoin128.png` to `/usr/share/pixmaps`
-bitcoin-qt.protocol (KDE)
+dogecoin-qt.protocol (KDE)
diff --git a/contrib/debian/dogecoin-qt.install b/contrib/debian/dogecoin-qt.install
index 383d11729..df105e235 100644
--- a/contrib/debian/dogecoin-qt.install
+++ b/contrib/debian/dogecoin-qt.install
@@ -3,4 +3,4 @@ share/pixmaps/bitcoin32.xpm usr/share/pixmaps
share/pixmaps/bitcoin16.xpm usr/share/pixmaps
share/pixmaps/bitcoin128.png usr/share/pixmaps
debian/dogecoin-qt.desktop usr/share/applications
-debian/dogecoin-qt.protocol usr/share/kde4/services/ \ No newline at end of file
+debian/dogecoin-qt.protocol usr/share/kde4/services/
diff --git a/contrib/debian/dogecoind.install b/contrib/debian/dogecoind.install
index 27cb31d60..5dc610b9c 100644
--- a/contrib/debian/dogecoind.install
+++ b/contrib/debian/dogecoind.install
@@ -1,2 +1,2 @@
usr/local/bin/dogecoind usr/bin
-usr/local/bin/dogecoin-cli usr/bin \ No newline at end of file
+usr/local/bin/dogecoin-cli usr/bin
diff --git a/contrib/debian/dogecoind.manpages b/contrib/debian/dogecoind.manpages
index 8673ad43b..64dc22ed3 100644
--- a/contrib/debian/dogecoind.manpages
+++ b/contrib/debian/dogecoind.manpages
@@ -1,3 +1,3 @@
debian/manpages/dogecoind.1
-debian/manpages/dogercoin.conf.5
-debian/manpages/dogecoin-cli.1 \ No newline at end of file
+debian/manpages/dogecoin.conf.5
+debian/manpages/dogecoin-cli.1
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/dogecoin.conf
index 8b53577d5..a3e3ece35 100644
--- a/contrib/debian/examples/bitcoin.conf
+++ b/contrib/debian/examples/dogecoin.conf
@@ -130,4 +130,4 @@
#min=1
# Minimize to the system tray
-#minimizetotray=1 \ No newline at end of file
+#minimizetotray=1
diff --git a/contrib/debian/manpages/dogecoin-cli.1 b/contrib/debian/manpages/dogecoin-cli.1
index f953ae9db..b05797650 100644
--- a/contrib/debian/manpages/dogecoin-cli.1
+++ b/contrib/debian/manpages/dogecoin-cli.1
@@ -1,12 +1,12 @@
-.TH BITCOIN-CLI "1" "February 2015" "bitcoin-cli 0.10"
+.TH DOGECOIN-CLI "1" "February 2015" "dogecoin-cli 0.10"
.SH NAME
-bitcoin-cli \- a remote procedure call client for Bitcoin Core.
+dogecoin-cli \- a remote procedure call client for Dogecoin Core.
.SH SYNOPSIS
-bitcoin-cli [options] <command> [params] \- Send command to Bitcoin Core.
+dogecoin-cli [options] <command> [params] \- Send command to Dogecoin Core.
.TP
-bitcoin-cli [options] help \- Asks Bitcoin Core for a list of supported commands.
+dogecoin-cli [options] help \- Asks Dogecoin 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.
+This manual page documents the dogecoin-cli program. dogecoin-cli is an RPC client used to send commands to Dogecoin Core.
.SH OPTIONS
.TP
@@ -14,16 +14,16 @@ This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client
Show the help message.
.TP
\fB\-conf=\fR<file>
-Specify configuration file (default: bitcoin.conf).
+Specify configuration file (default: dogecoin.conf).
.TP
\fB\-datadir=\fR<dir>
Specify data directory.
.TP
\fB\-testnet\fR
-Connect to a Bitcoin Core instance running in testnet mode.
+Connect to a Dogecoin Core instance running in testnet mode.
.TP
\fB\-regtest\fR
-Connect to a Bitcoin Core instance running in regtest mode (see documentation for -regtest on bitcoind).
+Connect to a Dogecoin Core instance running in regtest mode (see documentation for -regtest on dogecoind).
.TP
\fB\-rpcuser=\fR<user>
Username for JSON\-RPC connections.
@@ -32,7 +32,7 @@ Username for JSON\-RPC connections.
Password for JSON\-RPC connections.
.TP
\fB\-rpcport=\fR<port>
-Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332).
+Listen for JSON\-RPC connections on <port> (default: 22555 or testnet: 44555).
.TP
\fB\-rpcconnect=\fR<ip>
Send commands to node running on <ip> (default: 127.0.0.1).
@@ -41,7 +41,7 @@ Send commands to node running on <ip> (default: 127.0.0.1).
Use OpenSSL (https) for JSON\-RPC connections (see the Bitcoin Wiki for SSL setup instructions).
.SH "SEE ALSO"
-\fBbitcoind\fP, \fBbitcoin.conf\fP
+\fBdogecoind\fP, \fBdogecoin.conf\fP
.SH AUTHOR
This manual page was written by Ciemon Dunville <[email protected]>. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.
diff --git a/contrib/debian/rules b/contrib/debian/rules
index f861bcf3d..0fb1a065d 100755
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -22,4 +22,4 @@ override_dh_auto_configure:
./configure
override_dh_auto_test:
- make check \ No newline at end of file
+ make check
diff --git a/contrib/bitcoind.bash-completion b/contrib/dogecoind.bash-completion
index 1fb740e8d..1fb740e8d 100644
--- a/contrib/bitcoind.bash-completion
+++ b/contrib/dogecoind.bash-completion