Pages:
Author

Topic: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX - page 16. (Read 34958 times)

hero member
Activity: 574
Merit: 500
Now with nodes we have at least stable connections.
sr. member
Activity: 389
Merit: 250
250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  Tongue

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177

Thanks, added to op.
hero member
Activity: 574
Merit: 500
250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  Tongue

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177
sr. member
Activity: 389
Merit: 250
hero member
Activity: 574
Merit: 500
sr. member
Activity: 389
Merit: 250
hero member
Activity: 574
Merit: 500
What block reward is now?
sr. member
Activity: 389
Merit: 250
So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?

Yes you do, heres the code:

Code:
   if(nHeight > 17280)               ret += blockValue / 20; // 17280 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 34560 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 51840 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 69120 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 86400 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 103680 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 120960 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 138240 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 172800 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 207360 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 241920 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 276480 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 311040 - 60.0% - 2016-04-11
https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1484
legendary
Activity: 1400
Merit: 1000
So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?
sr. member
Activity: 389
Merit: 250
hero member
Activity: 574
Merit: 500
sorry it comes in about 10-15 minutes, slow computer  Undecided

Okay, I just woke up and didn't saw post time.
sr. member
Activity: 389
Merit: 250
And where is new windows wallet?

sorry it comes in about 10-15 minutes, slow computer  Undecided
hero member
Activity: 574
Merit: 500
And where is new windows wallet?
sr. member
Activity: 378
Merit: 250
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.

I did not sell one coin but bought 40,000.
why did you relaunch ?
i wrote on the thread 10 times telling that the problem that you caused by changing randomly in main.cpp can be fixed. so why did you just relaunch instead of fixing it. and if you didnt know how, i wrote that i can fix it. why did you relaunch?
you dont care about the people that bought it? you dont care about the people that mined it?
and why were you so silent
sr. member
Activity: 389
Merit: 250
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.

I did not sell one coin but bought 40,000.
legendary
Activity: 986
Merit: 1001
Change the name and ticker for "Ecrash"
nobody buy this shit even for 10 sats  Grin
sr. member
Activity: 378
Merit: 250
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.
full member
Activity: 196
Merit: 100
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
sr. member
Activity: 389
Merit: 250
legendary
Activity: 2688
Merit: 1240
Okay, I have updated to the new source.
Pages:
Jump to: