Updates after looking around seems theri aware of it new updated client.
Terracoin update 0.1.3-42 is now available for download at our
sourceforge mirror and github repository.
This build addresses the difficulty manipulation issue currently seen on
the live chain, and will be mandatory on block 175000.
The code allowing such difficulty manipulations was added to the client
prior to the ema difficulty adjustment implementation, it should have
been removed from the client long ago to prevent this.
Once most network nodes are updated, and block 175000 is reached, the
capped ema implementation should take care of abnormally forged blocks ;
as usual, this is supposing the network gets more hashing power than the
attacker(s).
With the current artificially decreased difficulty, and the network
hashing power way higher than the 'awaited' rate, network will generate
a lot of orphan blocks until this issue is addressed.
Download links:
---------------
source: master branch at
https://github.com/terracoin/terracoinwindows binaries:
http://sourceforge.net/projects/terracoin/files/SatoshiClone/terracoin-0.1.3-42-win32.zip/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 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
--
TRC.
http://sourceforge.net/mailarchive/forum.php?forum_name=terracoin-announce