Author

Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN - page 431. (Read 782382 times)

legendary
Activity: 1148
Merit: 1001
I know its a pain.. No one likes to update their masternodes and wallets, but it has to be done. Please.. Everyone start updating their masternodes. it will be a bumpy ride for everyone until at least 65% have updated... then things will smooth out.. so the quicker everyone updates the better.

here is what I use, takes about 10 seconds to do the update per masternode..

./darknet-cli stop && sudo rm -R darknetd && sudo rm -R darknet-cli && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknetd && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknet-cli && sudo chmod +x darknetd && sudo chmod +x darknet-cli && ./darknetd && ./darknetd

put this entire string in your terminal windows when you are in the folder where the binaries are located.. Smiley

ok thanks already updating my 50mn's (almost done  Tongue)

i guess you have a little error at the end of the line ./darknetd && ./darknetd 2 times.
you maybe also want to check if the upgrade was successful after starting darknetd again so here is my update string (you can lower the 20 second sleep if you like):

./darknet-cli stop && sudo rm -R darknetd && sudo rm -R darknet-cli && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknetd && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknet-cli && sudo chmod +x darknetd && sudo chmod +x darknet-cli && ./darknetd && sleep 20 && ./darknet-cli getinfo

the upgrade was successful if you see:
"version" : 1010001, ....

Cheers and happy upgrading all  Cheesy
legendary
Activity: 1078
Merit: 1011
I know its a pain.. No one likes to update their masternodes and wallets, but it has to be done. Please.. Everyone start updating their masternodes. it will be a bumpy ride for everyone until at least 65% have updated... then things will smooth out.. so the quicker everyone updates the better.

here is what I use, takes about 10 seconds to do the update per masternode..

./darknet-cli stop && sudo rm -R darknetd && sudo rm -R darknet-cli && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknetd && wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.1.0.1/darknet-cli && sudo chmod +x darknetd && sudo chmod +x darknet-cli && ./darknetd

put this entire string in your terminal windows when you are in the folder where the binaries are located.. Smiley
full member
Activity: 165
Merit: 100
Is there way to check how many nodes switched to version 1.1.0?

If it corresponds to the protocol version shown in masternode list, I suppose it is.

Code:
$ darknet-cli masternodelist full |grep 70106 |wc -l
857

Code:
$ darknet-cli masternodelist full |grep 70107 |wc -l
48

If the masternode's uptime affects one's payments. I suppose the most profitable strategy for one still running the older version is to wait until one gets the last expected higher reward from their masternode before upgrading. So waiting for a payout of 50 within about ~850 blocks from the change to smaller rewards. Not a big difference.
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Man, thank you jakiman for posting the relevant section of the code. I hate to do this, but upon looking at that post realized there was an error in the code. It is fixed now, and we just released a new version of the wallet with the fix. Line 1569 should have been else if(nHeight < 151200 && nHeight >= 86400) {, not else if(nHeight < 259200 && nHeight >= 86400) {. I actually noticed the problem when I was testing, I made the change locally, but it never got pushed. That would have caused some serious issues. I apologize to everyone, but you are going to need to update to the newer version, 1.1.0.1 before block 151200, which is in about 7.5 days. This is totally my fault, I feel like an ass, I hope you can all forgive me. Also, a big thanks again to jakiman for that post, without it the error probably would have gone unnoticed until it was too late. The new wallets are up on github, I think s3v3n has updated the OP to reflect the change.

Ah. I just noticed it now also. I didn't really check the masternode portion.
I just bolded 151200 without thinking much else to show the switch block.
Anyways, glad I helped(?) but really glad you noticed it as I didn't! Grin Grin
legendary
Activity: 910
Merit: 1006
BCH Advocate.
member
Activity: 112
Merit: 100
legendary
Activity: 1078
Merit: 1011
Bittrex and Presstab have already updated to v1.1.0.1 Thank You guys!!
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Man, thank you jakiman for posting the relevant section of the code. I hate to do this, but upon looking at that post realized there was an error in the code. It is fixed now, and we just released a new version of the wallet with the fix. Line 1569 should have been else if(nHeight < 151200 && nHeight >= 86400) {, not else if(nHeight < 259200 && nHeight >= 86400) {. I actually noticed the problem when I was testing, I made the change locally, but it never got pushed. That would have caused some serious issues. I apologize to everyone, but you are going to need to update to the newer version, 1.1.0.1 before block 151200, which is in about 7.5 days. This is totally my fault, I feel like an ass, I hope you can all forgive me. Also, a big thanks again to jakiman for that post, without it the error probably would have gone unnoticed until it was too late. The new wallets are up on github, I think s3v3n has updated the OP to reflect the change.

Mistakes happen. Happy that someone found it before it got ugly.
full member
Activity: 226
Merit: 100
well dev team can you please clarify this and please correct if wrong in ann. post.
specs from official  ann. post are decisively for me and i guess for a lot of other people too.
thanks

Block number 151200 for PoW Block Reward drop was already confirmed by dev StakeBox. See this post:
https://bitcointalksearch.org/topic/m.14747320


This is a mandatory update, everyone needs to be on the new version, 1.1.0.0, by block 151200, about 2 weeks from now, that is when the new block rewards will go into effect. Notices will be sent to all service providers shortly. Thanks for your patience, I know I said this would be done last night or this morning. Sorry for the delay guys.

Also, block number 151200 is stated as the block when 250 will drop to 50 on the OP already.
Second line of Coin Specs on the OP states: "PoW Block Reward: (block# 2-151200) 250 DNET (block# 151201-259200) 50 DNET"

Edit:
And for true proof, here's the source code snippet from 1.1.0.0.
https://github.com/Darknet-Crypto/Darknet/blob/master/src/main.cpp#L1550
It clearly shows PoW reduction at block # >=151200. Also, the numeric value "172800" doesn't even exist in the source code.
So yeah, s3v3n should correct the "PoW Rewards Breakdown" portion of the OP. Smiley

Quote
int64_t GetBlockValue(int nBits, int nHeight, const CAmount& nFees)
{
    int64_t nSubsidy = 0;
    if(nHeight == 0) {
        nSubsidy = 60001 * COIN;
    }
    else if(nHeight < 86400 && nHeight > 0) {
        nSubsidy = 250 * COIN;
    }
    else if(nHeight < 151200 && nHeight >= 86400) {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 259200 && nHeight >= 151200) {
        nSubsidy = 45 * COIN;
    }
    else {
        nSubsidy = 0 * COIN;
    }      
        
    return nSubsidy + nFees;
}

int64_t GetMasternodePayment(int nHeight, int64_t blockValue)
{
    int64_t ret = 0;
    if(nHeight <= 43200) {
        ret = blockValue/5;
    }
    else if(nHeight < 86400 && nHeight > 43200) {
        ret = blockValue/(100/30);
    }
    else if(nHeight < 259200 && nHeight >= 86400) {
        ret = 50 * COIN;
    }
    else if(nHeight < 259200 && nHeight >= 151200) {
        ret = blockValue/2;
    }
    else {
        ret = 0 * COIN;
    }
    return ret;
}

Man, thank you jakiman for posting the relevant section of the code. I hate to do this, but upon looking at that post realized there was an error in the code. It is fixed now, and we just released a new version of the wallet with the fix. Line 1569 should have been else if(nHeight < 151200 && nHeight >= 86400) {, not else if(nHeight < 259200 && nHeight >= 86400) {. I actually noticed the problem when I was testing, I made the change locally, but it never got pushed. That would have caused some serious issues. I apologize to everyone, but you are going to need to update to the newer version, 1.1.0.1 before block 151200, which is in about 7.5 days. This is totally my fault, I feel like an ass, I hope you can all forgive me. Also, a big thanks again to jakiman for that post, without it the error probably would have gone unnoticed until it was too late. The new wallets are up on github, I think s3v3n has updated the OP to reflect the change.
hero member
Activity: 728
Merit: 500
no offense jakiman but i'm waiting for ann correction which is necessary anyway if you're right (and i guess you are Smiley) ....

No offense taken. I know I'm right. I agree that ANN needs to be corrected. Wink

exactly because of the ann. infos my opinion was that i have about 3 weeks left to buy cheap coins

in fact i guess only 8 days left to reach my goal, damn i must stay calm

don't panic buy, don't panic buy, don't panic buy, stay frosty .... Tongue ...


Hopefully we will see one more dip around 450 before moooooooooooooon

Don't wait for the dump bro. You could miss the train.  The cool kids are marketbuying  Cool

true already hard to get a decent amount below 600

@killerjoegreece i guess ~34 mio (8-9 mio to go until pow ends)



Taking into account dev and community activity (high), the capitalization seems absurd, and if truly anonymous transaction is finally implemented, totally ridiculous. Lot of people holding (big wallets in Bittrex continue increasing)

alot of big wallets on bittrex but is that because not many players are in the game? got to think as well all the 9 mil locked in masternodes. How many people are actually running these? is it just a 18 people with 50 masternodes? I dont think there is many people involved atm. IF truly anonymous does get implemented and works we in for good ride Smiley
sr. member
Activity: 392
Merit: 250
Looking for shmexy coins!
no offense jakiman but i'm waiting for ann correction which is necessary anyway if you're right (and i guess you are Smiley) ....

No offense taken. I know I'm right. I agree that ANN needs to be corrected. Wink

exactly because of the ann. infos my opinion was that i have about 3 weeks left to buy cheap coins

in fact i guess only 8 days left to reach my goal, damn i must stay calm

don't panic buy, don't panic buy, don't panic buy, stay frosty .... Tongue ...


Hopefully we will see one more dip around 450 before moooooooooooooon

Don't wait for the dump bro. You could miss the train.  The cool kids are marketbuying  Cool

true already hard to get a decent amount below 600

@killerjoegreece i guess ~34 mio (8-9 mio to go until pow ends)




7 days is a lot of time in crypto. People get impatient all the time. I already own a lot, so if the price does not drop again, it's still OK for me.
hero member
Activity: 638
Merit: 500
Is there way to check how many nodes switched to version 1.1.0?
hero member
Activity: 727
Merit: 501
no offense jakiman but i'm waiting for ann correction which is necessary anyway if you're right (and i guess you are Smiley) ....

No offense taken. I know I'm right. I agree that ANN needs to be corrected. Wink

exactly because of the ann. infos my opinion was that i have about 3 weeks left to buy cheap coins

in fact i guess only 8 days left to reach my goal, damn i must stay calm

don't panic buy, don't panic buy, don't panic buy, stay frosty .... Tongue ...


Hopefully we will see one more dip around 450 before moooooooooooooon

Don't wait for the dump bro. You could miss the train.  The cool kids are marketbuying  Cool

true already hard to get a decent amount below 600

@killerjoegreece i guess ~34 mio (8-9 mio to go until pow ends)



Taking into account dev and community activity (high), the capitalization seems absurd, and if truly anonymous transaction is finally implemented, totally ridiculous. Lot of people holding (big wallets in Bittrex continue increasing)
legendary
Activity: 1638
Merit: 1011
jakiman is back!
legendary
Activity: 1148
Merit: 1001
no offense jakiman but i'm waiting for ann correction which is necessary anyway if you're right (and i guess you are Smiley) ....

No offense taken. I know I'm right. I agree that ANN needs to be corrected. Wink

exactly because of the ann. infos my opinion was that i have about 3 weeks left to buy cheap coins

in fact i guess only 8 days left to reach my goal, damn i must stay calm

don't panic buy, don't panic buy, don't panic buy, stay frosty .... Tongue ...


Hopefully we will see one more dip around 450 before moooooooooooooon

Don't wait for the dump bro. You could miss the train.  The cool kids are marketbuying  Cool

true already hard to get a decent amount below 600

@killerjoegreece i guess ~34 mio (8-9 mio to go until pow ends)


legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
what is the current coin supply?
legendary
Activity: 1078
Merit: 1011
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
legendary
Activity: 2688
Merit: 1240
I've updated suprnova to the latest version, however it seems some other nodes didn't and they are orphaning our blocks.. I hope they'll update soon or the dev rejects the old blocks..

Never mind - I just reverted to the old version
legendary
Activity: 1078
Merit: 1011
1 million DNET or bust.  Cool

On a more serious note, why is DNET marked with an asterisk (*) [Not Mineable], on coinmarketcap?



idk, I have sent them a few messages about it actually being mineable, but they never respond.. soo guess they didn't care.. Tongue
Jump to: