Post
Topic
Board Games and rounds
Re: CoinWallet.eu Stress Test Cancelled + Bitcoin Giveaway
by
rubensayshi
on 10/09/2015, 16:36:35 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



awh yea, had to bump the version of the NodeJS SDK, it didn't have that endpoint added to it yet :/ (done now)