Browse Source

Update readme

master
Duke Leto 3 years ago
parent
commit
0cefcc2759
  1. 15
      README.md

15
README.md

@ -1,11 +1,11 @@
# wack - Wallet Ack # wack - Wallet Ack
Inspired by Ack, this is wallet ack (wack). It can read any Bitcoin :fire: Inspired by Ack :fire: this is wallet ack (wack). It can read any Bitcoin
(or compatible fork) wallet.dat file and tell you lots of stuff about it, (or compatible fork) wallet.dat file and tell you lots of stuff about it,
allow you to search it, perform forensic analysis on corrupt files and allow you to search it, perform forensic analysis on corrupt files and
various other things. various other things.
Here is a typical Zcash fork wallet.dat : Here is a typical HUSH wallet.dat :
$ ./wack $ ./wack
=====Wallet Key Stats===== =====Wallet Key Stats=====
@ -26,16 +26,17 @@ Here is a typical Zcash fork wallet.dat :
witnesscachesize 1 witnesscachesize 1
Total: 5158 keys in 15 key types Total: 5158 keys in 15 key types
This particular wallet came from a Hush 2.0 node, which can be inferred because This particular wallet came from a Hush 2.0 node. You can tell it is not a BTC
64 of the watch-only addresses correspond to 2018 Komodo notary addresses. mainnet wallet because those do not have things such as a `zkey`, which is the private
key of a zaddr.
# CLI Arguments # CLI Arguments
By default, wack reads a wallet.dat in the current directory. To specify a different By default, wack reads a wallet.dat in the current directory. To specify a different
location, give it as an argument. For example, the default location of a Zcash wallet location, give it as an argument. For example, the default location of a Bitcoin wallet
on OS X: on OS X:
./wack ~/Library/Application\ Support/Zcash/wallet.dat ./wack ~/Library/Application\ Support/Bitcoin/wallet.dat
# Security # Security
@ -52,9 +53,9 @@ that has any value.
# Compatible Coins # Compatible Coins
* Bitcoin * Bitcoin
* Hush
* Zcash * Zcash
* Komodo + all asset chains * Komodo + all asset chains
* Hush
* Any codebase which uses BTC wallet.dat format * Any codebase which uses BTC wallet.dat format
Currently Monero/CryptoNite wallets are not supported, but that feature may Currently Monero/CryptoNite wallets are not supported, but that feature may

Loading…
Cancel
Save