Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1.  
  2. == Blockchain ==
  3. callcontract "address" "data" ( address )
  4. getaccountinfo "address"
  5. getbestblockhash
  6. getblock "blockhash" ( verbosity )
  7. getblockchaininfo
  8. getblockcount
  9. getblockhash height
  10. getblockheader "hash" ( verbose )
  11. getblockstats hash_or_height ( stats )
  12. getchaintips
  13. getchaintxstats ( nblocks blockhash )
  14. getcontractcode "address"
  15. getdifficulty
  16. getmempoolancestors txid (verbose)
  17. getmempooldescendants txid (verbose)
  18. getmempoolentry txid
  19. getmempoolinfo
  20. getrawmempool ( verbose )
  21. getstorage "address"
  22. gettransactionreceipt "hash"
  23. gettxout "txid" n ( include_mempool )
  24. gettxoutproof ["txid",...] ( blockhash )
  25. gettxoutsetinfo
  26. listcontracts (start maxDisplay)
  27. preciousblock "blockhash"
  28. pruneblockchain
  29. savemempool
  30. scantxoutset <action> ( <scanobjects> )
  31. searchlogs <fromBlock> <toBlock> (address) (topics)
  32. verifychain ( checklevel nblocks )
  33. verifytxoutproof "proof"
  34. waitforlogs (fromBlock) (toBlock) (filter) (minconf)
  35.  
  36. == Control ==
  37. getdgpinfo
  38. getmemoryinfo ("mode")
  39. help ( "command" )
  40. logging ( <include> <exclude> )
  41. stop
  42. uptime
  43.  
  44. == Generating ==
  45. generate nblocks ( maxtries )
  46. generatetoaddress nblocks address (maxtries)
  47.  
  48. == Mining ==
  49. getblocktemplate ( TemplateRequest )
  50. getmininginfo
  51. getnetworkhashps ( nblocks height )
  52. getstakinginfo
  53. getsubsidy [nTarget]
  54. prioritisetransaction <txid> <dummy value> <fee delta>
  55. submitblock "hexdata" ( "dummy" )
  56.  
  57. == Network ==
  58. addnode "node" "add|remove|onetry"
  59. clearbanned
  60. disconnectnode "[address]" [nodeid]
  61. getaddednodeinfo ( "node" )
  62. getconnectioncount
  63. getnettotals
  64. getnetworkinfo
  65. getpeerinfo
  66. listbanned
  67. ping
  68. setban "subnet" "add|remove" (bantime) (absolute)
  69. setnetworkactive true|false
  70.  
  71. == Rawtransactions ==
  72. combinepsbt ["psbt",...]
  73. combinerawtransaction ["hexstring",...]
  74. converttopsbt "hexstring" ( permitsigdata iswitness )
  75. createpsbt [{"txid":"id","vout":n},...] [{"address":amount},{"data":"hex"},...] ( locktime ) ( replaceable )
  76. createrawtransaction [{"txid":"id","vout":n},...] [{"address":amount},{"data":"hex"},...] ( locktime ) ( replaceable )
  77. decodepsbt "psbt"
  78. decoderawtransaction "hexstring" ( iswitness )
  79. decodescript "hexstring"
  80. finalizepsbt "psbt" ( extract )
  81. fromhexaddress "hexaddress"
  82. fundrawtransaction "hexstring" ( options iswitness )
  83. gethexaddress "address"
  84. getrawtransaction "txid" ( verbose "blockhash" )
  85. sendrawtransaction "hexstring" ( allowhighfees )
  86. signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
  87. signrawtransactionwithkey "hexstring" ["privatekey1",...] ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] sighashtype )
  88. testmempoolaccept ["rawtxs"] ( allowhighfees )
  89.  
  90. == Util ==
  91. createmultisig nrequired ["key",...] ( "address_type" )
  92. estimatesmartfee conf_target ("estimate_mode")
  93. signmessagewithprivkey "privkey" "message"
  94. validateaddress "address"
  95. verifymessage "address" "signature" "message"
  96.  
  97. == Wallet ==
  98. abandontransaction "txid"
  99. abortrescan
  100. addmultisigaddress nrequired ["key",...] ( "label" "address_type" )
  101. backupwallet "destination"
  102. bumpfee "txid" ( options )
  103. createcontract "bytecode" (gaslimit gasprice "senderaddress" broadcast)
  104. createwallet "wallet_name" ( disable_private_keys )
  105. dumpprivkey "address"
  106. dumpwallet "filename"
  107. encryptwallet "passphrase"
  108. getaccount (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  109. getaccountaddress (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  110. getaddressbyaccount (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  111. getaddressesbylabel "label"
  112. getaddressinfo "address"
  113. getbalance ( "(dummy)" minconf include_watchonly )
  114. getnewaddress ( "label" "address_type" )
  115. getrawchangeaddress ( "address_type" )
  116. getreceivedbyaccount (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  117. getreceivedbyaddress "address" ( minconf )
  118. gettransaction "txid" ( include_watchonly ) (waitconf)
  119. getunconfirmedbalance
  120. getwalletinfo
  121. importaddress "address" ( "label" rescan p2sh )
  122. importmulti "requests" ( "options" )
  123. importprivkey "fantasygoldprivkey" ( "label" ) ( rescan )
  124. importprunedfunds
  125. importpubkey "pubkey" ( "label" rescan )
  126. importwallet "filename"
  127. keypoolrefill ( newsize )
  128. listaccounts (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  129. listaddressgroupings
  130. listlabels ( "purpose" )
  131. listlockunspent
  132. listreceivedbyaccount (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  133. listreceivedbyaddress ( minconf include_empty include_watchonly address_filter )
  134. listsinceblock ( "blockhash" target_confirmations include_watchonly include_removed )
  135. listtransactions (label count skip include_watchonly)
  136. listunspent ( minconf maxconf ["addresses",...] [include_unsafe] [query_options])
  137. listwallets
  138. loadwallet "filename"
  139. lockunspent unlock ([{"txid":"txid","vout":n},...])
  140. move (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  141. removeprunedfunds "txid"
  142. rescanblockchain ("start_height") ("stop_height")
  143. reservebalance [<reserve> [amount]]
  144. sendfrom (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  145. sendmany "" {"address":amount,...} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode")
  146. sendmanywithdupes "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
  147. sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode")
  148. sendtocontract "contractaddress" "data" (amount gaslimit gasprice senderaddress broadcast)
  149. setaccount (Deprecated, will be removed in V0.18. To use this command, start fantasygoldd with -deprecatedrpc=accounts)
  150. sethdseed ( "newkeypool" "seed" )
  151. settxfee amount
  152. signmessage "address" "message"
  153. signrawtransactionwithwallet "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] sighashtype )
  154. unloadwallet ( "wallet_name" )
  155. walletcreatefundedpsbt [{"txid":"id","vout":n},...] [{"address":amount},{"data":"hex"},...] ( locktime ) ( replaceable ) ( options bip32derivs )
  156. walletlock
  157. walletpassphrase "passphrase" timeout stakingonly
  158. walletpassphrasechange "oldpassphrase" "newpassphrase"
  159. walletprocesspsbt "psbt" ( sign "sighashtype" bip32derivs )
  160.  
  161. == Zmq ==
  162. getzmqnotifications
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement