Post
Topic
Board Altcoin Discussion
Re: [BMR] Merged mining in BitMonero (proposal)
by
sshapiroNJ
on 26/04/2014, 19:31:25 UTC
Just for everyone to be sure,

if you retrieved the source code from github lately and compiled it, you are automatically voting for merged mining.  You can tell by looking at cryptonote_config.h in /src/

SUPPORT merged mining:
Code:
#define CURRENT_BLOCK_MINOR_VERSION                     1

AGAINST merged mining:
Code:
#define CURRENT_BLOCK_MINOR_VERSION                     0

That's right. Results will be calculated starting from the moment an explicit voting option will be provided.


What to do in case I have Linux ? As far as I understood there is no Linux ver which support merged mining, am I right?
I am not a programmer and not capable to create binaries