Inflation

Over70irregs

Well-Known Member
Hopefully team care covers your medication
Cmon man I couldn’t resist… Being MAGA is soooo boring and easy here. I have one last one then I quit. I even overlooked Mr O in this one. (I do have 1 admission. Obama care saved my sister’s family from going bankrupt. I had to tell the truth.)
1730402860412.png
 

Over70irregs

Well-Known Member
BS.

That “fact” is ONE Bip away from being wrong.

You can lie about it all you want, but if you actually knew how Bitcoin’s protocol works, you would know this.
A bip cannot change bitcoin supply schedule so the lie is from your fingertips. You should know better. You claim OG but I’m calling “sus”.
 

BadIdeaGuy

Moderator
Staff member
A bip cannot change bitcoin supply schedule so the lie is from your fingertips. You should know better. You claim OG but I’m calling “sus”.
This is the relevant part of the source code:

C:
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;

    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}

// consensusParams.nSubsidyHalvingInterval = 210000.

That code absolutely CAN be changed.

Evidence?

https://github.com/bitcoin/bitcoin/pull/3842

So Satoshi’s original code would have doubled the supply cap due to a bug after about 250 years.

Which means a BIP to modify the supply cap is ABSOLUTELY possible.
 

Thebrownblob

Well-Known Member
This is the relevant part of the source code:

C:
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;

    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}

// consensusParams.nSubsidyHalvingInterval = 210000.

That code absolutely CAN be changed.

Evidence?

Fix for GetBlockValue() after block 13,440,000 by ditto-b · Pull Request #3842 · bitcoin/bitcoin

So Satoshi’s original code would have doubled the supply cap due to a bug after about 250 years.

Which means a BIP to modify the supply cap is ABSOLUTELY possible.
1730425861637.gif
 

Over70irregs

Well-Known Member
This is the relevant part of the source code:

C:
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;

    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}

// consensusParams.nSubsidyHalvingInterval = 210000.

That code absolutely CAN be changed.

Evidence?

Fix for GetBlockValue() after block 13,440,000 by ditto-b · Pull Request #3842 · bitcoin/bitcoin

So Satoshi’s original code would have doubled the supply cap due to a bug after about 250 years.

Which means a BIP to modify the supply cap is ABSOLUTELY possible.
Supply schedule cannot with a Bip
This is the relevant part of the source code:

C:
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;

    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}

// consensusParams.nSubsidyHalvingInterval = 210000.

That code absolutely CAN be changed.

Evidence?

Fix for GetBlockValue() after block 13,440,000 by ditto-b · Pull Request #3842 · bitcoin/bitcoin

So Satoshi’s original code would have doubled the supply cap due to a bug after about 250 years.

Which means a BIP to modify the supply cap is ABSOLUTELY possible.
This is basic: Any fool can copy code and be on an island. Ex Eth ADA etc. No full node or miners would verify a change. You need nodes to change. Copy past code pics don’t cut it. Nice try. Research POW.
 
Top