eduffield
Core Developer
Darkcoin Version - v0.11.0.x
- Forked from Bitcoin v0.9.3. We are no longer based on the Litecoin source code. (Vertoe)
- Removed centralized checkpointing node / sporking code (to be implemented better in the future)
- New improved fee dialog for Darksent transactions
- Improved Darksend progress bar
- Darksend minimum requirement lowered to 1.5DRK
- Various improvements to Darksend, should work for almost any situation now
- Start-Many rewritten to provide much better support for multi-masternode wallets
- Improved masternode error messages
- Various performance improvements inherited from the new Bitcoin code base
- Spend Non-Denominated inputs first when Darksend checkbox is not selected (UdjinM6)
- Reduced logging spam
- New "masternode outputs" command for use with start-many
- Perfectly balanced masternode payment algorithm
- Regression testing support for Masternodes and Darksend
- Darksend GUI / Feedback improvements
- Masternode count in debug screen
Start-Many Support
Github user freynder rewrote the start-many configuration file to tie specific inputs to specific masternodes, so the client would know
the correct ones to start. To use this functionality, simply make a ~/.darkcoin/masternode.conf with the following information.
Example:
mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
mn2 127.0.0.3:19999 93WaAb3htPJEV8E9aQcN23Jt97bPex7YvWfgMDTUdWJvzmrMqey aa9f1034d973377a5e733272c3d0eced1de22555ad45d6b24abadff8087948d4 0
mn3 127.0.0.4:19999 92Da1aYg6sbenP6uwskJgEY2XWB5LwJ7bXRqc3UPeShtHWJDjDv db478e78e3aefaa8c12d12ddd0aeace48c3b451a8b41c570d0ee375e2a02dfd9 1
More information: https://github.com/darkcoin/darkcoin/pull/62
To easily find the correct output information, use the new "masternode outputs" command
Download
Gitian Builds for v0.11.0.4
Source: https://github.com/darkcoin/darkcoin/tree/v0.11.0.x
--
CI-builds for v0.11.0.5-gc1fde4d
Windows 32bit:
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/32/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...5/gitian-win-darkcoin-bin/32/darkcoin-cli.exe
http://bamboo.darkcoin.qa/artifact/...rkcoin-bin/32/darkcoin-0.11.0-win32-setup.exe
Windows 64bit:
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/64/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/64/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...5/gitian-win-darkcoin-bin/64/darkcoin-cli.exe
http://bamboo.darkcoin.qa/artifact/...rkcoin-bin/64/darkcoin-0.11.0-win64-setup.exe
Mac OS X:
http://bamboo.darkcoin.qa/artifact/...n-osx-darkcoin-dist/darkcoin-0.11.0.4-osx.dmg
Linux 32bit:
http://bamboo.darkcoin.qa/artifact/.../gitian-linux-darkcoin-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/DRKL-DEV/JOB1/build-89/gitian-linux-darkcoin-bin/bin/32/darkcoind
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-bin/bin/32/darkcoin-cli
Linux 64bit:
http://bamboo.darkcoin.qa/artifact/.../gitian-linux-darkcoin-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/DRKL-DEV/JOB1/build-89/gitian-linux-darkcoin-bin/bin/64/darkcoind
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-bin/bin/64/darkcoin-cli
- Forked from Bitcoin v0.9.3. We are no longer based on the Litecoin source code. (Vertoe)
- Removed centralized checkpointing node / sporking code (to be implemented better in the future)
- New improved fee dialog for Darksent transactions
- Improved Darksend progress bar
- Darksend minimum requirement lowered to 1.5DRK
- Various improvements to Darksend, should work for almost any situation now
- Start-Many rewritten to provide much better support for multi-masternode wallets
- Improved masternode error messages
- Various performance improvements inherited from the new Bitcoin code base
- Spend Non-Denominated inputs first when Darksend checkbox is not selected (UdjinM6)
- Reduced logging spam
- New "masternode outputs" command for use with start-many
- Perfectly balanced masternode payment algorithm
- Regression testing support for Masternodes and Darksend
- Darksend GUI / Feedback improvements
- Masternode count in debug screen
Start-Many Support
Github user freynder rewrote the start-many configuration file to tie specific inputs to specific masternodes, so the client would know
the correct ones to start. To use this functionality, simply make a ~/.darkcoin/masternode.conf with the following information.
Example:
mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
mn2 127.0.0.3:19999 93WaAb3htPJEV8E9aQcN23Jt97bPex7YvWfgMDTUdWJvzmrMqey aa9f1034d973377a5e733272c3d0eced1de22555ad45d6b24abadff8087948d4 0
mn3 127.0.0.4:19999 92Da1aYg6sbenP6uwskJgEY2XWB5LwJ7bXRqc3UPeShtHWJDjDv db478e78e3aefaa8c12d12ddd0aeace48c3b451a8b41c570d0ee375e2a02dfd9 1
More information: https://github.com/darkcoin/darkcoin/pull/62
To easily find the correct output information, use the new "masternode outputs" command
Download
Gitian Builds for v0.11.0.4
Source: https://github.com/darkcoin/darkcoin/tree/v0.11.0.x
--
CI-builds for v0.11.0.5-gc1fde4d
Windows 32bit:
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/32/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...5/gitian-win-darkcoin-bin/32/darkcoin-cli.exe
http://bamboo.darkcoin.qa/artifact/...rkcoin-bin/32/darkcoin-0.11.0-win32-setup.exe
Windows 64bit:
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/64/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/DRKW-DEV/JOB1/build-85/gitian-win-darkcoin-bin/64/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...5/gitian-win-darkcoin-bin/64/darkcoin-cli.exe
http://bamboo.darkcoin.qa/artifact/...rkcoin-bin/64/darkcoin-0.11.0-win64-setup.exe
Mac OS X:
http://bamboo.darkcoin.qa/artifact/...n-osx-darkcoin-dist/darkcoin-0.11.0.4-osx.dmg
Linux 32bit:
http://bamboo.darkcoin.qa/artifact/.../gitian-linux-darkcoin-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/DRKL-DEV/JOB1/build-89/gitian-linux-darkcoin-bin/bin/32/darkcoind
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-bin/bin/32/darkcoin-cli
Linux 64bit:
http://bamboo.darkcoin.qa/artifact/.../gitian-linux-darkcoin-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/DRKL-DEV/JOB1/build-89/gitian-linux-darkcoin-bin/bin/64/darkcoind
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-bin/bin/64/darkcoin-cli
Last edited by a moderator: