-messagewall Enable caching of pepe message wall messages. (default: false) -conf= Specify configuration file (default: pepecoin.conf) -pid= Specify pid file (default: pepecoind.pid) -datadir= Specify data directory -wallet= Specify wallet file within data directory -dbcache= Set database cache size in megabytes (default: 25) -dblogsize= Set database disk log size in megabytes (default: 100) -timeout= Specify connection timeout in milliseconds (default: 5000) -proxy= Connect through SOCKS5 proxy -tor= Use proxy to reach tor hidden services (default: same as -proxy -dns Allow DNS lookups for -addnode, -seednode and -connect -port= Listen for connections on (default: 29377) -maxconnections= Maintain at most connections to peers (default: 125) -addnode= Add a node to connect to and attempt to keep the connection open -connect= Connect only to the specified node -seednode= Connect to a node to retrieve peer addresses, and disconnect -synctimeout= Specify block download timeout in seconds (default: 60) -syncspan= Specify last block age in minutes after which node goes into syncing mode (default: 90) -txrelayexpiration= Specify age in minutes after which transactions expire from the relay pool (default: 180) -externalip= Specify your own public address -onlynet= Only connect to nodes in network (IPv4, IPv6 or Tor -discover Discover own IP address (default: 1 when listening and no -externalip -irc Find peers using internet relay chat (default: 0 -listen Accept connections from outside (default: 1 if no -proxy or -connect -bind= Bind to given address. Use [host]:port notation for IPv6 -dnsseed Query for peer addresses via DNS lookup, if low on addresses (default: 1) -forcednsseed Always query for peer addresses via DNS lookup (default: 1) -synctime Sync time with other nodes (default: 1) -banscore= Threshold for disconnecting misbehaving peers (default: 100) -bantime= Number of seconds to keep misbehaving peers from reconnecting (default: 86400) -maxreceivebuffer= Maximum per-connection receive buffer, *1000 bytes (default: 5000) -maxsendbuffer= Maximum per-connection send buffer, *1000 bytes (default: 1000) -upnp Use UPnP to map the listening port (default: 1) when listening -paytxfee= Fee per KB to add to transactions you send -mininput= When creating transactions, ignore inputs with value less than this (default: 0.01) -server Accept command line and JSON-RPC commands -daemon Run in the background as a daemon and accept commands -testnet Use the test network -debug= Output debugging information (default: 0, supplying is optional) -logtimestamps Prepend debug output with timestamp -shrinkdebugfile Shrink debug.log file on client startup (default: 1 when no -debug) -printtoconsole Send trace/debug-regtest Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. -rpcuser= Username for JSON-RPC connections -rpcpassword= Password for JSON-RPC connections -rpcport= Listen for JSON-RPC connections on (default: 29376) -rpcallowip= Allow JSON-RPC connections from specified IP address -rpcconnect= Send commands to node running on (default: 127.0.0.1) -rpcwait Wait for RPC server to start -rpcthreads= Set the number of threads to service RPC calls (default: 4) -blocknotify= Execute command when the best block changes (%s in cmd is replaced by block hash -walletnotify= Execute command when a wallet transaction changes (%s in cmd is replaced by TxID -confchange Require a confirmations for change (default: 0) -minimizecoinage Minimize weight consumption (experimental (default:0) -alertnotify= Execute command when a relevant alert is received (%s in cmd is replaced by message -upgradewallet Upgrade wallet to latest format -createwalletbackups=Number of automatic wallet backups (default: 10) -keypool= Set key pool size to (default: 1000 (nomntesting (formally litemode: 100) -rescan Rescan the block chain for missing wallet transactions -salvagewallet Attempt to recover private keys from a corrupt wallet.dat -checkblocks= How many blocks to check at startup (default: 500, 0 = all) -checklevel= How thorough the block verification is (0-6, default: 1) -loadblock= Imports blocks from external blk000?.dat file -maxorphanblocks= Keep at most unconnectable blocks in memory Block creation options: -blockminsize= Set minimum block size in bytes (default: 0) -blockmaxsize= Set maximum block size in bytes (default: 250000) -blockprioritysize= Set maximum size of high-priority/low-fee transactions in bytes (default: 27000) SSL options: (see the Bitcoin Wiki for SSL setup instructions -rpcssl Use OpenSSL (https for JSON-RPC connections -rpcsslcertificatechainfile= Server certificate file (default: server.cert) -rpcsslprivatekeyfile= Server private key (default: server.pem) -rpcsslciphers= Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) Masternode options: -nomntesting= Disable all Masternode functionality for testing, aka litemode (default: 0) -masternode= Enable the client to act as a masternode (0-1, default: 0) -mnconf= Specify masternode configuration file (default: masternode.conf) -mnconflock= Lock masternodes from masternode configuration file (default: 1) -masternodeprivkey= Set the masternode private key -masternodeaddr= Set external address:port to get to this masternode (example: address:port) -masternodeminprotocol= Ignore masternodes less than version (example: 61401; default : 0) Staking Options: -blockthrottle= Milliseconds to wait after finding a stake block before broadcasting (default: 5000) -minersleep= Milliseconds to wait after trying a stake input computation, unlisted option from Blackcoin (default: 500) Multicore Message Handling: -messagecorelimit= Limit number of cores to use for message handling threads, the default is more than most systems to allow use of all cores by default (default: 64) LevelDb Options: -leveldbbloomfilter= Bits to use in bloom filter (default: 32) -writecache= Write cache in MB, improve performance/disk io but higher values can result in longer recovery time after a crash. (Default: 16) -leveldbmaxopenfiles= Max open files at a time for leveldb. Can improve performance as block index/tx index grows, but your OS may have a limit. (Default:1000) -leveldbcache- Size in MB of the database that leveldb will cache in memory. Can result in dramatic performance improvement at the expense of RAM usage. (Default: 100)