Terracoin build 0.1.3-46 is now available for download at our sourceforge
mirror and github repository.
This build will be mandatory at block 185056 (7 to 10 days from now).
This build includes a rewritten difficulty adjustment algorithm, returning
to a common targeting window.
Retargeting will occur at 180 blocks intervals (6 hours) based on the data
from the last 2160 blocks (3 days).
This should remove the difficulty swings we're currently experiencing and
bring more stability to the currency. This update should be the last of our
recent serie about difficulty adjustments.
A few known pool and exchange operators were included into this email
recipients, feel free to forward this email to other services not included
in this list (btc-e, vircurex, coinotron).
Known pool and exchange operators will receive a separate email in a few
minutes about the expected impact on their platform.
Download links:
source: master branch at
https://github.com/terracoin/terracoinwindows binaries:
http://sourceforge.net/projects/terracoin/files/latest/downloadSource-based update:
If you previously cloned our repository, you may update using:
cd /path/to/your/local/clone/
git checkout master # locally on the master branch locally
git pull --tags origin master # fetches and merges remote master branch
# headless daemon:
cd src
nice make -f makefile.unix -j 4
strip terracoind
# qt-client:
cd /path/to/your/local/clone/
qmake USE_IPV6=-
nice make -j 4
strip terracoin-qt
regards,
---
TRC