besides the other lines, i got:
"currentblocktx" : 2, and the value was 0..
what does this mean ? found 2 blocks ?
or ? :/
I think 'currentblocktx' is the number of transactions to be included in the current block, if you successfully mine (solve) it. Nope, that doesn't mean you found 2 blocks... if you want to see the blocks that you "found" (generated), just use 'listtransactions' for example.
what is the command to have balance, blocks and pps all the time displayed ? any ? or to check blocks, orphanes ?
I'm using this on Linux with headless primecoind:
$ watch "./primecoind getmininginfo && ./primecoind listtransactions"
On Windows, I leave the main window opened (transactions list, I can see if I find blocks) and the debug/console window that allows me to check the pps from time to time