I just compiled the headless server using 'makefile-unix' in the 'src' folder,
everything compiled with no errors but for some reason I can't get the executable to run.
'./quarkbard' and './quarkbard -testnet' both return 'bash: ./quarkbard: No such file or directory' which is strange because the quarkbard program is 60M in size and clearly exists.
Hey guys,
I fucked up. I am terribly sorry for this. The only good thing about the current situation is that no attack is underway currently. This buys us some time. Unfortunately over the course of the next few days a lot of work is waiting for me and I do not want to fuckup again. So if in the meantime someone finds the time to look into it: please do go ahead. A possible fix might be to change the file src/version.h as such:
static const int PROTOCOL_VERSION = 70001;
static const int MIN_PROTO_VERSION = 209;
I cannot test it (@work currently). Can someone else step in please?