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!
- Host: GitHub
- URL: https://github.com/qshuai/btctracker
- Owner: qshuai
- License: mit
- Created: 2018-01-03T16:21:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T14:06:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T20:47:12.128Z (over 1 year ago)
- Topics: bitcoin, bitcoin-cash, monitor, real-time, track
- Language: Go
- Homepage:
- Size: 12.1 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)