Post
Topic
Board Games and rounds
Re: CoinWallet.eu Stress Test Cancelled + Bitcoin Giveaway
by
coinpr0n
on 10/09/2015, 16:35:08 UTC
I've created a small NodeJS script that uses the Blocktrail API (SDK) to loop over the WIFs that have been published (manually copy pasted them into a list) and fetch their info, see; https://gist.github.com/rubensayshi/5f939d2de23071b85432

WIFs 472
addrs 472
addrs with balance 403
received 14.69008000
balance 11.09027000
unconfirmed balance -5.68942000
utxos 1,109,027
utxos size 158,590.861kb



There is an error
Code:

client.addresses(addresses, function(err, addresses) {
               ^
TypeError: undefined is not a function


You probably have to install the dependencies ... usually `npm install` but you could just do them manually too. (I'm guessing)