Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 943 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 943 Bytes

Go Report Card

btctracker aims to monitor your specified bitcoin addresses for any changes. It only supports BTC and BCH at the current version.

Features:

  • easily deploy(just modify app.conf file and it will work)
  • clear debug output(benefit by beego)

Usage:

  1. clone this reporsity
git clone https://github.com/qshuai/btctracker.git
  1. install dependence
cd $GOPATH/src/btctracker.git
glide install
  1. run: please configurate your app.conf file
cd ./btctracker
//if you have installed bee tool
bee run

//optional scheme
go build -o tracktx main.go
./tracktx >> debug.log &

Notice:

If you use new BCH address now, please convert it to the older one via following tool online: https://bch.btc.com/tools/address-converter