1.0.1 • Published 9 years ago
bc-confirm v1.0.1
Bitcoin Confirmations
Notifies the user when a bitcoin transaction has had a certain amount of confirmations. Uses blockr.io API.

Installation
> git clone https://github.com/RossMcMillan92/bitcoin-confirmations
> cd bitcoin-confirmations
> npm install
> node index.jsUsage
> node index.js <transaction-hash><transaction-hash>: Hash of the Bitcoin transaction.
Optional arguments
> node index.js <transaction-hash> <target-confirmations> <timeout-length><target-confirmations>: Amount of confirmations to reach before being notified. Default: 3.
<timeout-length>: Timeout between pings. Default: 60s.