LinuxCommandLibrary

hsd-cli

hsd-cli

TLDR

Retrieve information about the current server

$ hsd-cli info
copy


Broadcast a local transaction
$ hsd-cli broadcast [transaction_hex]
copy


Retrieve a mempool snapshot
$ hsd-cli mempool
copy


View a transaction by address or hash
$ hsd-cli tx [address_or_hash]
copy


View a coin by its hash index or address
$ hsd-cli coin [hash_index_or_address]
copy


View a block by height or hash
$ hsd-cli block [height_or_hash]
copy


Reset the chain to the specified block
$ hsd-cli reset [height_or_hash]
copy


Execute an RPC command
$ hsd-cli rpc [command] [args]
copy

Copied to clipboard