Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. Usage: monerod [options|settings] [daemon_command...]
  2.  
  3. Options:
  4. --help Produce help message
  5. --version Output version information
  6. --os-version OS for which this executable was
  7. compiled
  8. --config-file arg (=/root/.bitmonero/bitmonero.conf, /root/.bitmonero/testnet/bitmonero.conf if 'testnet', /root/.bitmonero/stagenet/bitmonero.conf if 'stagenet')
  9. Specify configuration file
  10. --detach Run as daemon
  11. --pidfile arg File path to write the daemon's PID to
  12. (optional, requires --detach)
  13. --non-interactive Run non-interactive
  14.  
  15. Settings:
  16. --log-file arg (=/root/.bitmonero/bitmonero.log, /root/.bitmonero/testnet/bitmonero.log if 'testnet', /root/.bitmonero/stagenet/bitmonero.log if 'stagenet')
  17. Specify log file
  18. --log-level arg
  19. --max-log-file-size arg (=104850000) Specify maximum log file size [B]
  20. --max-log-files arg (=50) Specify maximum number of rotated log
  21. files to be saved (no limit by setting
  22. to 0)
  23. --max-concurrency arg (=0) Max number of threads to use for a
  24. parallel job
  25. --zmq-rpc-bind-ip arg (=127.0.0.1) IP for ZMQ RPC server to listen on
  26. --zmq-rpc-bind-port arg (=18082, 28082 if 'testnet', 38082 if 'stagenet')
  27. Port for ZMQ RPC server to listen on
  28. --data-dir arg (=/root/.bitmonero, /root/.bitmonero/testnet if 'testnet', /root/.bitmonero/stagenet if 'stagenet')
  29. Specify data directory
  30. --test-drop-download For net tests: in download, discard ALL
  31. blocks instead checking/saving them
  32. (very fast)
  33. --test-drop-download-height arg (=0) Like test-drop-download but discards
  34. only after around certain height
  35. --testnet Run on testnet. The wallet must be
  36. launched with --testnet flag.
  37. --stagenet Run on stagenet. The wallet must be
  38. launched with --stagenet flag.
  39. --enforce-dns-checkpointing checkpoints from DNS server will be
  40. enforced
  41. --prep-blocks-threads arg (=4) Max number of threads to use when
  42. preparing block hashes in groups.
  43. --fast-block-sync arg (=1) Sync up most of the way by using
  44. embedded, known block hashes.
  45. --show-time-stats arg (=0) Show time-stats when processing
  46. blocks/txs and disk synchronization.
  47. --block-sync-size arg (=0) How many blocks to sync at once during
  48. chain synchronization (0 = adaptive).
  49. --check-updates arg (=notify) Check for new versions of monero:
  50. [disabled|notify|download|update]
  51. --fluffy-blocks Relay blocks as fluffy blocks
  52. (obsolete, now default)
  53. --no-fluffy-blocks Relay blocks as normal blocks
  54. --test-dbg-lock-sleep arg (=0) Sleep time in ms, defaults to 0 (off),
  55. used to debug before/after locking
  56. mutex. Values 100 to 1000 are good for
  57. tests.
  58. --offline Do not listen for peers, nor connect to
  59. any
  60. --disable-dns-checkpoints Do not retrieve checkpoints from DNS
  61. --max-txpool-size arg (=648000000) Set maximum txpool size in bytes.
  62. --extra-messages-file arg Specify file for extra messages to
  63. include into coinbase transactions
  64. --start-mining arg Specify wallet address to mining for
  65. --mining-threads arg Specify mining threads count
  66. --bg-mining-enable enable/disable background mining
  67. --bg-mining-ignore-battery if true, assumes plugged in when unable
  68. to query system power status
  69. --bg-mining-min-idle-interval arg Specify min lookback interval in
  70. seconds for determining idle state
  71. --bg-mining-idle-threshold arg Specify minimum avg idle percentage
  72. over lookback interval
  73. --bg-mining-miner-target arg Specify maximum percentage cpu use by
  74. miner(s)
  75. --db-type arg (=lmdb) Specify database type, available: lmdb
  76. --db-sync-mode arg (=fast:async:1000) Specify sync option, using format
  77. [safe|fast|fastest]:[sync|async]:[nbloc
  78. ks_per_sync].
  79. --db-salvage Try to salvage a blockchain database if
  80. it seems corrupted
  81. --p2p-bind-ip arg (=0.0.0.0) Interface for p2p network protocol
  82. --p2p-bind-port arg (=18080, 28080 if 'testnet', 38080 if 'stagenet')
  83. Port for p2p network protocol
  84. --p2p-external-port arg (=0) External port for p2p network protocol
  85. (if port forwarding used with NAT)
  86. --allow-local-ip Allow local ip add to peer list, mostly
  87. in debug purposes
  88. --add-peer arg Manually add peer to local peerlist
  89. --add-priority-node arg Specify list of peers to connect to and
  90. attempt to keep the connection open
  91. --add-exclusive-node arg Specify list of peers to connect to
  92. only. If this option is given the
  93. options add-priority-node and seed-node
  94. are ignored
  95. --seed-node arg Connect to a node to retrieve peer
  96. addresses, and disconnect
  97. --hide-my-port Do not announce yourself as peerlist
  98. candidate
  99. --no-igd Disable UPnP port mapping
  100. --out-peers arg (=-1) set max number of out peers
  101. --in-peers arg (=-1) set max number of in peers
  102. --tos-flag arg (=-1) set TOS flag
  103. --limit-rate-up arg (=-1) set limit-rate-up [kB/s]
  104. --limit-rate-down arg (=-1) set limit-rate-down [kB/s]
  105. --limit-rate arg (=-1) set limit-rate [kB/s]
  106. --save-graph Save data for dr monero
  107. --rpc-bind-port arg (=18081, 28081 if 'testnet', 38081 if 'stagenet')
  108. Port for RPC server
  109. --rpc-restricted-bind-port arg Port for restricted RPC server
  110. --restricted-rpc Restrict RPC to view only commands and
  111. do not return privacy sensitive data in
  112. RPC calls
  113. --bootstrap-daemon-address arg URL of a 'bootstrap' remote daemon that
  114. the connected wallets can use while
  115. this daemon is still not fully synced
  116. --bootstrap-daemon-login arg Specify username:password for the
  117. bootstrap daemon login
  118. --rpc-bind-ip arg (=127.0.0.1) Specify IP to bind RPC server
  119. --rpc-login arg Specify username[:password] required
  120. for RPC server
  121. --confirm-external-bind Confirm rpc-bind-ip value is NOT a
  122. loopback (local) IP
  123. --rpc-access-control-origins arg Specify a comma separated list of
  124. origins to allow cross origin resource
  125. sharing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement