Hey guys!!!
So i'm working on an Altcoin which is a fork of litecoin, and the thing its that i want to harvest every single coin/token in the first block mined or give the value of the genesis block to be the total of the money.
So i had two ideas that didn't go well.
My first idea was to give the value of the genesis block to be the total of the money that could be created and establish the mine reward to be 0, then take control off the wallet that received the reward. But after mine the genesis block i come to the conclusion that the genesis block is assigned to a random wallet that i don't know how to take control of it. Also i was reading the bit-coin wiki and there they establish that the genesis block value cant be spend it or use it, by the way if there are some way to take the control of that wallet would be awesome if someone knows how to do it.
My second idea was to establish the mine reward to be the total of the money that could be created, i thought that if all the money was harvested on the first mine the AltCoin would stop giving rewards but in fact despite having harvested all the total money that i defined on main.h it continued giving the same reward surpassing the limit that i established
And there is my last idea change the halvered count to one so after mine one block it would divide the reward to a very small number but it looks like it dont mine anymore.
So i have a few questions:
The first is if its necessary to give a reward for mine the block because, the first thing on a block to be registered its the reward to the miners
And the other one is if exist a way to take the control of a particular wallet which don't have a private key
Salute to everyone and have a good day!!!(BTW English is not my first language so sorry if i wrote this so bad
)