Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: quadrillaume on February 09, 2014, 01:51:54 PM



Title: Problem with checkpoint wallet
Post by: quadrillaume on February 09, 2014, 01:51:54 PM
Hello, i updated my client for BLL (Billaume) and i added a checkpoint at the block 15370. But after compiling , i'm unable to sync, i got

Code:
getblocks -1 00000000000000 limit 500

in my debug file.

I tried without adding checkpoint , but it isn't working. I wanted to update the client just to change the difficulty retargetting time.

I added this line on my checkpoint.cpp file

Code:
(       15370, uint256("0xa0e26e31bdd32aa0d8f594bf1a076b62883cef8913d6cf268fc16c01ba59908d"))

Can someone tell me why i've got this error ?


thanks