How can I check current difficulty and money supply. Can't find relevant commands in help
We need to get a block explorer running, it's on our pressing to-do list. But you can get a fairly close approximation of the money supply this early on by typing
bc_height
in simplewallet
that currently gives
3573
multiply that by approx block reward seen while mining (though this will be approx, because remember in CryptoNote coins the reward goes down a very small amount each block). But it's 8.78ish, so total money supply is currently around 31,370ish.
thats good enough. What about difficulty?
do'h. Sorry, as you can imagine, I'm having a crushingly busy day.
So... a block explorer would show this..
The commands are a bit ugly. lol. In bipcoind:
set_log 3
print_bc 3600
Each block contains its difficulty. (remember, changes with CryptoNote coins each block)
Difficulty of the last block when I checked a bunch of minutes ago and forgot to post to you:
height 3617, timestamp 1471798573, cumul_dif 447249453, cumul_size 208
id <8ff004b8695969ade481d7830ca83bb6588d89a2d80e55319d0b2c45130728ce>
difficulty 1233230, nonce 1431655851, tx_count 0
difficulty is 1.2 million.