Pages:
Author

Topic: BUBBLE REBRAND IN PROGESS NEW DIRECTION NEW PURPOSE LOCKED - page 21. (Read 27086 times)

hero member
Activity: 574
Merit: 500
sr. member
Activity: 266
Merit: 250
Ok, dev is working. Let's just wait.  Smiley

you're dev of Buble?  Cool
hero member
Activity: 574
Merit: 500
Ok, dev is working. Let's just wait.  Smiley
full member
Activity: 224
Merit: 100
fork if made now should invalidate any 1k pos block!

Well, dev has 4 hours to fix it... I think it is more than enough.

he needs less than that, just change 1000 to 1 and push  Grin

just needs motivation!
member
Activity: 89
Merit: 10
Tiny BUBBLES
Dev need to fix it before coins will be matured. I have coins from first blocks.

fork if made now should invalidate any 1k pos block!

working now
sr. member
Activity: 266
Merit: 250
no block explorer for bub Huh  Huh
sr. member
Activity: 252
Merit: 250
hmm seems a fun coin..

hero member
Activity: 574
Merit: 500
fork if made now should invalidate any 1k pos block!

Well, dev has 4 hours to fix it... I think it is more than enough.
full member
Activity: 224
Merit: 100
Dev need to fix it before coins will be matured. I have coins from first blocks.

fork if made now should invalidate any 1k pos block!
hero member
Activity: 502
Merit: 500
"Highest ROI crypto infrastructure"
how are the coast to mine this coin?
full member
Activity: 812
Merit: 100
www.cd3d.app
A coin with the name BUBBLE and is a ninja launch  Grin Grin Grin Grin Grin Grin
Why should i invest ?
waiting for your answer Dev  Cool

dont invest bro , just dump n pump , and finally dead in 2-3weeks after launch
hero member
Activity: 574
Merit: 500
Dev need to fix it before coins will be matured. I have coins from first blocks.
full member
Activity: 224
Merit: 100
WARNING

Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
   // int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
    int64_t nSubsidy = 1000 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

POS reward is 1000 coins!!!

FIX ASAP DEV (unless it's a trick!)

that was supposed to be 1 hold on  6 hr maturity so we got like 4.5 hrs for a fix give me time

whoops

DEV please push a fork asap

should be 1*COIN
full member
Activity: 224
Merit: 100
WARNING

Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
   // int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
    int64_t nSubsidy = 1000 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

POS reward is 1000 coins!!!

FIX ASAP DEV (unless it's a trick!)


Hm... Not staking because you don't have matured coins. When coins will be matured and what is this?

Pos reward will be 1000 coins not 1 like advertised, also maturity is 40 confirmations and 6 hours!!!

int64_t nSubsidy = 1000 * COIN; means you get 1000 coins per stake block!

hero member
Activity: 574
Merit: 500


Hm... Not staking because you don't have mature coins. When coins will be matured and what about POS reward?
member
Activity: 89
Merit: 10
Tiny BUBBLES
WARNING

Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
   // int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
    int64_t nSubsidy = 1000 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

POS reward is 1000 coins!!!

FIX ASAP DEV (unless it's a trick!)

that was supposed to be 1 hold on  6 hr maturity so we got like 4.5 hrs for a fix give me time

whoops
hero member
Activity: 574
Merit: 500
ok thanks Smiley
so i'm doing the right things then.
i'll separate my workers, to monitor if my rigs connect or not. but didn't know about the result of finding block

Yes, I'm doing this too, watching in my workers at pool, but sometimes there is no need to watch if rig already mined something before you rent. Usually this rig connecting fine.
When rig has 0 hr/s before rent it can be live after rent or not... Better to watch RPI and history.
full member
Activity: 224
Merit: 100
WARNING

Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
   // int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
    int64_t nSubsidy = 1000 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

POS reward is 1000 coins!!!

FIX ASAP DEV (unless it's a trick!)
legendary
Activity: 1400
Merit: 1001
Fucker of "the system"
i missed the party it looks like  Angry

hopefully i can pick some up on the ex's for cheap
hero member
Activity: 938
Merit: 1000
I'm using one worker very usuall. But sometimes some rents won't connect to this worker so I have a couple of workers.
If rig is not connecting to any worker then I create a ticket to cancell rent.
ok thanks Smiley
so i'm doing the right things then.
i'll separate my workers, to monitor if my rigs connect or not. but didn't know about the result of finding block
Pages:
Jump to: