Pages:
Author

Topic: [ANN] [UTLE]Ultimate Coin [POS Masternodes][Loyalty Nodes][Ultimate Marketplace] - page 11. (Read 15741 times)

sr. member
Activity: 314
Merit: 250
Would be nice to get another pool.

There is our pool, but it is not yet added to the OP, hopefully some people spread hashes over.

Where were you been? People stopped being able to withdraw from your pool and you went offline for a few months.

We are a new team now, not really sure about the old.
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Would be nice to get another pool.

There is our pool, but it is not yet added to the OP, hopefully some people spread hashes over.

Where were you been? People stopped being able to withdraw from your pool and you went offline for a few months.
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Would be nice to get another pool.

I would, but the premine looks damned high to me.

Maybe some justifications could help me sort my mind about it.

Dev posted he will post address for premine once block explorer is there, all devs need to get paid so for dev transparent so lets see what happen.

The "personal fund" looks a bit steep, considering all those features can just be obtained by forking on of the latest coins.
sr. member
Activity: 314
Merit: 250
Would be nice to get another pool.

There is our pool, but it is not yet added to the OP, hopefully some people spread hashes over.
hero member
Activity: 714
Merit: 500
Would be nice to get another pool.

I would, but the premine looks damned high to me.

Maybe some justifications could help me sort my mind about it.

Dev posted he will post address for premine once block explorer is there, all devs need to get paid so for dev transparent so lets see what happen.
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Would be nice to get another pool.

I would, but the premine looks damned high to me.

Maybe some justifications could help me sort my mind about it.
legendary
Activity: 1848
Merit: 1018
Would be nice to get another pool.
full member
Activity: 164
Merit: 100
hero member
Activity: 714
Merit: 500
Once I think this coin have a block explorer it will be listed on exchanges.

Hope it is soon!!!!
full member
Activity: 184
Merit: 100
There was an ultimate coin released last year with the ticker ULT.

https://bitcointalksearch.org/topic/ultimatecoin-ult-519153

Is that why you chose the ticker UTLE?
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
sr. member
Activity: 287
Merit: 250
Where in the code can I find that it'll no longer accept PoW blocks after block 7860?
newbie
Activity: 14
Merit: 0
Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 50 * COIN;
   
    if (pindexBest->nHeight+1 == 1)
    {
      nSubsidy = 12000 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 100)
    {
      nSubsidy = 0 * COIN;
      return nSubsidy + nFees;
    }
   
    else
    {
      nSubsidy = 50 * COIN;
      return nSubsidy + nFees;
    }
   

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

    return nSubsidy + nFees;
}

According to the source it seems like PoW never stops....

after block 7860 it switches to pure pos. 2 days after pow pos masternodes will be released. stake reward is 3 coins per block. we havent decided on percentage share for masternodes yet
sr. member
Activity: 287
Merit: 250
Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 50 * COIN;
   
    if (pindexBest->nHeight+1 == 1)
    {
      nSubsidy = 12000 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 100)
    {
      nSubsidy = 0 * COIN;
      return nSubsidy + nFees;
    }
   
    else
    {
      nSubsidy = 50 * COIN;
      return nSubsidy + nFees;
    }
   

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

    return nSubsidy + nFees;
}

According to the source it seems like PoW never stops....
hero member
Activity: 555
Merit: 500
when will you release masternodes
sr. member
Activity: 314
Merit: 250
We've added a pool too:

https://pool.mn/utle

Please spread some hash and @Dev: Please add the pool to the OP ! Thanks
sr. member
Activity: 284
Merit: 250
The Standard Protocol - Solving Inflation
legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
send some request to get listed on the voting page

hero member
Activity: 616
Merit: 500
Yes, a good development needs pre-mine. Don't expect DEV to give us free!

come on look at dark coin instamined load of shit. its the feature that rose it and the whales.

xibinbin pmed you my offer
Pages:
Jump to: