eduffield
Core Developer
Stratum has been patched and pools are now supported by RC2. If you run a pool you must apply the patch and test that it works with your environment. Do this on testnet, not on production. This is just a test to make sure the fork will work.
Sadly p2pool was not able to be patched for RC2, so we'll have to move from p2pool until a patch can be made later.
Notes about the new stratum:
Add this to your config!
delete ~/.darkcoin/testnet3
addnode=23.23.186.131
testnet=1
Join IRC #darkcoin-test at freenode
Sadly p2pool was not able to be patched for RC2, so we'll have to move from p2pool until a patch can be made later.
Notes about the new stratum:
- This stratum will not function without RC2.
- Source code can be found here: http://www.github.com/evan82/darkcoin-stratum
- Patched code can be found here: https://github.com/evan82/darkcoin-stratum/blob/master/stratum-masternode-changes.txt
- Masternode voting system embedded into the blockchain to form a network consensus of who should be paid and payment code
- DGW3 - fixes all issues with various architectures, removed exponential moving average. Much smoother adjustments
- pchMessageStart updated to it's own unique value (it was set to litecoin still)
- RC2 Pool: http://ec2-54-198-34-42.compute-1.amazonaws.com
- Testnet block explorer (shows votes per block): http://23.23.186.131:1234/chain/DarkCoin
- http://www.darkcoin.io/downloads/rc/darkcoind (if you want to run a masternode)
- http://www.darkcoin.io/downloads/rc/darkcoind-pool (if you're running a mpos pool, use this one!)
- http://www.darkcoin.io/downloads/rc/darkcoin-qt
Add this to your config!
delete ~/.darkcoin/testnet3
addnode=23.23.186.131
testnet=1
Join IRC #darkcoin-test at freenode
Last edited by a moderator: