Pages:
Author

Topic: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO - page 5. (Read 53742 times)

legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
I took the liberty of reviewing your source code,

in particular the proof of stake award,

why the change here at this early block...... https://github.com/xtracoin/xtracoin/blob/master/src/main.cpp#L1076

https://github.com/xtracoin/xtracoin/blob/master/src/main.cpp#L1008

then with lower bound 1% a year ....well I know exactly what effect it is going to have.....

think I may be moving on to another coin....... unless you care to explain it......... maybe i 'missed something' Huh?
sr. member
Activity: 295
Merit: 250
Somebody is dumping at such low price. Can we have a block explorer please.
legendary
Activity: 1190
Merit: 1002
haha is it so ?

You will see Smiley
hero member
Activity: 585
Merit: 500
kind of worrying to see the difficulty drop below 1million... exchange rate also on a downwards slope...

we need to do some publicity... a blockexplorer, a reddit embassador, etc... what are the plans for community buidling?

This coin has been a disaster from the beginning!
full member
Activity: 181
Merit: 100
living in forward thinking
kind of worrying to see the difficulty drop below 1million... exchange rate also on a downwards slope...

we need to do some publicity... a blockexplorer, a reddit embassador, etc... what are the plans for community buidling?
sr. member
Activity: 309
Merit: 250
nothing new for today?
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
curious, are the changes cosmetic or are you making changes to fork the coin ?

member
Activity: 112
Merit: 10
www.xtracoin.cz.cc
Announcement: XtraCoin v. 1.0.0.2

dear folks,

we are releasing the new XtraCoin v.1.0.0.2 in the next days.
at the moment we are testing the new version and want to make sure
everything runs like planned.
We will publish an changelog tonight.


full member
Activity: 224
Merit: 100
Is it just my wallet or has anyones slipped behind blocks lately...showing 2803 while pool is showing 2810, almost 20 min lag...waiting for tx. hmmm, block explorer?
full member
Activity: 224
Merit: 100
sr. member
Activity: 309
Merit: 250
full member
Activity: 181
Merit: 100
living in forward thinking
something doesnt add up...
120 seconds blocktime
first 1000 blocks: 1 CX
until block 10000 reward: 500 CX

so far "blocks" : 1264,
"moneysupply" : 633498.00000000,

please explain

Interesting, I love it when shitcoin meet their end sooner. This is one of them. I'll check the source to see if there's anything fishing with the generation of blocks. Can some of you with the client do:

Getblockhash 1

Getblock

To check if there's a premine on first block or so.
We need a block explorer before this gets near an exchange.

First block was the 500k (1%) Premine.
Since this is a self-moderated thread, I won't bother with this.

Quote
// miner's coin base reward based on nBits
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{

int64 nSubsidy = 500 * COIN;

if(nHeight==1){
 nSubsidy = 500000 * COIN;
}

if(nHeight<1000 && nHeight>1){
 nSubsidy = 1 * COIN;
}

if(nHeight<10000 && nHeight>999){
 nSubsidy = 500 * COIN;
}

if(nHeight<20000 && nHeight > 9999){
 nSubsidy = 250 * COIN;
}

if(nHeight<40000 && nHeight > 19999){
 nSubsidy = 100 * COIN;
}

if(nHeight<60000 && nHeight > 39999){
 nSubsidy = 50 * COIN;
}

if(nHeight<100000 && nHeight > 59999){
 nSubsidy = 10 * COIN;
}

if(nHeight>99999){
 nSubsidy = 1 * COIN;
}

    return nSubsidy + nFees;
}

Huge premine of 500k coins on first block.

well... that's the 1% premine as announced... so i am not particularly worried but I do agree that we need a blockexplorer asap
sr. member
Activity: 434
Merit: 250
sr. member
Activity: 452
Merit: 250
any plans to update the wallet to add a lock/unlock feature for pos by chance? that would be great

using debug means having to pop over every 99999 seconds or whatnot

yes this will be added to the wallet. give us some time pelase. we will anounce
update this week.

no rush homes, just noticed this feature on another wallet and figured always worth the inquiry
member
Activity: 112
Merit: 10
www.xtracoin.cz.cc
any plans to update the wallet to add a lock/unlock feature for pos by chance? that would be great

using debug means having to pop over every 99999 seconds or whatnot

yes this will be added to the wallet. give us some time pelase. we will anounce
update this week.
member
Activity: 112
Merit: 10
www.xtracoin.cz.cc
hero member
Activity: 711
Merit: 500
Hope its a very good coin.
sr. member
Activity: 452
Merit: 250
any plans to update the wallet to add a lock/unlock feature for pos by chance? that would be great

using debug means having to pop over every 99999 seconds or whatnot
sr. member
Activity: 452
Merit: 250
Why is cryptopool the only pool finding blocks?

They have 4TH and find blocks every few minutes.

I have a private pool with 3.5TH and its been running for 3 hours with 0 blocks found.

I also noticed that mineoncloud has 20TH and has not found any blocks.

What the fuck is going on?


ive been on cxnomp for a bit finding blocks, straight to wallet and we are only at 500ghish atm
Pages:
Jump to: