Author Topic: how to list the random_seed of specified block?  (Read 1294 times)

0 Members and 1 Guest are viewing this topic.

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
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%
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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 ..

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
(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
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091