Viewing a response to: @r3b37/steem-mining-for-windows-linux-linux-vm-in-windows
i cannot resync blockchain properly: 97.0789% 3200000 of 3296287 811552ms th_a database.cpp:2518 _apply_block ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork {} th_a database.cpp:3257 steemit::chain::database::process_hardforks 811555ms th_a application.cpp:349 startup ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork {} th_a database.cpp:3257 steemit::chain::database::process_hardforks rethrow {} th_a database.cpp:2518 steemit::chain::database::_apply_block {"data_dir":"C:/tools/witness_node_data_dir/blockchain"} th_a database.cpp:191 steemit::chain::database::reindex 811556ms th_a application.cpp:871 startup ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork {} th_a database.cpp:3257 steemit::chain::database::process_hardforks rethrow {} th_a database.cpp:2518 steemit::chain::database::_apply_block {"data_dir":"C:/tools/witness_node_data_dir/blockchain"} th_a database.cpp:191 steemit::chain::database::reindex rethrow {} th_a application.cpp:349 steemit::app::detail::application_impl::startup 811556ms th_a main.cpp:196 main ] Exiting with error: 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork {} th_a database.cpp:3257 steemit::chain::database::process_hardforks rethrow {} th_a database.cpp:2518 steemit::chain::database::_apply_block {"data_dir":"C:/tools/witness_node_data_dir/blockchain"} th_a database.cpp:191 steemit::chain::database::reindex rethrow {} th_a application.cpp:349 steemit::app::detail::application_impl::startup
author | zarnow |
---|---|
permlink | re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t201815110z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-20 20:18:00 |
last_update | 2016-07-20 20:18:00 |
depth | 1 |
children | 2 |
last_payout | 2016-08-23 06:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,818 |
author_reputation | 0 |
root_title | "STEEM Mining for Windows / Linux / Linux VM in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 228,412 |
net_rshares | 0 |
Hi! I have the same problem here. How did you fix it?
author | maebo |
---|---|
permlink | re-zarnow-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t083128508z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-24 08:31:24 |
last_update | 2016-07-24 08:31:24 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 06:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 8,993,524 |
root_title | "STEEM Mining for Windows / Linux / Linux VM in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 315,867 |
net_rshares | 59,622,341 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shoes | 0 | 59,622,341 | 100% |
Below is the cpp source code responsible for throwing this error and I am not sure but this might be a backend (server) issue. So you can try again after sometime or delete everything and start from scratch. <code> void database::process_hardforks() { try { // If there are upcoming hardforks and the next one is later, do nothing const auto& hardforks = hardfork_property_id_type()( *this );</code> if( has_hardfork( STEEMIT_HARDFORK_0_5__54 ) ) { while( _hardfork_versions[ hardforks.last_hardfork ] < hardforks.next_hardfork && hardforks.next_hardfork_time <= head_block_time() ) { if( hardforks.last_hardfork < STEEMIT_NUM_HARDFORKS ) apply_hardfork( hardforks.last_hardfork + 1 ); else throw unknown_hardfork_exception(); } } else { while( hardforks.last_hardfork < STEEMIT_NUM_HARDFORKS && _hardfork_times[ hardforks.last_hardfork + 1 ] <= head_block_time() && hardforks.last_hardfork < STEEMIT_HARDFORK_0_5__54 ) { apply_hardfork( hardforks.last_hardfork + 1 ); } } <code>} FC_CAPTURE_AND_RETHROW() }</code>
author | r3b37 |
---|---|
permlink | re-zarnow-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t204313178z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-20 20:43:18 |
last_update | 2016-07-20 20:47:18 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 06:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,235 |
author_reputation | 119,348,157,176 |
root_title | "STEEM Mining for Windows / Linux / Linux VM in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 229,021 |
net_rshares | 8,935,529,168 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
somedude | 0 | 8,935,529,168 | 100% |