An open API service indexing awesome lists of open source software.

https://github.com/qshuai/btctracker

This program let you watch your bitcoin and bitcoincash addresses for any changes at the same time!
https://github.com/qshuai/btctracker

bitcoin bitcoin-cash monitor real-time track

Last synced: 5 months ago
JSON representation

This program let you watch your bitcoin and bitcoincash addresses for any changes at the same time!

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/qshuai/btctracker)](https://goreportcard.com/report/github.com/qshuai/btctracker)

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
```
2. install dependence
```
cd $GOPATH/src/btctracker.git
glide install
```
3. 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](https://bch.btc.com/tools/address-converter)