Re: Incompatible wallet format with latest bitcoin-git ?

Hi all, just built the latest bitcoin-git source, seems like the wallet or database format has changed ************************ EXCEPTION: NSt8ios_base7failureE CDataStream::read() : end of data bitcoin in AppInit() terminate called after throwing an instance of ‘std::ios_base::failure’ what():  CDataStream::read() : end of data Could it be 84d7c981dc52cc738053 that broke something ? […]

Read more

Re: RFC: ship block chain 1-74000 with release tarballs?

The following code in AddToBlockIndex(main.cpp) is horribly inefficient, and dramatically slows initial block download: Code:    CTxDB txdb;     txdb.WriteBlockIndex(CDiskBlockIndex(pindexNew));     // New best     if (pindexNew->bnChainWork > bnBestChainWork)         if (!SetBestChain(txdb, pindexNew))             return false;     txdb.Close(); This makes it impossible to use […]

Read more

Re: Cooperative mining

Quote from: grondilu on November 27, 2010, 22:21:27 To me it seems that cooperative mining is a tough task, because the honnesty of participants has to be checked. What’s preventing someone to run a modified version of the client, that would just keep generated bitcoin for himself, while receiving bitcoins […]

Read more
1 2 3 4 5 58