Pages:
Author

Topic: [ANN][TUX] Tuxcoin | X11 | DGW | Block reward based on Moores Law - page 6. (Read 9059 times)

sr. member
Activity: 490
Merit: 250
Stop blocks 204!
More than 30 minutes!
sr. member
Activity: 490
Merit: 250
POW time?
POW end how many blocks?
legendary
Activity: 1302
Merit: 1001
premine?how much amount block 1?
sr. member
Activity: 378
Merit: 250
blocktime, maxcoins, where are these informations?
block time 2.5 minutes.
max coins 200 million (long term PoW)
block reward is between 500 and 20 depending on difficulty.
legendary
Activity: 1302
Merit: 1001
blocktime, maxcoins, where are these informations?
member
Activity: 80
Merit: 10
StopTheFakes.io | pre-ICO 21.11.2017 | +40% Bonus
dev, blocks rewards?
block reward is 500 to 20 depending on the difficulty
if difficulty goes down then block reward increases. if difficulty goes up then block reward decreases
if you want to know exactly how it works, here is the code for the block reward calculations: main.cpp line 1090:  
Quote
// block reward between 500 and 20 depending on the difficulty.
int64 nSubsidy = 0;
    if(dDiff > 250) { // GPU/ASIC difficulty calc 2000000/(((x+1900)/10)^2)
        nSubsidy = (2000000.0 / (pow((dDiff+1900.0)/10.0,2.0)));
        if (nSubsidy > 100) nSubsidy = 100;
        if (nSubsidy < 20) nSubsidy = 20;
    } else { // CPU mining calc
     nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 200) nSubsidy = 200;
    }

then block time?
sr. member
Activity: 432
Merit: 250
That logo. That name. You really have pushed the boat out on this one.

Lets hope all the hard work and effort pays off.
sr. member
Activity: 378
Merit: 250
dev, blocks rewards?
block reward is 500 to 20 depending on the difficulty
if difficulty goes down then block reward increases. if difficulty goes up then block reward decreases
if you want to know exactly how it works, here is the code for the block reward calculations: main.cpp line 1090:  
Quote
// block reward between 500 and 20 depending on the difficulty.
int64 nSubsidy = 0;
    if(dDiff > 250) { // GPU/ASIC difficulty calc 2000000/(((x+1900)/10)^2)
        nSubsidy = (2000000.0 / (pow((dDiff+1900.0)/10.0,2.0)));
        if (nSubsidy > 100) nSubsidy = 100;
        if (nSubsidy < 20) nSubsidy = 20;
    } else { // CPU mining calc
     nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 200) nSubsidy = 200;
    }
member
Activity: 80
Merit: 10
StopTheFakes.io | pre-ICO 21.11.2017 | +40% Bonus
dev, blocks rewards?
sr. member
Activity: 490
Merit: 250
Dev, the code can not read!
Please indicate the block awards, and total block time?
When there are win-qt wallet?
sr. member
Activity: 308
Merit: 250
 Tongue the better coin name is qqcoin i think
RJX
legendary
Activity: 1078
Merit: 1003
damn my feeble brain, go do dishes, forget about launch...

but I gots clean dishes!

 Angry
legendary
Activity: 1302
Merit: 1001
it would be nice if there are more infos in the op

like max coins
how long pow stage etc..

cmon
legendary
Activity: 1302
Merit: 1001
dev got 1 block Cheesy the first premine block^^
legendary
Activity: 2688
Merit: 1240
The Pool is up now and finding blocks, it should sync up to your node once you bring it up
hero member
Activity: 635
Merit: 500
BlasterKVs the king of xbox modding
you don't even have wallet at launch
why so rush
better you launch it with some innovation and all OS wallet even if it take you few more days
legendary
Activity: 2688
Merit: 1240

OK, for some reason the wallet listens on IPv6 only for me, it works if you do:

addnode=2001:41d0:8:656c::

It should sync up to that node once your node is up too
sr. member
Activity: 378
Merit: 250
RJX
legendary
Activity: 1078
Merit: 1003
oh the suspense!
Pages:
Jump to: