Post
Topic
Board Altcoin Discussion
Re: [Nxt] API of Nxt
by
Come-from-Beyond
on 14/01/2014, 18:41:34 UTC
That's what I figured, but a quick check shows only ~7000 unique recipients in transactions.nxt vs. 14,000 accounts in the blockchain explorer:

Code:
$ java -jar jdeserialize-1.2.jar nxt/transactions.nxt | grep -E "recipient: [0-9-]+" | awk '{ print $2 }' | sort | uniq | wc -l
7105

R recipients with negative value included?