BitShares Forum

Main => General Discussion => Topic started by: megadeth92 on August 26, 2014, 02:25:48 pm

Title: Problems with qt_wallet on debian
Post by: megadeth92 on August 26, 2014, 02:25:48 pm
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
Title: Re: Problems with qt_wallet on debian
Post by: xeroc on August 26, 2014, 02:34:43 pm
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/
Title: Re: Problems with qt_wallet on debian
Post by: megadeth92 on August 26, 2014, 06:56:18 pm
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) >>
Title: Re: Problems with qt_wallet on debian
Post by: xeroc on August 26, 2014, 07:11:49 pm
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?
Title: Re: Problems with qt_wallet on debian
Post by: maqifrnswa on August 26, 2014, 07:19:03 pm
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.
Title: Re: Problems with qt_wallet on debian
Post by: xeroc on August 26, 2014, 07:23:38 pm
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
Title: Re: Problems with qt_wallet on debian
Post by: liondani on August 26, 2014, 09:39:13 pm
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)
Title: Re: Problems with qt_wallet on debian
Post by: megadeth92 on September 06, 2014, 04:12:34 am
Thanks for your help...
I keep trying...
On Archlinux I have a compilation error at 100% of the process :/
Title: Re: Problems with qt_wallet on debian
Post by: xeroc on September 06, 2014, 09:42:49 am
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?