Author

Topic: I am new in coin developing,where to edit premine in code? (Read 1360 times)

hero member
Activity: 493
Merit: 500
Sarthak's a dumb girl
lol
another premine shitcoin is on the way
newbie
Activity: 11
Merit: 0
litecoin/src/main.cpp line 1088

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy;

    if(nHeight < 11)
    {
        nSubsidy = PREMINE/10 * COIN;
    }
    else
    {
        nSubsidy = 50 * COIN;
    }

    return nSubsidy + nFees;
}
sr. member
Activity: 434
Merit: 250
Premine is out - today you need HIDDEN premine  Grin
legendary
Activity: 3010
Merit: 8114
Here's what you do.

1. Unplug your computer and put it in the back of a car/truck/bus/bicycle.
2. Go to the highest bridge in your prefecture and stop in middle of bridge.
3. Get out and tie the computer power cables around your feet.
4. Hurl the computer along with yourself off bridge.
5. Access premine.
member
Activity: 70
Merit: 10
You also need to account for oscillating block difficulties, you might wanna add in some KGW in there to level it out, sprinkle in some seed nodes while gazing out the windows... Then you know your getting somewhere, getting into the hard stuff. You pray to Genesis and the great Merkle and Nonce? Maybe you need someone to guide you, a fellow Shibe perhaps? Your journey is long.
yes, i need someone whom i follow.who wanna be the chosen one?
legendary
Activity: 882
Merit: 1024
You also need to account for oscillating block difficulties, you might wanna add in some KGW in there to level it out, sprinkle in some seed nodes while gazing out the windows... Then you know your getting somewhere, getting into the hard stuff. You pray to Genesis and the great Merkle and Nonce? Maybe you need someone to guide you, a fellow Shibe perhaps? Your journey is long.
sr. member
Activity: 392
Merit: 255
member
Activity: 70
Merit: 10
Simply pay someone to give you tutorial on coin developing.
great idea, who wanna this job make me a tutorial,detailed,with adding features,i will pay.
and say how much you wanna
full member
Activity: 210
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Simply pay someone to give you tutorial on coin developing.
member
Activity: 70
Merit: 10
You do this by modifying the block reward for the first x-amount of blocks to have a higher amount of coins, then do the math and work out how many you need to mine to get your desired premined amount. You'll want to spread it across more than a few blocks depending on the difficulty target, otherwise you'll mine too many of the initial blocks too quickly.

Unless you don't mind going over the premine a little. In that case, just make the first block worth 99% of what you want your premine to be. Then mine it before releasing it. Simple.
i am not planning to release the coin until i am professional developer, i try to learn it now.
tnx for help
hero member
Activity: 532
Merit: 500
You do this by modifying the block reward for the first x amount of blocks to have a higher amount of coins, then do the math and work out how many you need to mine to get your desired premined amount. You'll want to spread it across more than a few blocks depending on the difficulty target, otherwise you'll mine too many of the initial blocks too quickly.

Unless you don't mind going over the premine a little. In that case, just make the first block worth 99% of what you want your premine to be. Then mine it before releasing the wallet. Simple.
member
Activity: 70
Merit: 10
Hi, where do i edit or put premine into my litecoin clone scrypt?

Lol , I give you a hint, its somewhere in the main.cpp   Grin

For just 0.2 BTC you can buy the exact line  Tongue Grin  


P.S.

You will need some additional code, so 0.5 BTC and you get Line+Code  Grin
tnx for answer,and can you give me a hint where to found and edit,to wich host it should connect?
legendary
Activity: 1284
Merit: 1042
Just what we need - another shitcoin by someone incapable of adding real features, hoping he can pump and dump it.

Yeah but I think nobody is so stupid to buy premined scrypt scamcoins nowadays ( but Im probably wrong  Undecided)
legendary
Activity: 1284
Merit: 1042
Hi, where do i edit or put premine into my litecoin clone scrypt?

Lol , I give you a hint, its somewhere in the main.cpp   Grin

For just 0.2 BTC you can buy the exact line  Tongue Grin  


P.S.

You will need some additional code, so 0.5 BTC and you get Line+Code  Grin
legendary
Activity: 3136
Merit: 1116
Hi, where do i edit or put premine into my litecoin clone scrypt?

lol maybe you should change your name to Solidstupid Tongue
member
Activity: 70
Merit: 10
Hi, where do i edit or put premine into my litecoin clone scrypt?
Jump to: