Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1.  
  2. addmultisigaddress <nrequired> <'["key","key"]'> [account]
  3. addredeemscript <redeemScript> [account]
  4. backupwallet <destination>
  5. checkwallet
  6. createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
  7. decoderawtransaction <hex string>
  8. decodescript <hex string>
  9. dumpprivkey <solariscoinaddress>
  10. dumpwallet <filename>
  11. encryptwallet <passphrase>
  12. getaccount <solariscoinaddress>
  13. getaccountaddress <account>
  14. getaddressesbyaccount <account>
  15. getbalance [account] [minconf=1]
  16. getbestblockhash
  17. getblock <hash> [txinfo]
  18. getblock <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 <solariscoinaddress> [minconf=1]
  34. getstakinginfo
  35. getsubsidy [nTarget]
  36. gettransaction <txid>
  37. getwork [data]
  38. getworkex [data, coinbase]
  39. help [command]
  40. importprivkey <solariscoinprivkey> [label]
  41. importwallet <filename>
  42. keypoolrefill [new-size]
  43. listaccounts [minconf=1]
  44. listaddressgroupings
  45. listreceivedbyaccount [minconf=1] [includeempty=false]
  46. listreceivedbyaddress [minconf=1] [includeempty=false]
  47. listsinceblock [blockhash] [target-confirmations]
  48. listtransactions [account] [count=10] [from=0]
  49. listunspent [minconf=1] [maxconf=9999999] ["address",...]
  50. makekeypair [prefix]
  51. move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
  52. repairwallet
  53. resendtx
  54. reservebalance [<reserve> [amount]]
  55. sendalert <message> <privatekey> <minver> <maxver> <priority> <id> [cancelupto]
  56. sendfrom <fromaccount> <tosolariscoinaddress> <amount> [minconf=1] [comment] [comment-to]
  57. sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
  58. sendrawtransaction <hex string>
  59. sendtoaddress <solariscoinaddress> <amount> [comment] [comment-to]
  60. setaccount <solariscoinaddress> <account>
  61. settxfee <amount>
  62. signmessage <solariscoinaddress> <message>
  63. signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighashtype="ALL"]
  64. stop <detach>
  65. submitblock <hex data> [optional-params-obj]
  66. validateaddress <solariscoinaddress>
  67. validatepubkey <solariscoinpubkey>
  68. verifymessage <solariscoinaddress> <signature> <message>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement