Guest User

Untitled

a guest
Mar 29th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1. Bitcoin Core Daemon version v0.11.2
  2.  
  3. Usage:
  4. bitcoind [options] Start Bitcoin Core Daemon
  5.  
  6. Options:
  7.  
  8. -?
  9. This help message
  10.  
  11. -alerts
  12. Receive and display P2P network alerts (default: 1)
  13.  
  14. -alertnotify=<cmd>
  15. Execute command when a relevant alert is received or we see a really
  16. long fork (%s in cmd is replaced by message)
  17.  
  18. -blocknotify=<cmd>
  19. Execute command when the best block changes (%s in cmd is replaced by
  20. block hash)
  21.  
  22. -checkblocks=<n>
  23. How many blocks to check at startup (default: 288, 0 = all)
  24.  
  25. -checklevel=<n>
  26. How thorough the block verification of -checkblocks is (0-4, default: 3)
  27.  
  28. -conf=<file>
  29. Specify configuration file (default: bitcoin.conf)
  30.  
  31. -daemon
  32. Run in the background as a daemon and accept commands
  33.  
  34. -datadir=<dir>
  35. Specify data directory
  36.  
  37. -dbcache=<n>
  38. Set database cache size in megabytes (4 to 16384, default: 100)
  39.  
  40. -loadblock=<file>
  41. Imports blocks from external blk000??.dat file on startup
  42.  
  43. -maxorphantx=<n>
  44. Keep at most <n> unconnectable transactions in memory (default: 100)
  45.  
  46. -par=<n>
  47. Set the number of script verification threads (-2 to 16, 0 = auto, <0 =
  48. leave that many cores free, default: 0)
  49.  
  50. -pid=<file>
  51. Specify pid file (default: bitcoind.pid)
  52.  
  53. -prune=<n>
  54. Reduce storage requirements by pruning (deleting) old blocks. This mode
  55. disables wallet support and is incompatible with -txindex. Warning:
  56. Reverting this setting requires re-downloading the entire blockchain.
  57. (default: 0 = disable pruning blocks, >550 = target size in MiB to use
  58. for block files)
  59.  
  60. -reindex
  61. Rebuild block chain index from current blk000??.dat files on startup
  62.  
  63. -sysperms
  64. Create new files with system default permissions, instead of umask 077
  65. (only effective with disabled wallet functionality)
  66.  
  67. -txindex
  68. Maintain a full transaction index, used by the getrawtransaction rpc
  69. call (default: 0)
  70.  
  71. Connection options:
  72.  
  73. -addnode=<ip>
  74. Add a node to connect to and attempt to keep the connection open
  75.  
  76. -banscore=<n>
  77. Threshold for disconnecting misbehaving peers (default: 100)
  78.  
  79. -bantime=<n>
  80. Number of seconds to keep misbehaving peers from reconnecting (default:
  81. 86400)
  82.  
  83. -bind=<addr>
  84. Bind to given address and always listen on it. Use [host]:port notation
  85. for IPv6
  86.  
  87. -connect=<ip>
  88. Connect only to the specified node(s)
  89.  
  90. -discover
  91. Discover own IP addresses (default: 1 when listening and no -externalip
  92. or -proxy)
  93.  
  94. -dns
  95. Allow DNS lookups for -addnode, -seednode and -connect (default: 1)
  96.  
  97. -dnsseed
  98. Query for peer addresses via DNS lookup, if low on addresses (default: 1
  99. unless -connect)
  100.  
  101. -externalip=<ip>
  102. Specify your own public address
  103.  
  104. -forcednsseed
  105. Always query for peer addresses via DNS lookup (default: 0)
  106.  
  107. -listen
  108. Accept connections from outside (default: 1 if no -proxy or -connect)
  109.  
  110. -maxconnections=<n>
  111. Maintain at most <n> connections to peers (default: 125)
  112.  
  113. -maxreceivebuffer=<n>
  114. Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  115.  
  116. -maxsendbuffer=<n>
  117. Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  118.  
  119. -onion=<ip:port>
  120. Use separate SOCKS5 proxy to reach peers via Tor hidden services
  121. (default: -proxy)
  122.  
  123. -onlynet=<net>
  124. Only connect to nodes in network <net> (ipv4, ipv6 or onion)
  125.  
  126. -permitbaremultisig
  127. Relay non-P2SH multisig (default: 1)
  128.  
  129. -port=<port>
  130. Listen for connections on <port> (default: 8333 or testnet: 18333)
  131.  
  132. -proxy=<ip:port>
  133. Connect through SOCKS5 proxy
  134.  
  135. -proxyrandomize
  136. Randomize credentials for every proxy connection. This enables Tor
  137. stream isolation (default: 1)
  138.  
  139. -seednode=<ip>
  140. Connect to a node to retrieve peer addresses, and disconnect
  141.  
  142. -timeout=<n>
  143. Specify connection timeout in milliseconds (minimum: 1, default: 5000)
  144.  
  145. -upnp
  146. Use UPnP to map the listening port (default: 0)
  147.  
  148. -whitebind=<addr>
  149. Bind to given address and whitelist peers connecting to it. Use
  150. [host]:port notation for IPv6
  151.  
  152. -whitelist=<netmask>
  153. Whitelist peers connecting from the given netmask or IP address. Can be
  154. specified multiple times. Whitelisted peers cannot be DoS banned and
  155. their transactions are always relayed, even if they are already in the
  156. mempool, useful e.g. for a gateway
  157.  
  158. Wallet options:
  159.  
  160. -disablewallet
  161. Do not load the wallet and disable wallet RPC calls
  162.  
  163. -keypool=<n>
  164. Set key pool size to <n> (default: 100)
  165.  
  166. -paytxfee=<amt>
  167. Fee (in BTC/kB) to add to transactions you send (default: 0.00)
  168.  
  169. -rescan
  170. Rescan the block chain for missing wallet transactions on startup
  171.  
  172. -salvagewallet
  173. Attempt to recover private keys from a corrupt wallet.dat on startup
  174.  
  175. -sendfreetransactions
  176. Send transactions as zero-fee transactions if possible (default: 0)
  177.  
  178. -spendzeroconfchange
  179. Spend unconfirmed change when sending transactions (default: 1)
  180.  
  181. -txconfirmtarget=<n>
  182. If paytxfee is not set, include enough fee so transactions begin
  183. confirmation on average within n blocks (default: 2)
  184.  
  185. -maxtxfee=<amt>
  186. Maximum total fees to use in a single wallet transaction; setting this
  187. too low may abort large transactions (default: 0.10)
  188.  
  189. -upgradewallet
  190. Upgrade wallet to latest format on startup
  191.  
  192. -wallet=<file>
  193. Specify wallet file (within data directory) (default: wallet.dat)
  194.  
  195. -walletbroadcast
  196. Make the wallet broadcast transactions (default: 1)
  197.  
  198. -walletnotify=<cmd>
  199. Execute command when a wallet transaction changes (%s in cmd is replaced
  200. by TxID)
  201.  
  202. -zapwallettxes=<mode>
  203. Delete all wallet transactions and only recover those parts of the
  204. blockchain through -rescan on startup (1 = keep tx meta data e.g.
  205. account owner and payment request information, 2 = drop tx meta data)
  206.  
  207. Debugging/Testing options:
  208.  
  209. -debug=<category>
  210. Output debugging information (default: 0, supplying <category> is
  211. optional). If <category> is not supplied, output all debugging
  212. information.<category> can be: addrman, alert, bench, coindb, db, lock,
  213. rand, rpc, selectcoins, mempool, net, proxy, prune.
  214.  
  215. -gen
  216. Generate coins (default: 0)
  217.  
  218. -genproclimit=<n>
  219. Set the number of threads for coin generation if enabled (-1 = all
  220. cores, default: 1)
  221.  
  222. -help-debug
  223. Show all debugging options (usage: --help -help-debug)
  224.  
  225. -logips
  226. Include IP addresses in debug output (default: 0)
  227.  
  228. -logtimestamps
  229. Prepend debug output with timestamp (default: 1)
  230.  
  231. -minrelaytxfee=<amt>
  232. Fees (in BTC/Kb) smaller than this are considered zero fee for relaying
  233. (default: 0.00005)
  234.  
  235. -printtoconsole
  236. Send trace/debug info to console instead of debug.log file
  237.  
  238. -shrinkdebugfile
  239. Shrink debug.log file on client startup (default: 1 when no -debug)
  240.  
  241. -testnet
  242. Use the test network
  243.  
  244. Node relay options:
  245.  
  246. -datacarrier
  247. Relay and mine data carrier transactions (default: 1)
  248.  
  249. -datacarriersize
  250. Maximum size of data in data carrier transactions we relay and mine
  251. (default: 80)
  252.  
  253. Block creation options:
  254.  
  255. -blockminsize=<n>
  256. Set minimum block size in bytes (default: 0)
  257.  
  258. -blockmaxsize=<n>
  259. Set maximum block size in bytes (default: 750000)
  260.  
  261. -blockprioritysize=<n>
  262. Set maximum size of high-priority/low-fee transactions in bytes
  263. (default: 50000)
  264.  
  265. RPC server options:
  266.  
  267. -server
  268. Accept command line and JSON-RPC commands
  269.  
  270. -rest
  271. Accept public REST requests (default: 0)
  272.  
  273. -rpcbind=<addr>
  274. Bind to given address to listen for JSON-RPC connections. Use
  275. [host]:port notation for IPv6. This option can be specified multiple
  276. times (default: bind to all interfaces)
  277.  
  278. -rpcuser=<user>
  279. Username for JSON-RPC connections
  280.  
  281. -rpcpassword=<pw>
  282. Password for JSON-RPC connections
  283.  
  284. -rpcport=<port>
  285. Listen for JSON-RPC connections on <port> (default: 8332 or testnet:
  286. 18332)
  287.  
  288. -rpcallowip=<ip>
  289. Allow JSON-RPC connections from specified source. Valid for <ip> are a
  290. single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0)
  291. or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified
  292. multiple times
  293.  
  294. -rpcthreads=<n>
  295. Set the number of threads to service RPC calls (default: 4)
  296.  
  297. -rpckeepalive
  298. RPC support for HTTP persistent connections (default: 1)
  299.  
  300. RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  301.  
  302. -rpcssl
  303. Use OpenSSL (https) for JSON-RPC connections
  304.  
  305. -rpcsslcertificatechainfile=<file.cert>
  306. Server certificate file (default: server.cert)
  307.  
  308. -rpcsslprivatekeyfile=<file.pem>
  309. Server private key (default: server.pem)
  310.  
  311. -rpcsslciphers=<ciphers>
  312. Acceptable ciphers (default:
  313. TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH)
Add Comment
Please, Sign In to add comment