Advertisement
winter45

Untitled

Aug 15th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. Usage:
  2. vertcoin-cli [options] <command> [params] Send command to Vertcoin Core
  3. vertcoin-cli [options] help List commands
  4. vertcoin-cli [options] help <command> Get help for a command
  5.  
  6. Options:
  7.  
  8. -?
  9. This help message
  10.  
  11. -conf=<file>
  12. Specify configuration file (default: vertcoin.conf)
  13.  
  14. -datadir=<dir>
  15. Specify data directory
  16.  
  17. Chain selection options:
  18.  
  19. -testnet
  20. Use the test chain
  21.  
  22. -regtest
  23. Enter regression test mode, which uses a special chain in which blocks
  24. can be solved instantly. This is intended for regression testing
  25. tools and app development.
  26.  
  27. -rpcconnect=<ip>
  28. Send commands to node running on <ip> (default: 127.0.0.1)
  29.  
  30. -rpcport=<port>
  31. Connect to JSON-RPC on <port> (default: 5888 or testnet: 15888)
  32.  
  33. -rpcwait
  34. Wait for RPC server to start
  35.  
  36. -rpcuser=<user>
  37. Username for JSON-RPC connections
  38.  
  39. -rpcpassword=<pw>
  40. Password for JSON-RPC connections
  41.  
  42. -rpcclienttimeout=<n>
  43. Timeout during HTTP requests (default: 900)
  44.  
  45. -stdin
  46. Read extra arguments from standard input, one per line until EOF/Ctrl-D
  47. (recommended for sensitive information such as passphrases)
  48.  
  49. Error: too few parameters
  50. Usage:
  51. vertcoin-cli [options] <command> [params] Send command to Vertcoin Core
  52. vertcoin-cli [options] help List commands
  53. vertcoin-cli [options] help <command> Get help for a command
  54.  
  55. Options:
  56.  
  57. -?
  58. This help message
  59.  
  60. -conf=<file>
  61. Specify configuration file (default: vertcoin.conf)
  62.  
  63. -datadir=<dir>
  64. Specify data directory
  65.  
  66. Chain selection options:
  67.  
  68. -testnet
  69. Use the test chain
  70.  
  71. -regtest
  72. Enter regression test mode, which uses a special chain in which blocks
  73. can be solved instantly. This is intended for regression testing
  74. tools and app development.
  75.  
  76. -rpcconnect=<ip>
  77. Send commands to node running on <ip> (default: 127.0.0.1)
  78.  
  79. -rpcport=<port>
  80. Connect to JSON-RPC on <port> (default: 5888 or testnet: 15888)
  81.  
  82. -rpcwait
  83. Wait for RPC server to start
  84.  
  85. -rpcuser=<user>
  86. Username for JSON-RPC connections
  87.  
  88. -rpcpassword=<pw>
  89. Password for JSON-RPC connections
  90.  
  91. -rpcclienttimeout=<n>
  92. Timeout during HTTP requests (default: 900)
  93.  
  94. -stdin
  95. Read extra arguments from standard input, one per line until EOF/Ctrl-D
  96. (recommended for sensitive information such as passphrases)
  97.  
  98. Error: too few parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement