omni_getseedblocks

Returns a list of blocks containing Omni transactions for use in seed block filtering.

WARNING: The Exodus crowdsale is not stored in LevelDB, thus this is currently only safe to use to generate seed blocks after block 255365.

Arguments:

Name Type Presence Description
startblock number required the first block to look for Omni transactions (inclusive)
endblock number required the last block to look for Omni transactions (inclusive)

Result:

[         // (array of numbers) a list of seed blocks
  nnnnnnn,  // the block height of the seed block
  ...
]

Example:

$ omnicore-cli "omni_getseedblocks" 290000 300000