DecryptCoin
This repo holds PrivateKey decryption Sequence code for BTC and ETH
Building and installing
- cd to `~/go/src/github.com/cryptoadmins/DecryptCoin
- install required packages with
go get
- build the executable with
go build
- include the executable in
$PATH
: sudo cp decryptcoin /usr/local/bin
Usage
For generating keys, run:
decryptcoin btc <page number>
decryptcoin eth <page number>
For searching by private key, run:
decryptcoin btc-search <btc private key>
decryptcoin eth-search <eth private key>