BitShares Forum

Main => Technical Support => Topic started by: Zen1 on August 28, 2014, 10:32:31 pm

Title: Ubuntu..?
Post by: Zen1 on August 28, 2014, 10:32:31 pm
Since I'm still having problems is there a specific Ubuntu wallet I could try using on my other pc...?...or do I just use the Mac download...?...
Also I take it I simply import my saved .json wallet back up file into any newly created wallet...?.
Title: Re: Ubuntu..?
Post by: cygnify on August 28, 2014, 10:34:08 pm
I was having a few problems on ubuntu. I backed up my wallets with the export function in ubuntu and downloaded the mac .dmg file and successfully installed it on my mac laptop.
Imported the wallet file and all my balances showed up fine.

Title: Re: Ubuntu..?
Post by: Zen1 on August 28, 2014, 10:38:03 pm
I can only see a Windows and  Mac download.....not one specifically for Ubuntu ...so I could try the Mac version on my Ubuntu pc...?
Title: Re: Ubuntu..?
Post by: gamey on August 28, 2014, 10:40:56 pm
I can only see a Windows and  Mac download.....not one specifically for Ubuntu ...so I could try the Mac version on my Ubuntu pc...?

There is just not an official repository for Ubuntu.  So you have to compile it yourself.  One of these days that may be done, but it takes resources to retool build process etc.

I wouldn't think the Mac version would ever run on Ubuntu, but I might have missed a MacOS emulator available ?
Title: Re: Ubuntu..?
Post by: maqifrnswa on August 28, 2014, 10:51:28 pm
I can only see a Windows and  Mac download.....not one specifically for Ubuntu ...so I could try the Mac version on my Ubuntu pc...?

if you trust me, you can use the PPA in my sig. why you should trust me: if you are running ubuntu you already trust me (I maintain several of the libraries and have compiled the code that is already on your computer including zlib...)
Title: Re: Ubuntu..?
Post by: Zen1 on August 28, 2014, 11:10:23 pm
Thank you but I've just had partial success with 4.9 and Windows.....so I'll give Ubuntu a miss at the moment.
Title: Re: Ubuntu..?
Post by: merockstar on August 29, 2014, 12:15:02 am
puppies wrote a great tutorial for compiling.

it works beautifully on 14.04

https://bitsharestalk.org/index.php?topic=6008.msg80548#msg80548
Title: Re: Ubuntu..?
Post by: davidpbrown on August 29, 2014, 05:24:19 pm
Better perhaps now to look to http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX although that doesn't suggest yet the option to upgrade.

Beautiful isn't how I'd describe 0.4.9 on Linux Mint 17 atm.. :(
Title: Re: Ubuntu..?
Post by: stanno on September 02, 2014, 11:11:41 pm
my btsx 0.4.9 wallet compiled fine on ubuntu 14.04.   but, i only got it working on the testnet...

i'm sure it's just a small tweak away from being fully functional on my Ubuntu VM.

debian 7.6 fought me for 2 days before i gave up.  getting the correct version and setting PATHs of cmake, boost and a couple of other dep's proved to be just beyond my linux skill level.

i ended up doing the unthinkable, and just slapped it onto my win8.1 box, just to have something that worked with minimal effort.
Title: Re: Ubuntu..?
Post by: xeroc on September 03, 2014, 06:20:03 am
Better perhaps now to look to http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX although that doesn't suggest yet the option to upgrade.
You are right .. need to fix that soon

Quote
Beautiful isn't how I'd describe 0.4.9 on Linux Mint 17 atm.. :(
What exactly is not beautiful? The compilation part or the wallet? or tha handling/user experience?
Title: Re: Ubuntu..?
Post by: davidpbrown on September 06, 2014, 10:53:32 am
Quote
Beautiful isn't how I'd describe 0.4.9 on Linux Mint 17 atm.. :(
What exactly is not beautiful? The compilation part or the wallet? or tha handling/user experience?

It wasn't 0.4.12.. which is working ok, though too slow on the market for me to use with confidence just yet. Hardware this end being limited RAM I suspect.


In the build instructions for Linux, I would suggest add strip as that appears to reduce the bin file size to 20% and might help older machines work with it. So:
$ cd ./programs/qt_wallet/bin/
$ strip ./BitSharesX


I'll suggest here notifications in the terminal I get if those are useful for polishing it:
Quote
v0.4.12 on Linux Mint

On screen saver:
QPainter::end: Painter ended with 2 saved states

On receipt of money while scanning for new transactions:
QObject::startTimer: Timers can only be used with threads started with QThread

and then on close of the notification:
QApplication: Object event filter cannot be in a different thread.
QApplication: Object event filter cannot be in a different thread.


Title: Re: Ubuntu..?
Post by: xeroc on September 06, 2014, 11:00:39 am
Note to myself:
 - also update the build instructions to use -D BUILD_TYPE=stalble (or sth. like this) to not include debugging stuff in the binary
Title: Re: Ubuntu..?
Post by: gamey on September 06, 2014, 11:09:41 am

At this point in the cycle for anyone wanting to be helpful testing i wouldn't suggest striping the binary.  If you are under some low memory constraint I could see why, but not for most people as debug info could be useful at this stage if running a delegate.
Title: Re: Ubuntu..?
Post by: merockstar on September 06, 2014, 04:40:51 pm

At this point in the cycle for anyone wanting to be helpful testing i wouldn't suggest striping the binary.  If you are under some low memory constraint I could see why, but not for most people as debug info could be useful at this stage if running a delegate.

ill go delete that post