btctracker aims to monitor your specified bitcoin addresses for any changes. It only supports BTC and BCH at the current version.
- easily deploy(just modify app.conf file and it will work)
- clear debug output(benefit by beego)
- clone this reporsity
git clone https://github.com/qshuai/btctracker.git
- install dependence
cd $GOPATH/src/btctracker.git
glide install
- 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 &
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