Popular Coin Wallet Console RPC Commands

addmultisigaddress <nrequired> <‘[“key”,”key”]’> [account]
addnode <node> <add|remove|onetry>
backupwallet <destination>
createmultisig <nrequired> <‘[“key”,”key”]’>
createrawtransaction [{“txid”:txid,”vout”:n},…] {address:amount,…}
decoderawtransaction <hex string>
dumpprivkey <popcoinaddress>
getaccount <popcoinaddress>
getaccountaddress <account>
getaddednodeinfo <dns> [node]
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getbestblockhash
getblock <hash> [verbose=true]
getblockcount
getblockhash <index>
getblocktemplate [params]
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnetworkhashps [blocks] [height]
getnewaddress [account]
getpeerinfo
getrawmempool
getrawtransaction <txid> [verbose=0]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <popcoinaddress> [minconf=1]
gettransaction <txid>
gettxout <txid> <n> [includemempool=true]
gettxoutsetinfo
getwork [data]
getworkex [data, coinbase]
help [command]
importprivkey <popcoinprivkey> [label] [rescan=true]
keypoolrefill
listaccounts [minconf=1]
listaddressgroupings
listlockunspent
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listsinceblock [blockhash] [target-confirmations]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=9999999] [“address”,…]
lockunspent unlock? [array-of-Objects]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
sendfrom <fromaccount> <topopcoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,…} [minconf=1] [comment]
sendrawtransaction <hex string>
sendtoaddress <popcoinaddress> <amount> [comment] [comment-to]
setaccount <popcoinaddress> <account>
setgenerate <generate> [genproclimit]
setmininput <amount>
settxfee <amount>
signmessage <popcoinaddress> <message>
signrawtransaction <hex string> [{“txid”:txid,”vout”:n,”scriptPubKey”:hex,”redeemScript”:hex},…] [<privatekey1>,…] [sighashtype=”ALL”]
stop
submitblock <hex data> [optional-params-obj]
validateaddress <popcoinaddress>
verifychain [check level] [num blocks]
verifymessage <popcoinaddress> <signature> <message>
walletlock
walletpassphrase <passphrase> <timeout>
walletpassphrasechange <oldpassphrase> <newpassphrase>

Leave a Reply