tbtc-faucets

withdraw testnet bitcoins from various faucets


Keywords
bitcoin, testnet, tradle
License
MIT
Install
npm install tbtc-faucets@0.1.2

Documentation

Withdraw from testnet faucets

Usage

var faucets = require('tbtc-faucets')
faucets.RoyalForkBlog.withdraw('mpjuaPusdVC5cKvVYCFX94bJX1SNUY8EJo', 10000, function(err) {
  if (!err) console.log('Withdrew funds successfully')
})