Author Topic: Delegates and seed nodes, upgrade your client version to 0.3.1  (Read 6940 times)

0 Members and 1 Guest are viewing this topic.

Offline xweng

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
Code: [Select]
Peer 106.5.241.47:23652 disconnected us: You offered me a list of more sync blocks than could possibly exist

????
比特币硬币 新浪微博

DNS 受托人ID:www-17755com、dns-17755com、kid-17755com

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Like a moron I updated before bed
And after a 14 hour work day.   Missed  50 blocks overnight before I caught it.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
all working fine on the backup delegate .. gonna update my main machine now ... +5%

Offline Riverhead

Here is what I did.  Instructions are brief because I assume you've been through the compile once.

1) Change into the github bitsharesx cloned repository you made for 0.2.4

git pull origin
git checkout 0.3.0 (or 0.3.1 for a delegate)
git submodule init
git submodule update
./setnev.sh (not sure if this is required but it doesn't break anything)
cmake .
make

Make sure your bitsharesx is not running (either the GUI or the CLI). This is also particular to my setup.

sudo mv /usr/bin/bitshares_client /usr/bin/bitshares_client.0.2.4

change to the program/client directory

sudo cp bitshares_client /usr/bin/.

Are you also building the gui?  If so then from your github bitsharesx directory:

cmake -DINCLUDE_QT_WALLET=ON
make buildweb
make BitSharesX

The do the same routine to get BitsharesX into the /usr/bin directory.
« Last Edit: August 01, 2014, 06:07:49 pm by Riverhead »

Offline kokojie

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
how to easily upgrade from 0.2.3 on ubuntu 14? anyone have a guide?

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
>>> approve bitcoiners

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Getting a build error on 0.3.1

Code: [Select]
[ 93%] Built target BitSharesX_automoc
make[2]: *** No rule to make target `programs/qt_wallet/htdocs/blank.html', needed by `programs/qt_wallet/qrc_htdocs.cpp'.  Stop.
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make: *** [all] Error 2

also getting error on git master branch.

Code: [Select]
[ 93%] Automoc for target BitSharesX
[ 93%] Built target BitSharesX_automoc
make[2]: *** No rule to make target `programs/qt_wallet/htdocs/img/bts-logo.svg', needed by `programs/qt_wallet/qrc_htdocs.cpp'.  Stop.
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make: *** [all] Error 2

You need to do
Code: [Select]
make buildwebfirst before you build qt_wallet,

or you can just disable qt_wallet by
Code: [Select]
-DINCLUDE_QT_WALLET=OFF
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Getting a build error on 0.3.1

Code: [Select]
[ 93%] Built target BitSharesX_automoc
make[2]: *** No rule to make target `programs/qt_wallet/htdocs/blank.html', needed by `programs/qt_wallet/qrc_htdocs.cpp'.  Stop.
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make: *** [all] Error 2

also getting error on git master branch.

Code: [Select]
[ 93%] Automoc for target BitSharesX
[ 93%] Built target BitSharesX_automoc
make[2]: *** No rule to make target `programs/qt_wallet/htdocs/img/bts-logo.svg', needed by `programs/qt_wallet/qrc_htdocs.cpp'.  Stop.
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make: *** [all] Error 2
« Last Edit: August 01, 2014, 03:21:09 pm by bitcoinerS »
>>> approve bitcoiners

Offline vikram



This is a good suggestion, don't upgrade for now. 0.3.1 for delegates is coming in several minutes

Please publish 0.3.1 Windows installer.
for windows user, I think 0.3.1 is the same with 0.3.0

0.3.0 has a problems for delegates, i'm interesting for Windows 0.3.1 to run it as delegate.


Sent from my iPhone using Tapatalk

Dac Sun may release an updated Windows GUI, but be aware that we currently do not test or support running a delegate outside the Linux command line interface.

Offline CLains

  • Hero Member
  • *****
  • Posts: 2606
    • View Profile
  • BitShares: clains



Offline Riverhead


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
just upgrading my backup system and checking if it correctly produces bocks
+5% .. well done on the updates

Offline testz



This is a good suggestion, don't upgrade for now. 0.3.1 for delegates is coming in several minutes

Please publish 0.3.1 Windows installer.
for windows user, I think 0.3.1 is the same with 0.3.0

0.3.0 has a problems for delegates, i'm interesting for Windows 0.3.1 to run it as delegate.


Sent from my iPhone using Tapatalk