Hello guys
I've just installed stellar-core and horizon
I want to retreive some info from horizon like prices for the assets and trade volumes
like
https://horizon.stellar.org/trade_aggregations?base_asset_type=native&counter_asset_code=SLT&counter_asset_issuer=GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP&counter_asset_type=credit_alphanum4&limit=200&order=asc&resolution=3600000&start_time=1517521726000&end_time=1517532526000
But in local node I got empty "records" array.
I think that's because my horizon giving me:
history db is empty, establishing base at ledger 18627412
at the start
So I think "records" array is empty, because it doesn't have data from the earlier ledgers.
Ok, so I've run horizon with
./horizon db backfill 18627412
But It gives me:
end=-18627412 err="Gap detected in stellar-core database. Please recreate Horizon DB." ingested=0 pid=9117 start=0
So, how to start horizon from genesis ledger ?