Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
Come-from-Beyond
on 06/12/2013, 11:12:15 UTC
nxt doing fine.

blocks with fees are rising. number of accounts also.

just added statistics, have a look: http://87.230.14.1/nxt/nxt.cgi?action=40


ps: due to the courtesy of  GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.


Could u fix this interface "bug"?




NRS uses

Code:
(block.baseTarget >= 100000 ? Math.round(block.baseTarget / 1000) : (block.baseTarget >= 10000 ? Math.round(block.baseTarget / 100) / 10 : (block.baseTarget >= 1000 ? Math.round(block.baseTarget / 10) / 100 : block.baseTarget / 1000))) + " %";

block.baseTarget is in 1000th of percent.