Advertisement
Nargren

Gridcoin-commands

Jan 1st, 2015
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. addmultisigaddress <nrequired> <'["key","key"]'> [account]
  2. addredeemscript <redeemScript> [account]
  3. backupwallet <destination>
  4. checkwallet
  5. createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
  6. decoderawtransaction <hex string>
  7. decodescript <hex string>
  8. dumpprivkey <gridcoinaddress>
  9. dumpwallet <filename>
  10. encryptwallet <passphrase>
  11. execute <string::itemname> <string::parameter>
  12. getaccount <gridcoinaddress>
  13. getaccountaddress <account>
  14. getaddressesbyaccount <account>
  15. getbalance [account] [minconf=1]
  16. getbestblockhash
  17. getblock <hash> [txinfo]
  18. getblockbynumber <number> [txinfo]
  19. getblockcount
  20. getblockhash <index>
  21. getblocktemplate [params]
  22. getcheckpoint
  23. getconnectioncount
  24. getdifficulty
  25. getinfo
  26. getmininginfo
  27. getnewaddress [account]
  28. getnewpubkey [account]
  29. getpeerinfo
  30. getrawmempool
  31. getrawtransaction <txid> [verbose=0]
  32. getreceivedbyaccount <account> [minconf=1]
  33. getreceivedbyaddress <GridCoinaddress> [minconf=1]
  34. getstakinginfo
  35. getsubsidy [nTarget]
  36. gettransaction <txid>
  37. getwork [data]
  38. getworkex [data, coinbase]
  39. help [command]
  40. importprivkey <gridcoinprivkey> [label]
  41. importwallet <filename>
  42. keypoolrefill [new-size]
  43. list <string::itemname>
  44. listaccounts [minconf=1]
  45. listaddressgroupings
  46. listreceivedbyaccount [minconf=1] [includeempty=false]
  47. listreceivedbyaddress [minconf=1] [includeempty=false]
  48. listsinceblock [blockhash] [target-confirmations]
  49. listtransactions [account] [count=10] [from=0]
  50. listunspent [minconf=1] [maxconf=9999999] ["address",...]
  51. makekeypair [prefix]
  52. move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
  53. ping
  54. repairwallet
  55. resendtx
  56. reservebalance [<reserve> [amount]]
  57. sendalert <message> <privatekey> <minver> <maxver> <priority> <id> [cancelupto]
  58. sendfrom <fromaccount> <toGridCoinaddress> <amount> [minconf=1] [comment] [comment-to]
  59. sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
  60. sendrawtransaction <hex string>
  61. sendtoaddress <gridcoinaddress> <amount> [comment] [comment-to]
  62. setaccount <gridcoinaddress> <account>
  63. settxfee <amount>
  64. showblock <index>
  65. signmessage <GridCoinaddress> <message>
  66. signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighashtype="ALL"]
  67. stop
  68. submitblock <hex data> [optional-params-obj]
  69. upgrade
  70. validateaddress <gridcoinaddress>
  71. validatepubkey <gridcoinpubkey>
  72. verifymessage <GridCoinaddress> <signature> <message>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement