Scroll to navigation

DOGECOIN.CONF(5) File Formats Manual DOGECOIN.CONF(5)

NAME

dogecoin.conf - dogecoin configuration file

SYNOPSIS

All command-line options (except for '-datadir' and '-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.

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.

LOCATION

dogecoin.conf should be located in $HOME/.dogecoin

NETWORK-RELATED SETTINGS

Enable or disable run on the test network instead of the real *dogecoin* network.
Connect via a socks4 proxy.
Use as many *addnode=* settings as you like to connect to specific peers.
Use as many *connect=* settings as you like to connect ONLY to specific peers.
Maximum number of inbound+outbound connections.

JSON-RPC OPTIONS

Tells *dogecoin* to accept or not accept JSON-RPC commands.
You must set *rpcuser* to secure the JSON-RPC api.
You must set *rpcpassword* to secure the JSON-RPC api.
By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character).
Listen for RPC connections on this TCP port.
You can use *dogecoin* or *dogecoind(1)* to send commands to *dogecoin*/*dogecoind(1)* running on another host using this option.
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':
Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)

MISCELLANEOUS OPTIONS

Enable or disable attempt to generate dogecoins.
4way=['0'|'1']
Enable or disable use SSE instructions to try to generate dogecoins faster.
Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions.
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.
Allow direct connections for the 'pay via IP address' feature.

USER INTERFACE OPTIONS

Enable or disable start dogecoind minimized.
Enable or disable minimize to the system tray.

SEE ALSO

dogecoind(1)

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.

November 2014 dogecoin.conf 1.8