Post
Topic
Board Altcoin Discussion
Re: [BMR] Merged mining in BitMonero (proposal)
by
tacotime
on 26/04/2014, 15:05:14 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