CZ and B4H4mu7
please assist.
I found an old comment from CZ. It appears to be an issue that was supposed to be fixed before.
I was finally able to open my wallet by removing the .bin file and using the .bin.keys file. (thank you 1blockologist)
however, doing this gave the error below. it is the same error that CZ addressed a while back. I am wondering if one of you can address this problem. thanks.
2017-Dec-21 20:09:43.719866 [RPC1]ERROR C:\home\projects\boolberry\src\currency_core\blockchain_storage.cpp:1445[currency::blockchain_storage::find_blockchain_supplement]Client sent wrong NOTIFY_REQUEST_CHAIN: genesis block missmatch:
id: <830ec1d9917286cd95ac0128022900dc452c33d9d29974ae304bff430fc10353>,
expected: <5a9ab6978a21b1c4e6be256f38c9b9597ab343e9dbc25aee3e6c4d5b26810d34>,
dropping connection
----------------------------------------------------------------------------------------
Thank you for reporting problem, will fix it asap.
I've discovered the problem.
Since today we've made some major fixes genesis id had changed(and thats why we've restarted the net again). The wallet keeps (in wallet_name.bin file) his own block chain(not full blocks, just block ids) to be able to handle some splits in daemon.
So you probably have been generated your wallet with sources before todays fixes. It's not a big problem - just remove your wallet_name.bin file (DO NOT KILL wallet_name.bin.keys file) and reopen wallet. This case is not a typical problem - genesis block is not subject to change in normal life. But, it is now possible to open the wallet from different network (such as bytecon or bitmonero) that will cause the same errors, so we will add extra info to wallet to avoid this.
Let me know if problem is not gone.
--------------------------------------------------------------------------------------------