6
« on: July 10, 2016, 01:24:58 pm »
Accidentally my witness_node server shut off, when I go to restart the witness_node I get this error:
1277746ms th_a main.cpp:179 main ] Started witness node on a chain with 0 blocks.
1277746ms th_a main.cpp:180 main ] Chain ID is d147e8ba2030c54197abca7f84251e78c172d49fcd0068115acbaa2a9301b9eb
1277846ms ntp ntp.cpp:177 read_loop ] ntp_delta_time updated to -5382 us
1278000ms th_a witness.cpp:206 block_production_loo ] Not producing block because node didn't wake up within 500ms of the slot time.
1279005ms th_a witness.cpp:206 block_production_loo ] Not producing block because node didn't wake up within 500ms of the slot time.
1280006ms th_a witness.cpp:181 block_production_loo ] Got exception while generating block:
10 assert_exception: Assert Exception
item->num > std::max<int64_t>( 0, int64_t(_head->num) - (_max_size) ): attempting to push a block that is too old
Clearly I think it is triyng to push block 1 to already block 50,000 chain. But when it starts it says starting on a chain with 0 blocks... what to do to run it properly?