Skip to content

Instantly share code, notes, and snippets.

@zinntikumugai
Last active February 25, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinntikumugai/4f4db43af526f7a76cdd7ed8b5d62f44 to your computer and use it in GitHub Desktop.
Save zinntikumugai/4f4db43af526f7a76cdd7ed8b5d62f44 to your computer and use it in GitHub Desktop.
kumacoin
20:35:09
addmultisigaddress <nrequired> <'["key","key"]'> [account]
backupwallet <destination>
checkwallet
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction <hex string>
dumpprivkey <KumaCoinaddress>
encryptwallet <passphrase>
getaccount <KumaCoinaddress>
getaccountaddress <account>
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getblock <hash> [txinfo]
getblock <number> [txinfo]
getblockcount
getblockhash <index>
getblocktemplate [params]
getcheckpoint
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnewaddress [account]
getnewpubkey [account]
getpeerinfo
getrawmempool
getrawtransaction <txid> [verbose=0]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <KumaCoinaddress> [minconf=1]
getstakinginfo
gettransaction <txid>
getwork [data]
getworkex [data, coinbase]
help [command]
importprivkey <KumaCoinprivkey> [label]
keypoolrefill
listaccounts [minconf=1]
listaddressgroupings
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",...]
makekeypair [prefix]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
repairwallet
resendtx
reservebalance [<reserve> [amount]]
sendalert <message> <privatekey> <minver> <maxver> <priority> <id> [cancelupto]
sendfrom <fromaccount> <toKumaCoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
sendrawtransaction <hex string>
sendtoaddress <KumaCoinaddress> <amount> [comment] [comment-to]
setaccount <KumaCoinaddress> <account>
setgenerate <generate> [genproclimit]
settxfee <amount>
signmessage <KumaCoinaddress> <message>
signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighashtype="ALL"]
stop <detach>
submitblock <hex data> [optional-params-obj]
validateaddress <KumaCoinaddress>
validatepubkey <KumaCoinpubkey>
verifymessage <KumaCoinaddress> <signature> <message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment