Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
antanst
on 20/02/2014, 08:20:20 UTC

How do i visually know that my account will stay unlocked? The server window doesnt show any information that had anything to do with accounts? Probably for security reasons, but id like some way of knowing that forging is going on in the background.

There's the "getState" command, that shows you how many unlocked accounts your NRS instance has, among other things:

Code:
http://localhost:7874/nxt?requestType=getState

...but there's no forging indicator. Devs: How about adding a command that returns the unlocked accounts plus if they're forging or not? Something like

Code:
?requestType=getForgingStatus

That would return something like

 
Code:
[ {"account" : "..." , forging: true}, {"account" : "..." , forging: false}, ... ]