How Can We Help?
< All Topics
Print

GUAP Wallet command line (debug console) commands

== Blockchain ==
getbestblockhash
getblock “hash” ( verbose )
getblockchaininfo
getblockcount
getblockhash index
getblockheader “hash” ( verbose )
getchaintips
getdifficulty
getfeeinfo blocks
getmempoolinfo
getrawmempool ( verbose )
gettxout “txid” n ( includemempool )
gettxoutsetinfo
verifychain ( checklevel numblocks )

 

== Control ==
getinfo
help ( “command” )
stop

 

== Generating ==
getgenerate
gethashespersec
setgenerate generate ( genproclimit )

 

== Guapcoin ==
checkbudgets
createmasternodekey
getbudgetinfo ( “proposal” )
getbudgetprojection
getbudgetvotes “proposal-name”
getmasternodecount
getmasternodeoutputs
getmasternodescores ( blocks )
getmasternodestatus
getmasternodewinners ( blocks “filter” )
getnextsuperblock
listmasternodeconf ( “filter” )
listmasternodes ( “filter” )
masternode “command”…
masternodeconnect “address”
masternodecurrent
masternodedebug
mnbudget “command”… ( “passphrase” )
mnbudgetrawvote “masternode-tx-hash” masternode-tx-index “proposal-hash” yes|no time “vote-sig”
mnbudgetvote “local|many|alias” “votehash” “yes|no” ( “alias” )
mnfinalbudget “command”… ( “passphrase” )
mnsync “status|reset”
preparebudget “proposal-name” “url” payment-count block-start “GUAP-address” monthly-payment
spork <name> [<value>]
startmasternode “local|all|many|missing|disabled|alias” lockwallet ( “alias” )
submitbudget “proposal-name” “url” payment-count block-start “GUAP-address” monthly-payment “fee-tx”

 

== Mining ==
getblocktemplate ( “jsonrequestobject” )
getmininginfo
getnetworkhashps ( blocks height )
prioritisetransaction <txid> <priority delta> <fee delta>
reservebalance ( reserve amount )
submitblock “hexdata” ( “jsonparametersobject” )

 

== Network ==
addnode “node” “add|remove|onetry”
clearbanned
disconnectnode “node”
getaddednodeinfo dns ( “node” )
getconnectioncount
getnettotals
getnetworkinfo
getpeerinfo
listbanned
ping
setban “ip(/netmask)” “add|remove” (bantime) (absolute)

 

== Rawtransactions ==
createrawtransaction [{“txid”:”id”,”vout”:n},…] {“address”:amount,…}
decoderawtransaction “hexstring”
decodescript “hex”
getrawtransaction “txid” ( verbose )
sendrawtransaction “hexstring” ( allowhighfees )
signrawtransaction “hexstring” ( [{“txid”:”id”,”vout”:n,”scriptPubKey”:”hex”,”redeemScript”:”hex”},…] [“privatekey1”,…] sighashtype )

 

== Util ==
createmultisig nrequired [“key”,…]
estimatefee nblocks
estimatepriority nblocks
validateaddress “GUAPaddress”
verifymessage “GUAPaddress” “signature” “message”

 

== Wallet ==
addmultisigaddress nrequired [“key”,…] ( “account” )
autocombinerewards true|false ( threshold )
backupwallet “destination”
bip38decrypt “GUAPaddress”
bip38encrypt “GUAPaddress”
dumpprivkey “GUAPaddress”
dumpwallet “filename”
getaccount “GUAPaddress”
getaccountaddress “account”
getaddressesbyaccount “account”
getbalance ( “account” minconf includeWatchonly )
getnewaddress ( “account” )
getrawchangeaddress
getreceivedbyaccount “account” ( minconf )
getreceivedbyaddress “GUAPaddress” ( minconf )
getstakesplitthreshold
getstakingstatus
gettransaction “txid” ( includeWatchonly )
getunconfirmedbalance
getwalletinfo
importaddress “address” ( “label” rescan )
importprivkey “GUAPprivkey” ( “label” rescan )
importwallet “filename”
keypoolrefill ( newsize )
listaccounts ( minconf includeWatchonly)
listaddressgroupings
listlockunspent
listreceivedbyaccount ( minconf includeempty includeWatchonly)
listreceivedbyaddress ( minconf includeempty includeWatchonly)
listsinceblock ( “blockhash” target-confirmations includeWatchonly)
listtransactions ( “account” count from includeWatchonly)
listunspent ( minconf maxconf  [“address”,…] )
lockunspent unlock [{“txid”:”txid”,”vout”:n},…]
move “fromaccount” “toaccount” amount ( minconf “comment” )
multisend <command>
sendfrom “fromaccount” “toGUAPaddress” amount ( minconf “comment” “comment-to” )
sendmany “fromaccount” {“address”:amount,…} ( minconf “comment” )
sendtoaddress “GUAPaddress” amount ( “comment” “comment-to” )
sendtoaddressix “GUAPaddress” amount ( “comment” “comment-to” )
setaccount “GUAPaddress” “account”
setstakesplitthreshold value
settxfee amount
signmessage “GUAPaddress” “message”
walletlock
walletpassphrase “passphrase” timeout
walletpassphrasechange “oldpassphrase” “newpassphrase”

Table of Contents