From a13950e4fdc38e561526792656b8a3c789f5d329 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Mon, 6 Jan 2014 15:25:56 -0500 Subject: [PATCH] updated --- coinbase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/coinbase.js b/coinbase.js index d230ea3..e89b8b4 100644 --- a/coinbase.js +++ b/coinbase.js @@ -1,3 +1,10 @@ +/* + +Ported from https://github.com/slush0/stratum-mining + + */ + + var binpack = require('/usr/lib/node_modules/binpack'); var buffertools = require('/usr/lib/node_modules/buffertools');