Bitcoin Forum

Bitcoin => Electrum => Topic started by: mmitech on November 30, 2015, 01:03:28 PM



Title: Electrum not updating Blockchain headers
Post by: mmitech on November 30, 2015, 01:03:28 PM
I forked Electrum 2.3 for Creditbit (https://github.com/creditbit/creditbit), everything seems to be working, I can send receive transactions, but the Electrum client will show transactions as unverified, however I can spend them after they get confirmed, the client show pending for unconfirmed incoming transactions than they switch to unverified once they are confirmed.

After investigating I found out that blockchain_headers are not updating, when I delete the blockchain_headers it gets downloaded from self.headers_url provided in the lib/blockchain.py, and that solve the problem for the previous transactions, but the blockchain_headers don't update from that point forward !! and I have to repeat this every time !!


any suggestions on how to solve this ?


Title: Re: Electrum not updating Blockchain headers
Post by: mmitech on December 09, 2015, 08:57:33 AM
Fixed, problem was in block header hash.