Pages:
Author

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

legendary
Activity: 1148
Merit: 1000
can anybody complie the wallet?

and any plan for this coin?
sr. member
Activity: 378
Merit: 250
I copied the Darkcoin ANN because it looks nice.
Missing links will be filled when the things are made
sr. member
Activity: 378
Merit: 250
Hard fork was successful  Grin
sr. member
Activity: 490
Merit: 250
Where wallet?
Block award fixed at 200?
legendary
Activity: 924
Merit: 1000
so now block reward will be 25 ?
nice advantage for early adopters Smiley
sr. member
Activity: 378
Merit: 250
legendary
Activity: 2688
Merit: 1240
Suprnova updated
sr. member
Activity: 378
Merit: 250
Hard fork at block 550 to fix block reward issues
everyone please update your wallet
sr. member
Activity: 341
Merit: 250
why are ppl mining this Tongue

The one person mining it is probably hoping to dump if it hits an exchange.
hero member
Activity: 700
Merit: 500
why are ppl mining this Tongue
legendary
Activity: 1302
Merit: 1001
it is just a simple POW coin or there is anything different in this when compared to other coins
we need coin with innovation,not just a clone

Yes, this is being ninja launched on new years eve when everyone is getting pissed. The difficulty will be sky high by the time most people's hangovers have worn off and they notice its been launched.

All the blocks are being mined at one pool and one miner has almost all the hashrate. 




sure there is only one pool

and suprnova got blocks from block 1.
sr. member
Activity: 252
Merit: 250
Keeping People Honest - Don't Get Scammed
it is just a simple POW coin or there is anything different in this when compared to other coins
we need coin with innovation,not just a clone

Yes, this is being ninja launched on new years eve when everyone is getting pissed. The difficulty will be sky high by the time most people's hangovers have worn off and they notice its been launched.

All the blocks are being mined at one pool and one miner has almost all the hashrate. 


sr. member
Activity: 341
Merit: 250
it is just a simple POW coin or there is anything different in this when compared to other coins
we need coin with innovation,not just a clone

Yes, this is being ninja launched on new years eve when everyone is getting pissed. The difficulty will be sky high by the time most people's hangovers have worn off and they notice its been launched.
sr. member
Activity: 378
Merit: 250
some things with the block reward calculations are wrong now.
i am thinking of how to fix them.

Are you going to compile a windows wallet?

yes but i dont have windows, i would need to download MXE for that.
maybe tomorrow.

i think i found a way to fix the block reward issue. what do you guys think of this as a hard fork at block 550?
it would work right?
Code:
int64 nSubsidy = 0;
if(nHeight >= 550) {

if(dDiff > 75) { // GPU/ASIC difficulty calc
// 2222222/(((x+2600)/9)^2)
nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 25) nSubsidy = 25;
if (nSubsidy < 5) nSubsidy = 5;
} else { // CPU mining calc
nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
if (nSubsidy > 500) nSubsidy = 500;
if (nSubsidy < 25) nSubsidy = 25;
}

} else {
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;
}
}
legendary
Activity: 1764
Merit: 1022
some things with the block reward calculations are wrong now.
i am thinking of how to fix them.

Are you going to compile a windows wallet?
sr. member
Activity: 378
Merit: 250
some things with the block reward calculations are wrong now.
i am thinking of how to fix them.
legendary
Activity: 1120
Merit: 1000
Free & Fast Neotox Escrow http://bit.ly/1OGVykp
it is just a simple POW coin or there is anything different in this when compared to other coins
we need coin with innovation,not just a clone
legendary
Activity: 1302
Merit: 1001
sr. member
Activity: 378
Merit: 250
premine?how much amount block 1?
there was no premine.
legendary
Activity: 1764
Merit: 1022
Stop blocks 204!
More than 30 minutes!


The blocks are still being found. Next block is 206
Pages:
Jump to: