Advertisement
cephurs

coinyeconfig

Jan 14th, 2014
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. Options:
  2. -conf=<file> Specify configuration file (default: coinyecoin.conf)
  3. -pid=<file> Specify pid file (default: coinyecoind.pid)
  4. -gen Generate coins
  5. -gen=0 Don't generate coins
  6. -datadir=<dir> Specify data directory
  7. -dbcache=<n> Set database cache size in megabytes (default: 25)
  8. -dblogsize=<n> Set database disk log size in megabytes (default: 100)
  9. -timeout=<n> Specify connection timeout (in milliseconds)
  10. -proxy=<ip:port> Connect through socks proxy
  11. -socks=<n> Select the version of socks proxy to use (4-5, default: 5)
  12. -tor=<ip:port> Use proxy to reach tor hidden services (default: same as -proxy)
  13. -dns Allow DNS lookups for -addnode, -seednode and -connect
  14. -port=<port> Listen for connections on <port> (default: 41338 or testnet: 31338)
  15. -maxconnections=<n> Maintain at most <n> connections to peers (default: 125)
  16. -addnode=<ip> Add a node to connect to and attempt to keep the connection open
  17. -connect=<ip> Connect only to the specified node(s)
  18. -seednode=<ip> Connect to a node to retrieve peer addresses, and disconnect
  19. -externalip=<ip> Specify your own public address
  20. -onlynet=<net> Only connect to nodes in network <net> (IPv4, IPv6 or Tor)
  21. -discover Discover own IP address (default: 1 when listening and no -externalip)
  22. -irc Find peers using internet relay chat (default: 0)
  23. -listen Accept connections from outside (default: 1 if no -proxy or -connect)
  24. -bind=<addr> Bind to given address. Use [host]:port notation for IPv6
  25. -dnsseed Find peers using DNS lookup (default: 1 unless -connect)
  26. -banscore=<n> Threshold for disconnecting misbehaving peers (default: 100)
  27. -bantime=<n> Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  28. -maxreceivebuffer=<n> Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  29. -maxsendbuffer=<n> Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  30. -detachdb Detach block and address databases. Increases shutdown time (default: 0)
  31. -paytxfee=<amt> Fee per KB to add to transactions you send
  32. -mininput=<amt> When creating transactions, ignore inputs with value less than this (default: 0.0001)
  33. -server Accept command line and JSON-RPC commands
  34. -testnet Use the test network
  35. -debug Output extra debugging information. Implies all other -debug* options
  36. -debugnet Output extra network debugging information
  37. -logtimestamps Prepend debug output with timestamp
  38. -printtoconsole Send trace/debug info to console instead of debug.log file
  39. -printtodebugger Send trace/debug info to debugger
  40. -rpcuser=<user> Username for JSON-RPC connections
  41. -rpcpassword=<pw> Password for JSON-RPC connections
  42. -rpcport=<port> Listen for JSON-RPC connections on <port> (default: 41337 or testnet: 31337)
  43. -rpcallowip=<ip> Allow JSON-RPC connections from specified IP address
  44. -rpcconnect=<ip> Send commands to node running on <ip> (default: 127.0.0.1)
  45. -blocknotify=<cmd> Execute command when the best block changes (%s in cmd is replaced by block hash)
  46. -upgradewallet Upgrade wallet to latest format
  47. -keypool=<n> Set key pool size to <n> (default: 100)
  48. -rescan Rescan the block chain for missing wallet transactions
  49. -checkblocks=<n> How many blocks to check at startup (default: 2500, 0 = all)
  50. -checklevel=<n> How thorough the block verification is (0-6, default: 1)
  51. -loadblock=<file> Imports blocks from external blk000?.dat file
  52. -? This help message
  53.  
  54. SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  55. -rpcssl Use OpenSSL (https) for JSON-RPC connections
  56. -rpcsslcertificatechainfile=<file.cert> Server certificate file (default: server.cert)
  57. -rpcsslprivatekeyfile=<file.pem> Server private key (default: server.pem)
  58. -rpcsslciphers=<ciphers> Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)
  59.  
  60. UI options:
  61. -lang=<lang> Set language, for example "de_DE" (default: system locale)
  62. -min Start minimized
  63. -splash Show splash screen on startup (default: 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement