Advertisement
Guest User

[zelles] Linda Command-line

a guest
Jun 19th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. Options:
  2. -? This help message
  3. -conf=<file> Specify configuration file (default: Linda.conf)
  4. -pid=<file> Specify pid file (default: Lindad.pid)
  5. -datadir=<dir> Specify data directory
  6. -wallet=<dir> Specify wallet file (within 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 (default: 5000)
  10. -proxy=<ip:port> Connect through SOCKS5 proxy
  11. -tor=<ip:port> Use proxy to reach tor hidden services (default: same as -proxy)
  12. -dns Allow DNS lookups for -addnode, -seednode and -connect
  13. -port=<port> Listen for connections on <port> (default: 15714 or testnet: 25714)
  14. -maxconnections=<n> Maintain at most <n> connections to peers (default: 125)
  15. -addnode=<ip> Add a node to connect to and attempt to keep the connection open
  16. -connect=<ip> Connect only to the specified node(s)
  17. -seednode=<ip> Connect to a node to retrieve peer addresses, and disconnect
  18. -externalip=<ip> Specify your own public address
  19. -onlynet=<net> Only connect to nodes in network <net> (IPv4, IPv6 or Tor)
  20. -discover Discover own IP address (default: 1 when listening and no -externalip)
  21. -listen Accept connections from outside (default: 1 if no -proxy or -connect)
  22. -bind=<addr> Bind to given address. Use [host]:port notation for IPv6
  23. -dnsseed Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect)
  24. -forcednsseed Always query for peer addresses via DNS lookup (default: 0)
  25. -synctime Sync time with other nodes. Disable if time on your system is precise e.g. syncing with NTP (default: 1)
  26. -cppolicy Sync checkpoints policy (default: strict)
  27. -banscore=<n> Threshold for disconnecting misbehaving peers (default: 100)
  28. -bantime=<n> Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  29. -maxreceivebuffer=<n> Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  30. -maxsendbuffer=<n> Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  31. -upnp Use UPnP to map the listening port (default: 1 when listening)
  32. -paytxfee=<amt> Fee per KB to add to transactions you send
  33. -mininput=<amt> When creating transactions, ignore inputs with value less than this (default: 0.01)
  34. -server Accept command line and JSON-RPC commands
  35. -testnet Use the test network
  36. -debug=<category> Output debugging information (default: 0, supplying <category> is optional)
  37. If <category> is not supplied, output all debugging information.
  38. <category> can be: addrman, alert, db, lock, rand, rpc, selectcoins, mempool, net, coinage, coinstake, creation, stakemodifier, qt.
  39. -logtimestamps Prepend debug output with timestamp
  40. -shrinkdebugfile Shrink debug.log file on client startup (default: 1 when no -debug)
  41. -printtoconsole Send trace/debug info to console instead of debug.log file
  42. -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.
  43. -rpcuser=<user> Username for JSON-RPC connections
  44. -rpcpassword=<pw> Password for JSON-RPC connections
  45. -rpcport=<port> Listen for JSON-RPC connections on <port> (default: 15715 or testnet: 25715)
  46. -rpcallowip=<ip> Allow JSON-RPC connections from specified IP address
  47. -rpcthreads=<n> Set the number of threads to service RPC calls (default: 4)
  48. -blocknotify=<cmd> Execute command when the best block changes (%s in cmd is replaced by block hash)
  49. -walletnotify=<cmd> Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  50. -confchange Require a confirmations for change (default: 0)
  51. -minimizecoinage Minimize weight consumption (experimental) (default: 0)
  52. -alertnotify=<cmd> Execute command when a relevant alert is received (%s in cmd is replaced by message)
  53. -upgradewallet Upgrade wallet to latest format
  54. -keypool=<n> Set key pool size to <n> (default: 100)
  55. -rescan Rescan the block chain for missing wallet transactions
  56. -salvagewallet Attempt to recover private keys from a corrupt wallet.dat
  57. -checkblocks=<n> How many blocks to check at startup (default: 500, 0 = all)
  58. -checklevel=<n> How thorough the block verification is (0-6, default: 1)
  59. -loadblock=<file> Imports blocks from external blk000?.dat file
  60. -maxorphanblocks=<n> Keep at most <n> unconnectable blocks in memory (default: 750)
  61.  
  62. Block creation options:
  63. -blockminsize=<n> Set minimum block size in bytes (default: 0)
  64. -blockmaxsize=<n> Set maximum block size in bytes (default: 250000)
  65. -blockprioritysize=<n> Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)
  66.  
  67. SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  68. -rpcssl Use OpenSSL (https) for JSON-RPC connections
  69. -rpcsslcertificatechainfile=<file.cert> Server certificate file (default: server.cert)
  70. -rpcsslprivatekeyfile=<file.pem> Server private key (default: server.pem)
  71. -rpcsslciphers=<ciphers> Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH)
  72. -litemode=<n> Disable all Masternode and Darksend related functionality (0-1, default: 0)
  73.  
  74. Masternode options:
  75. -masternode=<n> Enable the client to act as a masternode (0-1, default: 0)
  76. -mnconf=<file> Specify masternode configuration file (default: masternode.conf)
  77. -masternodeprivkey=<n> Set the masternode private key
  78. -masternodeaddr=<n> Set external address:port to get to this masternode (example: address:port)
  79. -masternodeminprotocol=<n> Ignore masternodes less than version (example: 70007; default : 0)
  80.  
  81. Darksend options:
  82. -enabledarksend=<n> Enable use of automated darksend for funds stored in this wallet (0-1, default: 0)
  83. -darksendrounds=<n> Use N separate masternodes to anonymize funds (2-8, default: 2)
  84. -anonymizeLindaamount=<n> Keep N Linda anonymized (default: 0)
  85. -liquidityprovider=<n> Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: 0, 1=very frequent, high fees, 100=very infrequent, low fees)
  86.  
  87. InstantX options:
  88. -enableinstantx=<n> Enable instantx, show confirmations for locked transactions (bool, default: true)
  89. -instantxdepth=<n> Show N confirmations for a successfully locked transaction (0-9999, default: 1)
  90.  
  91. UI options:
  92. -lang=<lang> Set language, for example "de_DE" (default: system locale)
  93. -min Start minimized
  94. -splash Show splash screen on startup (default: 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement