Skip to content

Releases: vherus/ZenCash-Rpc-Client

Wallet Commands

20 Apr 17:29
Compare
Choose a tag to compare
v1.7

Improve code quality

Util Commands

19 Apr 18:25
Compare
Choose a tag to compare

Adds the util commands.

createmultisig nrequired ["key",...]
estimatefee nblocks
estimatepriority nblocks
validateaddress "bitcoinaddress"
verifymessage "bitcoinaddress" "signature" "message"
z_validateaddress "zaddr"

Raw Transactions Commands

19 Apr 18:06
Compare
Choose a tag to compare

Adds the Raw Transactions commands.

createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...}
decoderawtransaction "hexstring"
decodescript "hex"
fundrawtransaction "hexstring"
getrawtransaction "txid" ( verbose )
sendrawtransaction "hexstring" ( allowhighfees )
signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )

Network Commands

19 Apr 15:53
Compare
Choose a tag to compare
addnode "node" "add|remove|onetry"
clearbanned
disconnectnode "node"
getaddednodeinfo dns ( "node" )
getconnectioncount
getnettotals
getnetworkinfo
getpeerinfo
listbanned
ping
setban "ip(/netmask)" "add|remove" (bantime) (absolute)

Mining Commands

18 Apr 16:25
Compare
Choose a tag to compare

This release includes all of the available RPC mining commands.

getblocksubsidy height
getblocktemplate ( "jsonrequestobject" )
getlocalsolps
getmininginfo
getnetworkhashps ( blocks height )
getnetworksolps ( blocks height )
prioritisetransaction
submitblock "hexdata"