UNPKG

blockchain-link

Version:

Link - The Blockchain File Sharing Protocol

14 lines (10 loc) 256 B
bitcoin = require 'bitcoin' client = new bitcoin.Client host: 'localhost' port: 8332 user: 'Kevlar' pass: 'zabbas' db = require('./linkDB').getDB("Feathercoin", client) setInterval ()-> db.search "pirate", console.log , 100