Pages:
Author

Topic: [ANN] VERTEX [VTX] | PoS | 7,500 Supply| Features/Roadmap TBA| - page 12. (Read 17163 times)

legendary
Activity: 1246
Merit: 1005
Everyone staking ok now? Still no green light for me Sad

yeah, mine turned green at around 170 confirms and after ~3 hours and then it took maybe another hour or so to actually get the first stake.
hero member
Activity: 704
Merit: 500
Everyone staking ok now? Still no green light for me Sad
hero member
Activity: 704
Merit: 500
I'm losing connections. Had 22 a few hours ago and now only 1. I've restarted, deleted the peers.dat, added the nodes on the ann...... very weird.

Seems to be fine here, 20 connections and fully synced up
legendary
Activity: 1246
Merit: 1005
I'm losing connections. Had 22 a few hours ago and now only 1. I've restarted, deleted the peers.dat, added the nodes on the ann...... very weird.
hero member
Activity: 690
Merit: 501
Working well, this coin is gonna pump when it hits an exchange!  Smiley Smiley Smiley
member
Activity: 112
Merit: 10
sr. member
Activity: 638
Merit: 250
Code:
static const int64_t nTargetTimespan = 25 * 60;  // Vertex - 5 mins
unsigned int nTargetSpacing = 60; // Vertex - 60 seconds
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;

static const int64_t nDiffChangeTarget = 1;

Can any one explain ?
It look like 25 block retarget , but bottom have 1 block retarget.

What is going one ?
If I am not mistake.
hero member
Activity: 530
Merit: 500
my little staking arrow just turned green

How many hours and confirms you have bro?

170 confirms and around 2.5 hours

I have 218 and its not staking.
sr. member
Activity: 266
Merit: 250
Infected Mushroom
my little staking arrow just turned green

How many hours and confirms you have bro?

170 confirms and around 2.5 hours

Meh, its my luck than. I have 3 hours and 180 confirms, still no matured coins.
legendary
Activity: 1246
Merit: 1005
my little staking arrow just turned green

How many hours and confirms you have bro?

170 confirms and around 2.5 hours
sr. member
Activity: 266
Merit: 250
Infected Mushroom
my little staking arrow just turned green

How many hours and confirms you have bro?
legendary
Activity: 1246
Merit: 1005
my little staking arrow just turned green
hero member
Activity: 530
Merit: 500
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

xpooky showed me this:

Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+10) - GetDepthInMainChain());
}

But still I have more than 2.5 hours old coins with more than 150 confirmations, still saying "no mature coins". Wierd.

There is a proof of stake diffuculty, does this mean someone already started staking?

Code:
"proof-of-stake" : 0.00024414


oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

ahh ok its 160-170 confirms until it starts to stake then.

Did you start to stake after 160 confirms?

No but based on the 100 confirm to mature and 1 hour min stake age with 60 sec block times it should work out to 160 confirms to start staking.

**Edit I have a block of 166 confirms and no mature coins**
sr. member
Activity: 378
Merit: 250
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

xpooky showed me this:

Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+10) - GetDepthInMainChain());
}

But still I have more than 2.5 hours old coins with more than 150 confirmations, still saying "no mature coins". Wierd.

There is a proof of stake diffuculty, does this mean someone already started staking?

Code:
"proof-of-stake" : 0.00024414


oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

ahh ok its 160-170 confirms until it starts to stake then.

Did you start to stake after 160 confirms?
it should be 1 hour after the 110 confirmations
sr. member
Activity: 266
Merit: 250
Infected Mushroom
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

xpooky showed me this:

Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+10) - GetDepthInMainChain());
}

But still I have more than 2.5 hours old coins with more than 150 confirmations, still saying "no mature coins". Wierd.

There is a proof of stake diffuculty, does this mean someone already started staking?

Code:
"proof-of-stake" : 0.00024414


oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

ahh ok its 160-170 confirms until it starts to stake then.

Did you start to stake after 160 confirms?



Edit: The good thing about crypto is you never stop learning. Tongue I guess after 1 hour it asks for 110 confirmations, than starts to stake. Lets see.
hero member
Activity: 530
Merit: 500
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking

ahh ok its 160-170 confirms until it starts to stake then.
legendary
Activity: 2702
Merit: 1240
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".

Hmm what i see by flying through the code is minStakeAge 1 hour... so when coins hit your wallet, after 1 hour they should be mature for staking
sr. member
Activity: 266
Merit: 250
Infected Mushroom
oc, did you see any other parameter for staking?
Its kinda wierd to have mature coins according to code yet none staking.

I'll look if the PoS starts right away, that might be the problem.

Code:
        int nLimit = 2000;

Hmm, does this mean PoS starts after PoW?
But still, shouldn't it say "Still in PoW phase" or something like that, rather than saying "You have no mature coins".
legendary
Activity: 2702
Merit: 1240
has anyone started staking yet?

1 hour past with more than 110 confirmations, still no mature coins.

Dev?
I have two blocks 1 at 110 confirms and 1 at 119 confirms no mature coins.

Yeah but the code seems fine, 1 hour for min. stake age and 100 confirms.

Code:
unsigned int nStakeMinAge = 1 * 60 * 60; // Vertex - 1 hours
Code:
int nCoinbaseMaturity = 100;

After 110 confirmations you should have confirmed coins

I don't. Tongue

I have confirmed coins but they are nearing on 3 hours in age now.


ah, i was confusing stake age with coinbase maturity, sorry Smiley
hero member
Activity: 530
Merit: 500
has anyone started staking yet?

1 hour past with more than 110 confirmations, still no mature coins.

Dev?
I have two blocks 1 at 110 confirms and 1 at 119 confirms no mature coins.

Yeah but the code seems fine, 1 hour for min. stake age and 100 confirms.

Code:
unsigned int nStakeMinAge = 1 * 60 * 60; // Vertex - 1 hours
Code:
int nCoinbaseMaturity = 100;

After 110 confirmations you should have confirmed coins

I don't. Tongue

I have confirmed coins but they are nearing on 3 hours in age now.
Pages:
Jump to: