Shadow_Runner
|
|
March 05, 2015, 11:39:10 AM |
|
And where is new windows wallet?
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 11:42:01 AM |
|
And where is new windows wallet?
sorry it comes in about 10-15 minutes, slow computer
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 11:44:44 AM |
|
sorry it comes in about 10-15 minutes, slow computer Okay, I just woke up and didn't saw post time.
|
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
March 05, 2015, 12:46:07 PM |
|
So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
adabau (OP)
|
|
March 05, 2015, 12:49:22 PM |
|
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: 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
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 12:55:15 PM |
|
What block reward is now?
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 12:58:54 PM |
|
What block reward is now?
250
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 01:01:47 PM |
|
250
Ok. Dev, this new nodes is masternodes?
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 01:04:54 PM |
|
250
Ok. Dev, this new nodes is masternodes? Yes, they are masternodes.
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 01:07:36 PM |
|
250
Ok. Dev, this new nodes is masternodes? Yes, they are masternodes. Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console 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
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 01:12:32 PM |
|
250
Ok. Dev, this new nodes is masternodes? Yes, they are masternodes. Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console 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.
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 02:21:03 PM |
|
Now with nodes we have at least stable connections.
|
|
|
|
zmija
|
|
March 05, 2015, 03:53:59 PM |
|
This coin/Dev is a joke, i don't get u guys why r u still sticking with this coin it's clear that Dev is still learning c++ and doesn't have a first clue about the coins. If u want something out of it, u'll have help (code) the Dev . New name for the coin Ccash (community cash)
|
|
|
|
elite3000
Legendary
Offline
Activity: 1073
Merit: 1000
|
|
March 05, 2015, 04:01:59 PM |
|
This is a clone Darkcoin ? is there any difference ?
|
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 04:24:07 PM |
|
This is a clone Darkcoin ? is there any difference ?
Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin.
|
|
|
|
Propulsion
|
|
March 05, 2015, 05:05:02 PM Last edit: March 05, 2015, 05:31:34 PM by Propulsion |
|
This is a clone Darkcoin ? is there any difference ?
Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin. Your MN's won't work without doing some more steps. There is some serious differences between the original darkcoin and this too. The original darkcoin developer is competent. The original darkcoin currency will last longer than a week. Just buy the real thing.
|
|
|
|
Shadow_Runner
|
|
March 05, 2015, 06:47:11 PM |
|
Dev, are you working on other 20 masternodes?
|
|
|
|
adabau (OP)
|
|
March 05, 2015, 07:41:45 PM |
|
Dev, are you working on other 20 masternodes?
I will try to put up 20 more tomorrow
|
|
|
|
|