Author Topic: Problems with qt_wallet on debian  (Read 1898 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Thanks for your help...
I keep trying...
On Archlinux I have a compilation error at 100% of the process :/
On ArchLinux you unfortunatelly need to compile with clang and cannot use gcc. Further you should do

edit:
https://bitsharestalk.org/index.php?topic=8363.msg109457#msg109457

Quote
make forcebuildweb
make BitSharesXT

What's the error saying?

Offline megadeth92

Thanks for your help...
I keep trying...
On Archlinux I have a compilation error at 100% of the process :/
Account: jdroa92

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md
are old

the wallet will never get updated

Code: [Select]
git checkout master
git pull
git checkout {TAG}
git submodule init
git submodule update
cmake -DINCLUDE_QT_WALLET=ON .
rm -r programs/qt_wallet/htdocs
make buildweb
make BitSharesXT

you have to "rm -r programs/qt_wallet/htdocs" -- the new build is a little too aggressive in choosing when to skip rebuilding the gui. Bytemaster has a post about this somewhere, can't find it.

make BitSharesX    (not XT)

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
that explains my recent crashes of my wallet .. thought sth. like that could be the case ... thx for letting us know .. I will add this to the wiki

//edit: http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX#Configuration_and_Compilation

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md
are old

the wallet will never get updated

Code: [Select]
git checkout master
git pull
git checkout {TAG}
git submodule init
git submodule update
cmake -DINCLUDE_QT_WALLET=ON .
rm -r programs/qt_wallet/htdocs
make buildweb
make BitSharesXT

you have to "rm -r programs/qt_wallet/htdocs" -- the new build is a little too aggressive in choosing when to skip rebuilding the gui. Bytemaster has a post about this somewhere, can't find it.
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
ok .. so the "Not connected" in the corner is buggy ...

if you open your wallet go to "console" and type "getinfo" your will probably see that the last recent block (second line or so in the response) says sth. that is probably smaller than 10 seconds .. that means you are perfectly syned ..

no idea what the other error is all about ...


you sure using the latest version 0.4.8?

Offline megadeth92

not sure if this helps:
https://bitsharestalk.org/index.php?topic=6108.0

ever tried using the terminal version of the wallet? its located in programs/client/

I tried it
I got the same thing :/
"Not connected" and When I run the terminal version it shows that is connected to nodes but says (wallet closed) >>
Account: jdroa92

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
not sure if this helps:
https://bitsharestalk.org/index.php?topic=6108.0

ever tried using the terminal version of the wallet? its located in programs/client/

Offline megadeth92

Hey guys !

I got this error when I run my wallet:

RPC Server Error: this is not the file you are looking for: /licenseagreement.html

The wallet never get updated, but on my windows pc is working fine ...

I followed this guidelines:

https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md
Account: jdroa92