Post
Topic
Board Bitcoin Discussion
Re: Bitcoin version 0.3.22
by
qurashee
on 06/06/2011, 09:46:17 UTC
Here you are: a 0-fee sir http://ifile.it/jyzwhpi . I'll talk to luke about the eligius version and make a binary soon.

Just out of curiosity, I tested your binary. My 'getwork' issue is resolved with it. Could you please send the source used to compile it? I'd like to do a diff on it and the official release :-/


Sure, no need to upload the whole source, i just downloaded the zip file from the first post and in main.h changed the line that read  return dPriority > COIN * 144 / 250; into : return true;

This patch was proposed by the user Raulo here, and is not mine.