Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 380 Bytes

cryptocurrency.md

File metadata and controls

25 lines (20 loc) · 380 Bytes

ZCash

Run Daemon inside systemd

zcashd -daemon -bind=[::]:8233

Check the state of the blockchain

zcash-cli getblockchaininfo > blockchain

Bitcoin Core

https://bitcoin.org/en/developer-reference

List Balances

bitcoin-cli listreceivedbyaddress 0 true

Dump Private Key

bitcoin-cli dumpprivkey "myaddress"

https://bitkey.io/