BitShares Forum

Main => General Discussion => Topic started by: BTSdac on March 14, 2015, 05:18:46 pm

Title: how to list the random_seed of specified block?
Post by: BTSdac on March 14, 2015, 05:18:46 pm
(wallet closed) >>> blockchain_get_block 2025323
{
  "previous": "daf0a6804b117f816bd0cefabdfc9d8e5438889b",
  "block_num": 2025323,
  "timestamp": "2015-03-14T08:48:40",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "f7e8b19f44f38c50e1e36408da44cadaad3c244c",
  "previous_secret": "90a12a2bbdc0206db1a38d3d902422052a772029",
  "delegate_signature": "20458343954f80064159be054c46f6c8f0f550314cbad1d742a534f5fce3708bcf7a26f0f6096a4ed3fd04148d145efd833feefb95bb57146161fea29bb9619ace",
  "user_transaction_ids": [],
  "id": "e93c217792832f0eb620ad8b9d6da8c2217e93b8",
  "block_size": 166,
  "latency": 0,
  "signee_shares_issued": 0,
  "signee_fees_collected": 0,
  "signee_fees_destroyed": 0,
  "random_seed": "0000000000000000000000000000000000000000",
  "processing_time": 0
Title: Re: how to list the random_seed of specified block?
Post by: xeroc on March 14, 2015, 06:13:26 pm
You need to run the client with --enable-statistics and reindex .. the you will see the random seed .. hard disk space is spared when not indexing those seeds ..
Title: Re: how to list the random_seed of specified block?
Post by: BTSdac on March 15, 2015, 06:02:08 am
You need to run the client with --enable-statistics and reindex .. the you will see the random seed .. hard disk space is spared when not indexing those seeds ..
thank you very much  +5%