Difference between revisions of "NodeCore CommandLine"
VeriBlockTim (talk | contribs) |
VeriBlockTim (talk | contribs) |
||
Line 1: | Line 1: | ||
See: [[Main_Page]] | See: [[Main_Page]] | ||
+ | |||
+ | __TOC__ | ||
+ | |||
+ | == Overview == | ||
+ | |||
+ | The NodeCore CommandLine can access an instance of NodeCore | ||
+ | |||
+ | == Commands: Not Connected == | ||
+ | |||
+ | When first started, the command line is not connected. | ||
+ | |||
+ | === clear === | ||
+ | |||
+ | Standard command, clears the screen | ||
+ | |||
+ | === connect <peer> === | ||
+ | |||
+ | |||
+ | === help === | ||
+ | |||
+ | Standard help command. | ||
+ | |||
+ | Syntax: | ||
+ | |||
+ | <pre> | ||
+ | help [command] | ||
+ | </pre> | ||
+ | |||
+ | Examples: | ||
+ | |||
+ | <pre> | ||
+ | #returns list of available commands | ||
+ | help | ||
+ | |||
+ | #returns info for a specific command | ||
+ | help connect | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | == Commands: Connected == | ||
All commands: | All commands: |
Revision as of 18:37, 20 January 2018
See: Main_Page
Contents
Overview
The NodeCore CommandLine can access an instance of NodeCore
Commands: Not Connected
When first started, the command line is not connected.
clear
Standard command, clears the screen
connect <peer>
help
Standard help command.
Syntax:
help [command]
Examples:
#returns list of available commands help #returns info for a specific command help connect
Commands: Connected
All commands:
Command | Explanation | Example |
---|---|---|
addNode | ... | ... |
getBalance | ||
getBlockchains | ||
getBlocks | ||
getBlockTemplate | ||
getBlockTimes | ||
getHistory | ||
getInfo | ||
getLastBitcoinBlock | ||
getNewAddress | ||
getPeerInfo | ||
getPendingTransactions | ||
getPop | ||
getSignatureIndex | ||
getTransactions | ||
removeNode | ||
sendCoins | ||
setTransactionFee | ||
signMessage | ||
submitBlocks | ||
submitPop | ||
submitTransactions | ||
validateAddress |