Bitcoin Forum
May 12, 2024, 11:57:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [trc] [update] terraCoin MANDATORY build 0.8.0.2 Was: terraCoin build 0.8.0.1  (Read 2042 times)
bitcoinreactor (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 24, 2013, 11:36:13 AM
Last edit: September 25, 2013, 04:38:05 PM by bitcoinreactor
 #1

source: https://sourceforge.net/p/terracoin/mailman/message/31433842/
Quote
Hi,

Terracoin qt client build 0.8.0.1 is now available for download.


== Changelog ==

This build is a minor update, providing foundations for future alerts:
- switched to new versionning system
- win32 binary builds now reports client version properly instead of
jenkins internal tags
- Alert-ready ; alert-sender and client support for alerts were validated
on testnet, mainnet support is now included in this build.
- should also fix the blockchain download problem seen on some 32bits
gnu/linux clients according to the peers providing blocks prior to block
height 137162.

Although this build has no mandatory flag, updating to this build will
allow you to receive later alerts through the client, so you'll get
notified of future mandatory updates & critical bugfixes.

Alerts are shown on the QT client (yellow background area when visible),
returned under "errors" field in getinfo | getmininginfo rpc calls, or
through -alertnotify cli parameter.



== Download links ==

source:
master branch at https://github.com/terracoin/terracoin
or
https://github.com/terracoin/terracoin/archive/v0.8.0.1.tar.gz


windows binaries:
http://sourceforge.net/projects/terracoin/files/latest/download

Source-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 /path/to/your/local/clone/src/
make distclean
nice make -f makefile.unix -j 4
strip terracoind

# qt-client:
cd /path/to/your/local/clone/
make distclean
qmake USE_IPV6=-
nice make -j 4
strip terracoin-qt


---
TRC

BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
1715558230
Hero Member
*
Offline Offline

Posts: 1715558230

View Profile Personal Message (Offline)

Ignore
1715558230
Reply with quote  #2

1715558230
Report to moderator
1715558230
Hero Member
*
Offline Offline

Posts: 1715558230

View Profile Personal Message (Offline)

Ignore
1715558230
Reply with quote  #2

1715558230
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715558230
Hero Member
*
Offline Offline

Posts: 1715558230

View Profile Personal Message (Offline)

Ignore
1715558230
Reply with quote  #2

1715558230
Report to moderator
1715558230
Hero Member
*
Offline Offline

Posts: 1715558230

View Profile Personal Message (Offline)

Ignore
1715558230
Reply with quote  #2

1715558230
Report to moderator
bitcoinreactor (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 25, 2013, 04:18:06 PM
 #2

Heh this alert thing made it, p2pool was showing the alert too (i saw it there actually) :



Another desktop client also shows the alert:




.... updating those clients.....

EDIT: updated this thread title (now it's terraCoin 0.8.0.2)

BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
bitcoinreactor (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 25, 2013, 05:02:07 PM
 #3

fot those of you not reading trc mailing list, here's an email received via terracoin announce mailinglist:

Quote
Hi,

Terracoin client build 0.8.0.2 is now available for download.

This build, hopefully the last mandatory for a long period, reduces the retarget window and applies smaller limits to the target updates.

This build will be MANDATORY at block 192239 (estimated eta: 8-9 days at current network speed, but this could be shorter, please UPDATE AS SOON AS POSSIBLE).

Compatible terracoin clients were alerted through the network, and will relay this alert to old clients up to january 2014. [http://terracoin.org/alert/0.8.0.2.html]

Later terracoin builds (non-mandatory update) will simply reject connections from nodes prior to v0.8.0.2
P2pool terracoin parameters will soon be updated to reject nodes prior to this build too.

Sending coins or mining using a build < 0.8.0.2 will result in a loss.




Download links:

source:
master branch at https://github.com/terracoin/terracoin
or
https://github.com/terracoin/terracoin/archive/v0.8.0.2.tar.gz
or
https://github.com/terracoin/terracoin/archive/v0.8.0.2.zip


windows binaries:
http://sourceforge.net/projects/terracoin/files/latest/download

Source-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
make clean
nice make -f makefile.unix -j 4
strip terracoind

# qt-client:
cd /path/to/your/local/clone/
make clean
qmake USE_IPV6=-
nice make -j 4
strip terracoin-qt

If you are using, or have heard of services using Terracoin, feel free to forward this email ; the faster the update, the better.


regards,
---
TRC


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk



_______________________________________________
Terracoin-announce mailing list
Terracoin-announce@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/terracoin-announce


BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
September 25, 2013, 10:46:26 PM
 #4

Thanks for posting! Smiley
bitcoinreactor (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 26, 2013, 12:17:33 PM
 #5

New next estimated difficulty : 139956 at block 192240 (1044 more blocks atm)

I just hope we'll get there Smiley network is awfully slow at the moment

BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
bitcoinreactor (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 30, 2013, 12:26:27 PM
 #6

bumping this thread : less than 24 hours before the mandatory build is required. Is your trc client up to date ?  Grin

BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
October 09, 2013, 01:32:20 PM
 #7

I have updatet and my wallet is stuck at block 192400 and says it is up to date
but in blockexplorer
http://cryptocoinexplorer.com:3750/
it shows block 196906  Huh
my wallet shows as Terracoin version v0.1.3rc4-57-gfa617c6
(Ubuntu 13.04)
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
October 09, 2013, 02:54:59 PM
 #8

If you updated after the mandatory block, you may need to run your client once with -rescan.
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
October 09, 2013, 03:57:15 PM
 #9

I have updatet and my wallet is stuck at block 192400 and says it is up to date
but in blockexplorer
http://cryptocoinexplorer.com:3750/
it shows block 196906  Huh
my wallet shows as Terracoin version v0.1.3rc4-57-gfa617c6
(Ubuntu 13.04)

I am pretty sure cryptocoinexplorer.com is up to date. It looks like I did the last git pull Sep. 30 2013.

Also as an FYI:

Once I release CCE3, the port address and the ABE suffix (/chain/Terracoin) will be invalid.

The official cryptocoinexplorer address is trc.cryptocoinexplorer.com

The port addresses were the first version of CCE and I have kept them live for convenience sake, but all the coins on CCE have had the <coin code>.cryptocoinexplorer.com address for some time.

CCE3 is completely new code I wrote from the ground up. Once live the ABE based explorers on the CCE main servers will be replaced with CCE3.

CCE3 project thread:

https://bitcointalk.org/index.php?topic=262539







ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
October 10, 2013, 04:25:21 PM
 #10

from latest git pull
git pull git://github.com/terracoin/terracoin.git

Ubuntu 13.04

make -f makefile.unix terracoind


Code:
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16:0,
                 from /usr/include/boost/enable_shared_from_this.hpp:16,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:11,
                 from /usr/include/boost/thread/thread.hpp:17,
                 from /usr/include/boost/thread.hpp:13,
                 from util.h:21,
                 from alert.h:13,
                 from alert.cpp:8:
/usr/include/boost/smart_ptr/weak_ptr.hpp:138:16: Anmerkung: boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<Y>&) [with Y = void; T = void; boost::weak_ptr<T> = boost::weak_ptr<void>]
/usr/include/boost/smart_ptr/weak_ptr.hpp:148:16: Anmerkung: boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<Y>) [with Y = void; T = void; boost::weak_ptr<T> = boost::weak_ptr<void>]
make: *** [obj/alert.o] Fehler 1
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!