https://github.com/anders94/bitcoin-cold-storage-check
Show how much bitcoin addresses contain.
https://github.com/anders94/bitcoin-cold-storage-check
Last synced: over 1 year ago
JSON representation
Show how much bitcoin addresses contain.
- Host: GitHub
- URL: https://github.com/anders94/bitcoin-cold-storage-check
- Owner: anders94
- Created: 2015-01-29T21:08:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T13:12:00.000Z (over 11 years ago)
- Last Synced: 2025-01-15T12:12:35.889Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin-cold-storage-check
Display the amount of bitcoin stored in cold storage addresses. Uses api.bitfinex.com
and insight.bitpay.com for data.
Setup
-----
Start by installing the dependancies:
npm install
Copy the addresses.json.example to addresses.json:
cp addresses.json.example addresses.json
Edit and add the addresses you wish to track.
Run
---
Find out the present value in USD of the addresses in addresses.json:
node app
Notes
-----
This package first gets the current USD / BTC price from Bitfinex. Support
for other exchanges isn't yet available.
This tool also relies on [Insight from BitPay](https://github.com/bitpay/insight). You can run your own copy of
Insight locally so you aren't "tipping your hand" to the world about your
cold storage addresses.