Post
Topic
Board Development & Technical Discussion
Topic OP
In bitcoind satoshi client, how to show block number of your generated blocks
by
r.freeman
on 15/01/2014, 14:28:07 UTC
Please remind me, when you generate blocks, how to show also the block number of them?
listtransactions seems to not show height.

Even gettransaction doesn't.

Well listtransactions and then getblock shows height, but that's 2 step...

You could calculate it from confirmations field, but that's not nice hack.

Any simple solution to list all transactions (or, all generated) including their height? Or do we need to patch source for this?