Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LGD Legendary Coin - BIG HASHRATE,NICE COMMUNITY, GOOD PRICES!
by
Zosimos
on 02/05/2014, 01:57:23 UTC
LegendaryCoin 1.0.4.1 Released & Source updated Grin

Binaries: https://github.com/legendarycoin/legendarycoin/releases
Source:  https://github.com/legendarycoin/legendarycoin

Code:
Added New Seednode
Fixed GetBalance Bug
Incremented Version
Fixed Windows gitian build
Changed to OpenSSL 1.0.1g (heartbleed fix)

Update now

After upgrading on Linux server I get: "Error loading blkindex.dat "
Restored the backup legendarycoind file and worked again.
Do I need to delete the blockchain and resync?
Anyone else have this issue?

Are you recompiling or running the static download ? if recompiling are you running a clean first ?

I am following the same steps as all the other updates (Always worked in the past).

cd ~/legendarycoin
git pull

cd ~/legendarycoin/src
$ make -f makefile.unix

Then backup old coind

cd /usr/bin
sudo rm legendarycoind.backup
sudo cp ./legendarycoind ./legendarycoind.backup
sudo rm ./legendarycoind

Then copy the new compiled version:

sudo cp ~/legendarycoin/src/legendarycoind .

ps -A (Find legendarycoind PID and kill it)
kill xxxx

Then Restart coind:

/usr/bin/legendarycoind