diff options
| author | Ross Nicoll <[email protected]> | 2018-01-20 18:34:17 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 038ccec3e44dbfa458e00aff99a8a27fac7fb8d7 (patch) | |
| tree | cb5e42279979f2c8ab8db3a46d0ab8530fc25f2f /contrib/debian/examples | |
| parent | rebrand dogecoin-tx test (#1450) (diff) | |
| download | discoin-038ccec3e44dbfa458e00aff99a8a27fac7fb8d7.tar.xz discoin-038ccec3e44dbfa458e00aff99a8a27fac7fb8d7.zip | |
Update debian contrib files to match Dogecoin (#1449)
Diffstat (limited to 'contrib/debian/examples')
| -rw-r--r-- | contrib/debian/examples/dogecoin.conf (renamed from contrib/debian/examples/bitcoin.conf) | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/dogecoin.conf index afbc7882e..d82492979 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/dogecoin.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. @@ -68,7 +68,7 @@ #rpcbind=<addr> # If no rpcpassword is set, rpc cookie auth is sought. The default `-rpccookiefile` name -# is .cookie and found in the `-datadir` being used for bitcoind. This option is typically used +# is .cookie and found in the `-datadir` being used for dogecoind. This option is typically used # when the server and client are run as the same user. # # If not, you must set rpcuser and rpcpassword to secure the JSON-RPC api. The first @@ -80,7 +80,7 @@ # using the output from the script in share/rpcuser/rpcuser.py after providing a username: # # ./share/rpcuser/rpcuser.py alice -# String to be appended to bitcoin.conf: +# String to be appended to dogecoin.conf: # rpcauth=alice:f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae # Your password: # DONT_USE_THIS_YOU_WILL_GET_ROBBED_8ak1gI25KFTvjovL3gAM967mies3E= @@ -92,7 +92,7 @@ # You can even add multiple entries of these to the server conf file, and client can use any of them: # rpcauth=bob:b2dd077cb54591a2f3139e69a897ac$4e71f08d48b4347cf8eff3815c0e25ae2e9a4340474079f55705f40574f4ec99 -# 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. #rpcclienttimeout=30 @@ -103,16 +103,16 @@ # 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 @@ -131,14 +131,14 @@ # 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 |