1
Im trying to learn how is it possible to Hard Fork an Altcoin Blockchain to Continue the Mining Phase after the LAST POW BLOCK. The Block Reward is already 0 and the LAST POW stops at Block 8000. And want to know if there is a way to continue the mining after the 8000 without any SYNC Problem and Stuck Problem.
What have you tried so far? How much C++ experience do you have? Can you build the altcoin you're modifying? – Nick ODell – 2014-11-27T18:27:00.740
The Coin is already built working without any issue. The only thing is I want to extend the POW after the LAST BLOCK 8000. And then I will be updating the nodes. My experience in C++ is Medium but I totally understand how the Blockchain works and how to compile the Wallets (Win, Mac and Linux). Thanks! – druim – 2014-11-27T20:48:15.793
Did you create this altcoin? Is PoW stopping at block 8000 because of a bug, or because of an intentional limitation? – Nick ODell – 2014-11-27T21:28:24.520
Yes! I created it myself. It is a POW/POS Coin with all the coin mined on the first block and then 0 reward until LAST BLOCK 8000 and it stays full POS ... BUT I dont want that for NOW ...I want to extend the POW 0 reward block – druim – 2014-11-27T21:44:24.760
I don't understand. If all the coins are premined why is there ever a need for POW reward? – Wizard Of Ozzie – 2014-11-29T05:12:33.933
To keep the Blockchain running! If no POW, Blockchain will get stuck because of the Limited amount of coins. – druim – 2014-11-29T07:12:36.800