You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
put blocks.log file in nodeos/data/blocks directory. ensure there is no existing block index or reversible db.
from nodeos/data dir, run {eos bin dir}/eosio-blocklog --make-index
process outputs:
info 2019-09-06T19:08:28.813 eosio-blo block_log.cpp:417 construct_index ] Will read existing blocks.log file blocks/blocks.log
info 2019-09-06T19:08:28.813 eosio-blo block_log.cpp:418 construct_index ] Will write new blocks.index file blocks/blocks.index
error 2019-09-06T19:08:28.814 eosio-blo main.cpp:592 main ] 3190000 block_log_exception: Block log exception
Could not open Block log file at 'blocks/blocks.log'
{"blocks_log":"blocks/blocks.log"}
eosio-blocklog block_log.cpp:634 open
No index file is created.
The text was updated successfully, but these errors were encountered:
Running eosio-blocklog with the --make-index option fails and does not create the block log index.
build develop branch (442d187a)
Get mainnet blocklog file (last block = 76075131) md5 hash 352641ebc66b230d773eb0d4a73a08a7.
put blocks.log file in nodeos/data/blocks directory. ensure there is no existing block index or reversible db.
from nodeos/data dir, run {eos bin dir}/eosio-blocklog --make-index
process outputs:
info 2019-09-06T19:08:28.813 eosio-blo block_log.cpp:417 construct_index ] Will read existing blocks.log file blocks/blocks.log
info 2019-09-06T19:08:28.813 eosio-blo block_log.cpp:418 construct_index ] Will write new blocks.index file blocks/blocks.index
error 2019-09-06T19:08:28.814 eosio-blo main.cpp:592 main ] 3190000 block_log_exception: Block log exception
Could not open Block log file at 'blocks/blocks.log'
{"blocks_log":"blocks/blocks.log"}
eosio-blocklog block_log.cpp:634 open
No index file is created.
The text was updated successfully, but these errors were encountered: