Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
crypto_zoidberg
on 31/07/2014, 11:17:16 UTC

          Attention, please! I’m extremely pleased to present you the CN Block Explorer. Check out its exceptionally useful and well-detailed features! Some of you might remember that I’ve been missing for a whole month. So as you see I haven’t been fooling around all this time.  I’m open to your suggestions as to how to improve the website. PM me if you’ve got smth to share.


Visit this thread to see the details: https://bitcointalk.org/index.php?topic=716980.msg8099996#msg8099996



    http://chainradar.com/


Coins:                                                                                                                                                                                              

 
Bytecoin BCN blockchain                         Monero XMR blockchain

Fantomcoin FCN blockchain                     Quazarcoin QCN blockchain

duckNote XDN blockchain                       MonetaVerde MCN blockchain

AEON blockchain                                       Bollberry BBR blockchain




Thanks a lot, great job!

BTW: Each block (in coin base transaction extra) we have information about daemon version and build number, that was used to mine a block.
It would be nice if you will show this info with block relevant information.
src\currency_core\miner.cpp:
Code:
  bool miner::request_block_template()
  {
    block bl = AUTO_VAL_INIT(bl);
    wide_difficulty_type di = AUTO_VAL_INIT(di);
    uint64_t height = AUTO_VAL_INIT(height);
    currency::blobdata extra_nonce = PROJECT_VERSION_LONG "|";