eduffield
Core Developer
Please help test version v0.10.15!
This release includes:
- Spork: True masternode payment enforcement and increasing masternode rewards
- Masternode Hardening, I've fixed over 10 vulnerabilities in Darksend that could have possibly caused DOS attacks
- Changed the way Masternode pinging works, using a timestamp calculated from the average block timestamp instead of the local time. This should fix some cases where nodes went offline after awhile.
- Added a simple list that will provide who gets paid on what blocks.
- Turned back on collateral transactions
- Added collateral to the queuing process (dsa and dsq protocol commands)
- Improved collateral strategy: Collateral is now paid in the form of mining fees. This creates a situation where to double spend the inputs, you would need to pay the miners higher fees then 0.1DRK (the collateral fee). This makes it impossible to double spend attack our collateral system.
- New command "masternode winners", shows the next 20 payees
- New Darksend branding
What we need to test:
- If anyone gets hit with a collateral charge, please send your debug.log and wallet.dat to [email protected]
- "masternode winners" must always be in sync across the whole network. We'll need to figure out a way to test this
- Make sure the reward adjustment is working
- Make sure darksend is working properly
- Update pools and make sure the spork goes smoothly
- Come up with a name for the release?
--------------------------------- REWARDS ADJUSTMENT --------------------------
if(fTestNet) {
if(nHeight > 39295) //25% - 2014-10-07
if(nHeight > 39295+((576*1)*1)) //30% - 2014-10-08
if(nHeight > 39295+((576*1)*2)) //35% - 2014-10-09
if(nHeight > 39295+((576*1)*3)) //40% - 2014-10-10 *SPORK*
if(nHeight > 39295+((576*1)*4)) //45% - 2014-10-11
if(nHeight > 39295+((576*1)*5)) //50% - 2014-10-12
if(nHeight > 39295+((576*1)*6)) //55% - 2014-10-13
if(nHeight > 39295+((576*1)*7)) //60% - 2014-10-14
}
// MAINNET
if(nHeight > 158000) //25.0% - 2014-10-23
if(nHeight > 158000+((576*30)*1)) //30.0% - 2014-11-23
if(nHeight > 158000+((576*30)*2)) //35.0% - 2014-12-23
if(nHeight > 158000+((576*30)*3)) //37.5% - 2015-01-23
if(nHeight > 158000+((576*30)*4)) //40.0% - 2015-02-23
if(nHeight > 158000+((576*30)*5)) //42.5% - 2015-03-23
if(nHeight > 158000+((576*30)*6)) //45.0% - 2015-04-23
if(nHeight > 158000+((576*30)*7)) //47.5% - 2015-05-23
if(nHeight > 158000+((576*30)*9)) //50.0% - 2015-07-23
if(nHeight > 158000+((576*30)*11)) //52.5% - 2015-09-23
if(nHeight > 158000+((576*30)*13)) //55.0% - 2015-11-23
if(nHeight > 158000+((576*30)*15)) //57.5% - 2016-01-23
if(nHeight > 158000+((576*30)*17)) //60.0% - 2016-03-23
-----------------------------------------------------------------------------------
****** ATTENTION: POOL OPERATORS ****************************
All pools must update in order to pay the correct amounts per block
Stratum Users:
https://github.com/darkcoin/darkcoin-stratum/commit/4abf08bd0d3de7fae2311f54edb8a5f86f9ab39a
NOMP Users:
https://github.com/darkcoin/node-stratum-pool/commit/e598fb0b6b643191304b257e0d8b0f47f8a5d34a-
P2Pool Users:
https://github.com/darkcoin/p2pool-drk/commit/98a77c90d5dc460695cab71daed8d8aaab955289
------------------------------------------------------------------------------------
**** DOWNLOADS ******************************
https://github.com/darkcoin/darkcoin/tree/enforcement
Binaries
http://www.darkcoin.io/binaries/testnet/darkcoin-qt
http://www.darkcoin.io/binaries/testnet/darkcoind
This release includes:
- Spork: True masternode payment enforcement and increasing masternode rewards
- Masternode Hardening, I've fixed over 10 vulnerabilities in Darksend that could have possibly caused DOS attacks
- Changed the way Masternode pinging works, using a timestamp calculated from the average block timestamp instead of the local time. This should fix some cases where nodes went offline after awhile.
- Added a simple list that will provide who gets paid on what blocks.
- Turned back on collateral transactions
- Added collateral to the queuing process (dsa and dsq protocol commands)
- Improved collateral strategy: Collateral is now paid in the form of mining fees. This creates a situation where to double spend the inputs, you would need to pay the miners higher fees then 0.1DRK (the collateral fee). This makes it impossible to double spend attack our collateral system.
- New command "masternode winners", shows the next 20 payees
- New Darksend branding
What we need to test:
- If anyone gets hit with a collateral charge, please send your debug.log and wallet.dat to [email protected]
- "masternode winners" must always be in sync across the whole network. We'll need to figure out a way to test this
- Make sure the reward adjustment is working
- Make sure darksend is working properly
- Update pools and make sure the spork goes smoothly
- Come up with a name for the release?
--------------------------------- REWARDS ADJUSTMENT --------------------------
if(fTestNet) {
if(nHeight > 39295) //25% - 2014-10-07
if(nHeight > 39295+((576*1)*1)) //30% - 2014-10-08
if(nHeight > 39295+((576*1)*2)) //35% - 2014-10-09
if(nHeight > 39295+((576*1)*3)) //40% - 2014-10-10 *SPORK*
if(nHeight > 39295+((576*1)*4)) //45% - 2014-10-11
if(nHeight > 39295+((576*1)*5)) //50% - 2014-10-12
if(nHeight > 39295+((576*1)*6)) //55% - 2014-10-13
if(nHeight > 39295+((576*1)*7)) //60% - 2014-10-14
}
// MAINNET
if(nHeight > 158000) //25.0% - 2014-10-23
if(nHeight > 158000+((576*30)*1)) //30.0% - 2014-11-23
if(nHeight > 158000+((576*30)*2)) //35.0% - 2014-12-23
if(nHeight > 158000+((576*30)*3)) //37.5% - 2015-01-23
if(nHeight > 158000+((576*30)*4)) //40.0% - 2015-02-23
if(nHeight > 158000+((576*30)*5)) //42.5% - 2015-03-23
if(nHeight > 158000+((576*30)*6)) //45.0% - 2015-04-23
if(nHeight > 158000+((576*30)*7)) //47.5% - 2015-05-23
if(nHeight > 158000+((576*30)*9)) //50.0% - 2015-07-23
if(nHeight > 158000+((576*30)*11)) //52.5% - 2015-09-23
if(nHeight > 158000+((576*30)*13)) //55.0% - 2015-11-23
if(nHeight > 158000+((576*30)*15)) //57.5% - 2016-01-23
if(nHeight > 158000+((576*30)*17)) //60.0% - 2016-03-23
-----------------------------------------------------------------------------------
****** ATTENTION: POOL OPERATORS ****************************
All pools must update in order to pay the correct amounts per block
Stratum Users:
https://github.com/darkcoin/darkcoin-stratum/commit/4abf08bd0d3de7fae2311f54edb8a5f86f9ab39a
NOMP Users:
https://github.com/darkcoin/node-stratum-pool/commit/e598fb0b6b643191304b257e0d8b0f47f8a5d34a-
P2Pool Users:
https://github.com/darkcoin/p2pool-drk/commit/98a77c90d5dc460695cab71daed8d8aaab955289
------------------------------------------------------------------------------------
**** DOWNLOADS ******************************
https://github.com/darkcoin/darkcoin/tree/enforcement
Binaries
http://www.darkcoin.io/binaries/testnet/darkcoin-qt
http://www.darkcoin.io/binaries/testnet/darkcoind
Last edited by a moderator: