diff --git a/contrib/bitcoind.bash-completion b/contrib/bitcoind.bash-completion index 3cc959c0a..1fb740e8d 100644 --- a/contrib/bitcoind.bash-completion +++ b/contrib/bitcoind.bash-completion @@ -1,12 +1,12 @@ -# bash programmable completion for bitcoind(1) and bitcoin-cli(1) +# bash programmable completion for dogecoind(1) and dogecoin-cli(1) # Copyright (c) 2012,2014 Christian von Roques # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -have bitcoind && { +have dogecoind && { -# call $bitcoind for RPC -_bitcoin_rpc() { +# call $dogecoind for RPC +_dogecoin_rpc() { # determine already specified args necessary for RPC local rpcargs=() for i in ${COMP_LINE}; do @@ -16,23 +16,23 @@ _bitcoin_rpc() { ;; esac done - $bitcoind "${rpcargs[@]}" "$@" + $dogecoind "${rpcargs[@]}" "$@" } -# Add bitcoin accounts to COMPREPLY -_bitcoin_accounts() { +# Add dogecoin accounts to COMPREPLY +_dogecoin_accounts() { local accounts - accounts=$(_bitcoin_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') + accounts=$(_dogecoin_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "$accounts" -- "$cur" ) ) } -_bitcoind() { +_dogecoind() { local cur prev words=() cword - local bitcoind + local dogecoind - # save and use original argument to invoke bitcoind - # bitcoind might not be in $PATH - bitcoind="$1" + # save and use original argument to invoke dogecoind + # dogecoind might not be in $PATH + dogecoind="$1" COMPREPLY=() _get_comp_words_by_ref -n = cur prev words cword @@ -74,7 +74,7 @@ _bitcoind() { return 0 ;; move|setaccount) - _bitcoin_accounts + _dogecoin_accounts return 0 ;; esac @@ -90,7 +90,7 @@ _bitcoind() { return 0 ;; getaccountaddress|getaddressesbyaccount|getbalance|getnewaddress|getreceivedbyaccount|listtransactions|move|sendfrom|sendmany) - _bitcoin_accounts + _dogecoin_accounts return 0 ;; esac @@ -114,12 +114,12 @@ _bitcoind() { # only parse --help if senseful if [[ -z "$cur" || "$cur" =~ ^- ]]; then - helpopts=$($bitcoind --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) + helpopts=$($dogecoind --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) fi # only parse help if senseful if [[ -z "$cur" || "$cur" =~ ^[a-z] ]]; then - commands=$(_bitcoin_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') + commands=$(_dogecoin_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') fi COMPREPLY=( $( compgen -W "$helpopts $commands" -- "$cur" ) ) @@ -133,7 +133,7 @@ _bitcoind() { esac } -complete -F _bitcoind bitcoind bitcoin-cli +complete -F _dogecoind dogecoind dogecoin-cli } # Local variables: diff --git a/contrib/debian/bitcoin-qt.desktop b/contrib/debian/bitcoin-qt.desktop index 61e1aca6a..1bc3779f2 100644 --- a/contrib/debian/bitcoin-qt.desktop +++ b/contrib/debian/bitcoin-qt.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Encoding=UTF-8 -Name=Bitcoin -Comment=Bitcoin P2P Cryptocurrency -Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi -Exec=bitcoin-qt %u +Name=Dogecoin +Comment=Dogecoin P2P Cryptocurrency +Comment[fr]=Dogecoin, monnaie virtuelle cryptographique pair à pair +Comment[tr]=Dogecoin, eşten eşe kriptografik sanal para birimi +Exec=dogecoin-qt %u Terminal=false Type=Application -Icon=bitcoin128 -MimeType=x-scheme-handler/bitcoin; +Icon=dogecoin128 +MimeType=x-scheme-handler/dogecoin; Categories=Office;Finance; diff --git a/contrib/debian/bitcoin-qt.install b/contrib/debian/bitcoin-qt.install index e0b32373b..383d11729 100644 --- a/contrib/debian/bitcoin-qt.install +++ b/contrib/debian/bitcoin-qt.install @@ -1,6 +1,6 @@ -usr/local/bin/bitcoin-qt usr/bin +usr/local/bin/dogecoin-qt usr/bin share/pixmaps/bitcoin32.xpm usr/share/pixmaps share/pixmaps/bitcoin16.xpm usr/share/pixmaps share/pixmaps/bitcoin128.png usr/share/pixmaps -debian/bitcoin-qt.desktop usr/share/applications -debian/bitcoin-qt.protocol usr/share/kde4/services/ +debian/dogecoin-qt.desktop usr/share/applications +debian/dogecoin-qt.protocol usr/share/kde4/services/ \ No newline at end of file diff --git a/contrib/debian/bitcoin-qt.lintian-overrides b/contrib/debian/bitcoin-qt.lintian-overrides index 7fb230eca..f5c972923 100644 --- a/contrib/debian/bitcoin-qt.lintian-overrides +++ b/contrib/debian/bitcoin-qt.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -bitcoin-qt: possible-gpl-code-linked-with-openssl +dogecoin-qt: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/bitcoin-qt.protocol b/contrib/debian/bitcoin-qt.protocol index 014588d53..0d880761e 100644 --- a/contrib/debian/bitcoin-qt.protocol +++ b/contrib/debian/bitcoin-qt.protocol @@ -1,6 +1,6 @@ [Protocol] -exec=bitcoin-qt '%u' -protocol=bitcoin +exec=dogecoin-qt '%u' +protocol=dogecoin input=none output=none helper=true diff --git a/contrib/debian/bitcoind.bash-completion b/contrib/debian/bitcoind.bash-completion index 0f84707b6..34f65f9a3 100644 --- a/contrib/debian/bitcoind.bash-completion +++ b/contrib/debian/bitcoind.bash-completion @@ -1 +1 @@ -contrib/bitcoind.bash-completion bitcoind +contrib/dogecoind.bash-completion dogecoind diff --git a/contrib/debian/bitcoind.examples b/contrib/debian/bitcoind.examples index 4ded67d98..e6896553b 100644 --- a/contrib/debian/bitcoind.examples +++ b/contrib/debian/bitcoind.examples @@ -1 +1 @@ -debian/examples/bitcoin.conf +debian/examples/dogecoin.conf diff --git a/contrib/debian/bitcoind.install b/contrib/debian/bitcoind.install index 798ea851f..27cb31d60 100644 --- a/contrib/debian/bitcoind.install +++ b/contrib/debian/bitcoind.install @@ -1,2 +1,2 @@ -usr/local/bin/bitcoind usr/bin -usr/local/bin/bitcoin-cli usr/bin +usr/local/bin/dogecoind usr/bin +usr/local/bin/dogecoin-cli usr/bin \ No newline at end of file diff --git a/contrib/debian/bitcoind.lintian-overrides b/contrib/debian/bitcoind.lintian-overrides index 3f9f140bd..6a920a350 100644 --- a/contrib/debian/bitcoind.lintian-overrides +++ b/contrib/debian/bitcoind.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -bitcoind: possible-gpl-code-linked-with-openssl +dogecoind: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/bitcoind.manpages b/contrib/debian/bitcoind.manpages index 6d3e68385..8673ad43b 100644 --- a/contrib/debian/bitcoind.manpages +++ b/contrib/debian/bitcoind.manpages @@ -1,3 +1,3 @@ -debian/manpages/bitcoind.1 -debian/manpages/bitcoin.conf.5 -debian/manpages/bitcoin-cli.1 +debian/manpages/dogecoind.1 +debian/manpages/dogercoin.conf.5 +debian/manpages/dogecoin-cli.1 \ No newline at end of file diff --git a/contrib/debian/control b/contrib/debian/control index 4392bb338..cfa035281 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,4 +1,4 @@ -Source: bitcoin +Source: dogecoin Section: utils Priority: optional Maintainer: Jonas Smedegaard @@ -22,15 +22,15 @@ Build-Depends: debhelper, libqrencode-dev, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 -Homepage: http://www.bitcoin.org/ -Vcs-Git: git://github.com/bitcoin/bitcoin.git -Vcs-Browser: http://github.com/bitcoin/bitcoin +Homepage: http://www.dogecoin.com/ +Vcs-Git: git://github.com/dogecoin/dogecoin.git +Vcs-Browser: http://github.com/dogecoin/dogecoin -Package: bitcoind +Package: dogecoind Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Bitcoin is a free open source peer-to-peer electronic cash system that + Dogecoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -39,14 +39,14 @@ Description: peer-to-peer network based digital currency - daemon Full transaction history is stored locally at each client. This requires 20+ GB of space, slowly growing. . - This package provides the daemon, bitcoind, and the CLI tool - bitcoin-cli to interact with the daemon. + This package provides the daemon, dogecoind, and the CLI tool + dogecoin-cli to interact with the daemon. -Package: bitcoin-qt +Package: dogecoin-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Bitcoin is a free open source peer-to-peer electronic cash system that + Dogecoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 20+ GB of space, slowly growing. . - This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt. + This package provides Dogecoin-Qt, a GUI for Dogecoin based on Qt. diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index ade80d60e..8b53577d5 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -1,10 +1,10 @@ ## -## bitcoin.conf configuration file. Lines beginning with # are comments. +## dogecoin.conf configuration file. Lines beginning with # are comments. ## # Network-related settings: -# Run on the test network instead of the real bitcoin network. +# Run on the test network instead of the real dogecoin network. #testnet=0 # Run a regression test network @@ -44,11 +44,11 @@ # Use as many addnode= settings as you like to connect to specific peers #addnode=69.164.218.197 -#addnode=10.0.0.2:8333 +#addnode=10.0.0.2:22556 # Alternatively use as many connect= settings as you like to connect ONLY to specific peers #connect=69.164.218.197 -#connect=10.0.0.1:8333 +#connect=10.0.0.1:22556 # Listening mode, enabled by default except when 'connect' is being used #listen=1 @@ -57,10 +57,10 @@ #maxconnections= # -# JSON-RPC options (for controlling a running Bitcoin/bitcoind process) +# JSON-RPC options (for controlling a running Dogecoin/dogecoind process) # -# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands +# server=1 tells Dogecoin-QT and dogecoind to accept JSON-RPC commands #server=0 # Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. @@ -71,7 +71,7 @@ #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 -# How many seconds bitcoin will wait for a complete RPC HTTP request. +# How many seconds dogecoin will wait for a complete RPC HTTP request. # after the HTTP connection is established. #rpctimeout=30 @@ -82,21 +82,21 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Bitcoin-QT to accept JSON-RPC commands. -# it is also read by bitcoind to determine if RPC should be enabled +# server=1 tells Dogecoin-QT to accept JSON-RPC commands. +# it is also read by dogecoind to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 #rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96 # Listen for RPC connections on this TCP port: -#rpcport=8332 +#rpcport=22555 -# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind +# You can use Dogecoin or dogecoind to send commands to Dogecoin/dogecoind # running on another host using this option: #rpcconnect=127.0.0.1 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with Bitcoin -server or bitcoind +# with Dogecoin -server or dogecoind #rpcssl=1 # OpenSSL settings used when rpcssl=1 @@ -119,15 +119,15 @@ # both prior transactions and several dozen future transactions. #keypool=100 -# Pay an optional transaction fee every time you send bitcoins. Transactions with fees +# Pay an optional transaction fee every time you send dogecoins. Transactions with fees # are more likely than free transactions to be included in generated blocks, so may # be validated sooner. #paytxfee=0.00 # User interface options -# Start Bitcoin minimized +# Start Dogecoin minimized #min=1 # Minimize to the system tray -#minimizetotray=1 +#minimizetotray=1 \ No newline at end of file diff --git a/contrib/debian/manpages/bitcoin-qt.1 b/contrib/debian/manpages/bitcoin-qt.1 index a023582bc..9bfac3ccf 100644 --- a/contrib/debian/manpages/bitcoin-qt.1 +++ b/contrib/debian/manpages/bitcoin-qt.1 @@ -1,20 +1,20 @@ -.TH BITCOIN-QT "1" "April 2013" "bitcoin-qt 1" +.TH DOGECOIN-QT "1" "April 2013" "dogecoin-qt 1" .SH NAME -bitcoin-qt \- peer-to-peer network based digital currency +dogecoin-qt \- peer-to-peer network based digital currency .SH DESCRIPTION .SS "Usage:" .IP -bitcoin\-qt [command\-line options] +dogecoin\-qt [command\-line options] .SH OPTIONS .TP \-? This help message .TP \fB\-conf=\fR -Specify configuration file (default: bitcoin.conf) +Specify configuration file (default: dogecoin.conf) .TP \fB\-pid=\fR -Specify pid file (default: bitcoind.pid) +Specify pid file (default: dogecoind.pid) .TP \fB\-gen\fR Generate coins @@ -178,7 +178,7 @@ Set maximum block size in bytes (default: 250000) .HP \fB\-blockprioritysize=\fR Set maximum size of high\-priority/low\-fee transactions in bytes (default: 27000) .PP -SSL options: (see the Bitcoin Wiki for SSL setup instructions) +SSL options: (see the Dogecoin Wiki for SSL setup instructions) .TP \fB\-rpcssl\fR Use OpenSSL (https) for JSON\-RPC connections diff --git a/contrib/debian/manpages/bitcoin.conf.5 b/contrib/debian/manpages/bitcoin.conf.5 index 8a0078d5d..2d1e28b76 100644 --- a/contrib/debian/manpages/bitcoin.conf.5 +++ b/contrib/debian/manpages/bitcoin.conf.5 @@ -1,27 +1,27 @@ -.TH BITCOIN.CONF "5" "January 2011" "bitcoin.conf 3.19" +.TH DOGECOIN.CONF "5" "January 2011" "dogecoin.conf 3.19" .SH NAME -bitcoin.conf \- bitcoin configuration file +dogecoin.conf \- dogecoin 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. .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. +The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, dogecoind(1) will look for a file named dogecoin.conf(5) in the dogecoin 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 +dogecoin.conf should be located in $HOME/.dogecoin .SH NETWORK-RELATED SETTINGS .TP .TP \fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR] -Enable or disable run on the test network instead of the real *bitcoin* network. +Enable or disable run on the test network instead of the real *dogecoin* network. .TP \fBproxy=\fR\fI'127.0.0.1:9050'\fR Connect via a socks4 proxy. .TP -\fBaddnode=\fR\fI'10.0.0.2:8333'\fR +\fBaddnode=\fR\fI'10.0.0.2:22556'\fR Use as many *addnode=* settings as you like to connect to specific peers. .TP -\fBconnect=\fR\fI'10.0.0.1:8333'\fR +\fBconnect=\fR\fI'10.0.0.1:22556'\fR Use as many *connect=* settings as you like to connect ONLY to specific peers. .TP \fRmaxconnections=\fR\fI'value'\fR @@ -29,7 +29,7 @@ Maximum number of inbound+outbound connections. .SH JSON-RPC OPTIONS .TP \fBserver=\fR[\fI'1'\fR|\fI'0'\fR] -Tells *bitcoin* to accept or not accept JSON-RPC commands. +Tells *dogecoin* to accept or not accept JSON-RPC commands. .TP \fBrpcuser=\fR\fI'username'\fR You must set *rpcuser* to secure the JSON-RPC api. @@ -44,10 +44,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp Listen for RPC connections on this TCP port. .TP \fBrpcconnect=\fR\fI'127.0.0.1'\fR -You can use *bitcoin* or *bitcoind(1)* to send commands to *bitcoin*/*bitcoind(1)* running on another host using this option. +You can use *dogecoin* or *dogecoind(1)* to send commands to *dogecoin*/*dogecoind(1)* running on another host using this option. .TP \fBrpcssl=\fR\fI'1'\fR -Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *bitcoin* '\-server' or *bitcoind(1)*. Example of OpenSSL settings used when *rpcssl*='1': +Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *dogecoin* '\-server' or *dogecoind(1)*. Example of OpenSSL settings used when *rpcssl*='1': .TP \fB\-rpcsslciphers=\fR Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH) @@ -59,16 +59,16 @@ Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES .SH MISCELLANEOUS OPTIONS .TP \fBgen=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable attempt to generate bitcoins. +Enable or disable attempt to generate dogecoins. .TP \fB4way=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable use SSE instructions to try to generate bitcoins faster. +Enable or disable use SSE instructions to try to generate dogecoins faster. .TP \fBkeypool=\fR\fI'100'\fR Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions. .TP \fBpaytxfee=\fR\fI'0.00'\fR -Pay an optional transaction fee every time you send bitcoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. +Pay an optional transaction fee every time you send dogecoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. .TP \fBallowreceivebyip=\fR\fI'1'\fR Allow direct connections for the 'pay via IP address' feature. @@ -76,12 +76,12 @@ Allow direct connections for the 'pay via IP address' feature. .SH USER INTERFACE OPTIONS .TP \fBmin=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable start bitcoind minimized. +Enable or disable start dogecoind minimized. .TP \fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR] Enable or disable minimize to the system tray. .SH "SEE ALSO" -bitcoind(1) +dogecoind(1) .SH AUTHOR This manual page was written by Micah Anderson 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. diff --git a/contrib/debian/manpages/bitcoind.1 b/contrib/debian/manpages/bitcoind.1 index c225b9f3e..db3a40cf8 100644 --- a/contrib/debian/manpages/bitcoind.1 +++ b/contrib/debian/manpages/bitcoind.1 @@ -1,19 +1,19 @@ -.TH BITCOIND "1" "January 2011" "bitcoind 3.19" +.TH DOGECOIND "1" "January 2011" "dogecoind 3.19" .SH NAME -bitcoind \- peer-to-peer network based digital currency +dogecoind \- peer-to-peer network based digital currency .SH SYNOPSIS -bitcoin [options] [params] +dogecoin [options] [params] .TP -bitcoin [options] help \- Get help for a command +dogecoin [options] help \- 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: +This manual page documents the dogecoind program. Dogecoin 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. +Dogecoins 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 Dogecoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. .SH OPTIONS .TP \fB\-conf=\fR -Specify configuration file (default: bitcoin.conf) +Specify configuration file (default: dogecoin.conf) .TP \fB\-gen\fR Generate coins @@ -63,7 +63,7 @@ Allow JSON\-RPC connections from specified IP address \fB\-rpcconnect=\fR Send commands to node running on .PP -SSL options: (see the Bitcoin Wiki for SSL setup instructions) +SSL options: (see the Dogecoin Wiki for SSL setup instructions) .TP \fB\-rpcssl\fR=\fI1\fR Use OpenSSL (https) for JSON\-RPC connections @@ -84,14 +84,14 @@ This help message \fBbackupwallet 'destination'\fR Safely copies *wallet.dat* to 'destination', which can be a directory or a path with filename. .TP -\fBgetaccount 'bitcoinaddress'\fR +\fBgetaccount 'dogecoinaddress'\fR DEPRECATED. Returns the account associated with the given address. .TP -\fBsetaccount 'bitcoinaddress' ['account']\fR +\fBsetaccount 'dogecoinaddress' ['account']\fR DEPRECATED. Sets the ['account'] associated with the given address. ['account'] may be omitted to remove an address from ['account']. .TP \fBgetaccountaddress 'account'\fR -DEPRECATED. Returns a new bitcoin address for 'account'. +DEPRECATED. Returns a new dogecoin address for 'account'. .TP \fBgetaddressesbyaccount 'account'\fR DEPRECATED. Returns the list of addresses associated with the given 'account'. @@ -112,7 +112,7 @@ Returns the number of connections to other nodes. Returns the proof-of-work difficulty as a multiple of the minimum difficulty. .TP \fBgetgenerate\fR -Returns boolean true if server is trying to generate bitcoins, false otherwise. +Returns boolean true if server is trying to generate dogecoins, false otherwise. .TP \fBsetgenerate 'generate' ['genproclimit']\fR Generation is limited to ['genproclimit'] processors, \-1 is unlimited. @@ -124,13 +124,13 @@ Returns a recent hashes per second performance measurement while generating. Returns an object containing server information. .TP \fBgetnewaddress 'account'\fR -Returns a new bitcoin address for receiving payments. If 'account' is specified (deprecated), it is added to the address book so payments received with the address will be credited to 'account'. +Returns a new dogecoin address for receiving payments. If 'account' is specified (deprecated), it is added to the address book so payments received with the address will be credited to 'account'. .TP \fBgetreceivedbyaccount 'account' ['minconf=1']\fR DEPRECATED. Returns the total amount received by addresses associated with 'account' in transactions with at least ['minconf'] confirmations. .TP -\fBgetreceivedbyaddress 'bitcoinaddress' ['minconf=1']\fR -Returns the total amount received by 'bitcoinaddress' in transactions with at least ['minconf'] confirmations. +\fBgetreceivedbyaddress 'dogecoinaddress' ['minconf=1']\fR +Returns the total amount received by 'dogecoinaddress' in transactions with at least ['minconf'] confirmations. .TP \fBgettransaction 'txid'\fR Returns information about a specific transaction, given hexadecimal transaction ID. @@ -148,7 +148,6 @@ List commands, or get help for a command. .TP \fBlistaccounts ['minconf=1']\fR DEPRECATED. List accounts and their current balances. - *note: requires bitcoin 0.3.20 or later. .TP \fBlistreceivedbyaccount ['minconf=1'] ['includeempty=false']\fR ['minconf'] is the minimum number of confirmations before payments are included. ['includeempty'] whether to include addresses that haven't received any payments. Returns an array of objects containing: @@ -177,31 +176,31 @@ Returns a list of the last ['count'] transactions for 'account' \- for all accou "message" : message associated with transaction (only for send). "to" : message-to associated with transaction (only for send). - *note: requires bitcoin 0.3.20 or later. + *note: requires dogecoin 0.3.20 or later. .TP \fBmove <'fromaccount'> <'toaccount'> <'amount'> ['minconf=1'] ['comment']\fR DEPRECATED. Moves funds between accounts. .TP -\fBsendfrom* <'account'> <'bitcoinaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR -DEPRECATED. Sends amount from account's balance to 'bitcoinaddress'. This method will fail if there is less than amount bitcoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. +\fBsendfrom* <'account'> <'dogecoinaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR +DEPRECATED. Sends amount from account's balance to 'dogecoinaddress'. This method will fail if there is less than amount dogecoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. .TP -\fBsendtoaddress 'bitcoinaddress' 'amount' ['comment'] ['comment-to']\fR -Sends amount from the server's available balance to 'bitcoinaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. +\fBsendtoaddress 'dogecoinaddress' 'amount' ['comment'] ['comment-to']\fR +Sends amount from the server's available balance to 'dogecoinaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. .TP \fBstop\fR -Stops the bitcoin server. +Stops the dogecoin server. .TP -\fBvalidateaddress 'bitcoinaddress'\fR -Checks that 'bitcoinaddress' looks like a proper bitcoin address. Returns an object containing: +\fBvalidateaddress 'dogecoinaddress'\fR +Checks that 'dogecoinaddress' looks like a proper dogecoin address. Returns an object containing: "isvalid" : true or false. "ismine" : true if the address is in the server's wallet. - "address" : bitcoinaddress. + "address" : dogecoinaddress. *note: ismine and address are only returned if the address is valid. .SH "SEE ALSO" -bitcoin.conf(5) +dogecoin.conf(5) .SH AUTHOR This manual page was written by Micah Anderson 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. diff --git a/contrib/debian/rules b/contrib/debian/rules index 52b357cf0..f861bcf3d 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -1,12 +1,13 @@ + #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -#DEB_MAKE_CHECK_TARGET = test_bitcoin -#build/bitcoind:: -# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_bitcoin) +#DEB_MAKE_CHECK_TARGET = test_dogecoin +#build/dogecoind:: +# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_dogecoin) -DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/* -DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* +DEB_INSTALL_EXAMPLES_dogecoind += debian/examples/* +DEB_INSTALL_MANPAGES_dogecoind += debian/manpages/* %: dh --with bash-completion $@ @@ -21,4 +22,4 @@ override_dh_auto_configure: ./configure override_dh_auto_test: - make check + make check \ No newline at end of file diff --git a/contrib/debian/watch b/contrib/debian/watch index c96d2f8e7..e81e6c040 100644 --- a/contrib/debian/watch +++ b/contrib/debian/watch @@ -1,7 +1,5 @@ # Run the "uscan" command to check for upstream updates and more. version=3 # use qa.debian.org redirector; see man uscan -opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/;s/\-src//,dversionmangle=s/~dfsg\d*// \ - http://sf.net/bitcoin/bitcoin-(\d.*)-linux\.tar\.gz debian opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \ - http://githubredir.debian.net/github/bitcoin/bitcoin v(.*).tar.gz + http://githubredir.debian.net/github/dogecoin/dogecoin v(.*).tar.gz