Post
Topic
Board Altcoin Discussion
Re: My coin in need of help
by
blue_w1nter
on 27/06/2014, 06:59:23 UTC
My coin called Flightcoin is being made for a gaming networks, for some strange reason it is making blocks but no coins are being generated. I have a pool I have created (with MPOS[thanks you theserapher for your awesome work]) mining all the blocks but no coins are being added at all, I don't I have forked it from the smallchange github but that didn't seem to work so well for the coins it self, you guys can review the code here at github https://github.com/flightcoin/flightcoin if anyone is interested in helping out which I would greatly appreciate, this coin is completely private and in no intentions in making any exchanges a long any road, it will be kept private at the gaming networks.

If anyone can help with my situation here, I will think of something to do for you. I don't have money or Bitcoins or any other type of currency to help you but with computer work, but I am sure the majority can do that, please respond here or PM me.

Thank you sooo much in advance for helping me and the gaming networks I support.

The problem is in main.cpp

Code:
if(nHeight < 17280) // no block reward within the first 3 days
        nSubsidy = 0;

Any block under block 17280 will reward no coins.  Grin