Bitcoin Forum
May 26, 2024, 10:15:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [TRC] difficulty and stalled chain - finally some news  (Read 1513 times)
celkaris (OP)
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
April 09, 2013, 02:05:11 PM
 #1

just received a github notification ; issue https://github.com/terracoin/terracoin/issues/33 was updated with some test net update regarding current TRC difficulty issues.

Will we finally get out of this ? Smiley
FJBourne
Full Member
***
Offline Offline

Activity: 138
Merit: 100



View Profile
April 09, 2013, 02:41:47 PM
 #2

great news  Smiley

BTE- 8UvdysHU3HugiAGSWDn9hTvEbCe1kJmkZ5
crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
April 09, 2013, 03:32:45 PM
 #3

Hi,

our new difficulty algorithm is now  available for testing under our
dev-0.1.3 branch.

testnet supports this update since block 5182, a windows build for the
development branch was also published at our sourceforge mirror:

http://sourceforge.net/projects/terracoin/files/SatoshiClone/dev-0.1.3-119-win32.zip/download

changelog summary (again, just for testnet right now):
 [testnet] diff,adjustment: EMA retargetting.

- Exponential Moving Average diff computation, over the last 2160
   blocks duration (roughly 3 days worth of blocks).
 - active on testnet since block 5182, not enabled on livenet yet.
 - testnet will eventually allow diff=1 mining, when last block was
   found more than 10 mins ago ; livenet will divide diff by two under
   same circumstances.
 - will probably be activated on livenet in a short future according to
   tests.


see commit https://github.com/terracoin/terracoin/commit/01c20aaaaba for
further informations.

Note that testnet is the only network concerned right now, you have to
start your client with the "-testnet" parameter if you want to
participate in tests.

current dataset gathered during our tests looks quite promising,
although the extremely low difficulty do not represent the livenet
accurately.

In order to get make the blockchain usable again, we may publish this
update with a short-term mandatory block update ; we'll announce the
update here when satisfied with testnet gathered datasets and ready to
deploy.


If you are not running windows but unix/linux, proceed as follows:

mkdir -p ~/currencies
cd ~/currencies
git clone git://github.com/terracoin/terracoin.git
cd terracoin
git checkout dev-0.1.3

then build as usual.
cd terracoin/src && nice make -f makefile.unix -j 4 # for the daemon
cd terracoin && qmake && nice make -j 4  # for qt-client


thanks again for your patience.
--
TRC.

more or less retired.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!