LinuxMint 12 lisa IBM T40 bitcoin-qt

Questions about applications and software
Forum rules
Before you post please read this

LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby PetrovMichael on Sun Apr 08, 2012 2:04 am

i'm using LinuxMint-12-lisa a few days only, fully upgraded etc with ibm T40 laptop
installed bitcoin-qt as described

http://bitcoin.stackexchange.com/questi ... -on-ubuntu

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoin-qt

bitcoin icon appeared to Application list and available to execute, but nothing happened after bitcoint-qt start and wallet picture appared... i know how bitcoin-qt working under MS Windows...

Please help
PetrovMichael
Level 1
Level 1
 
Posts: 1
Joined: Sun Apr 08, 2012 1:54 am

Linux Mint is funded by ads and donations.
 

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby AlbertP on Tue May 15, 2012 8:17 am

This does not belong in non-technical questions. A moderator will move it to a more appropriate place.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5849
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby Oscar799 on Tue May 15, 2012 8:50 am

Moved here by moderator
Image
"Don't fix it if it ain't broken,don't break it if you can't fix it" Husse
Registered Linux User #511789
User avatar
Oscar799
Level 18
Level 18
 
Posts: 8169
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby bu99zy on Tue May 15, 2012 8:41 pm

bitcoin-qt is working fine on my machine.

To find how why it is not working on your computer, you need to start it in a terminal.

Open a terminal and run this command

Code: Select all
bitcoin-qt


You are most likey missing a QT dependency, note I'm running KDE. The default Mint install has GTK+ libraries as it is based on Gnome.
User avatar
bu99zy
Level 3
Level 3
 
Posts: 135
Joined: Wed Jan 18, 2012 12:59 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby redhate on Thu Jun 14, 2012 9:19 am

I just installed Mint 13 32

cant ge working it too, here i what I got

~ $ bitcoin-qt
"sni-qt/2682" WARN 18:46:04.411 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE


************************
EXCEPTION: 22DbRunRecoveryException
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery
bitcoin in Runaway exception
redhate
Level 1
Level 1
 
Posts: 6
Joined: Thu Jun 14, 2012 9:01 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby redhate on Thu Jun 14, 2012 12:07 pm

after installing Qt4 run-time libraries, which is reuiqred to rub run bitcoin-qt, with

sudo apt-get install libqtgui4

I got same error

Code: Select all
$ bin/32/bitcoin-qt
"sni-qt/6305" WARN  21:31:02.831 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE


************************
EXCEPTION: 22DbRunRecoveryException       
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery       
bitcoin in Runaway exception


very sad situation, I like Mint very much, but without functional bitcoin vallet it is back to uboontu.
redhate
Level 1
Level 1
 
Posts: 6
Joined: Thu Jun 14, 2012 9:01 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby bu99zy on Thu Jun 14, 2012 8:26 pm

These are the libraries needed to build bitcoin-qt

Code: Select all
apt install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev  libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev


You probably only need libqt4-dev to run bitcoin but if you still get errors try installing the others.
User avatar
bu99zy
Level 3
Level 3
 
Posts: 135
Joined: Wed Jan 18, 2012 12:59 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby redhate on Thu Jun 14, 2012 10:22 pm

bu99zy wrote:These are the libraries needed to build bitcoin-qt

Code: Select all
apt install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev  libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev


You probably only need libqt4-dev to run bitcoin but if you still get errors try installing the others.


thank you very much. I installed all libs and sorry it did not works still

Code: Select all
$ bitcoin-qt
"sni-qt/2496" WARN  07:45:31.387 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE


************************
EXCEPTION: 22DbRunRecoveryException       
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery       
bitcoin in Runaway exception       
redhate
Level 1
Level 1
 
Posts: 6
Joined: Thu Jun 14, 2012 9:01 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby bu99zy on Fri Jun 15, 2012 2:09 am

Database error??

https://github.com/bitcoin/bitcoin/issues/809

This is a Berkeley DB version mismatch between the last and current version of bitcoin.

Recovery is:
make sure bitcoin is not running
cd into your .bitcoin directory
rm -rf db* database* .lock *.pid
User avatar
bu99zy
Level 3
Level 3
 
Posts: 135
Joined: Wed Jan 18, 2012 12:59 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby redhate on Fri Jun 15, 2012 4:45 am

did not worked so well too, but on Backtrack 5 and Ubuntu Bitcoin-qt running without any issues.
solved temporarely by installing winxp on VirtulaBox

tried to compile from sourse after installing all libs, no success.

Code: Select all
$ bitcoin-qt
"sni-qt/25381" WARN  14:12:21.532 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE


************************
EXCEPTION: 11DbException       
Db::open: Invalid argument       
bitcoin in Runaway exception


also removed sudo apt-get remove qt-at-spi
redhate
Level 1
Level 1
 
Posts: 6
Joined: Thu Jun 14, 2012 9:01 am

Re: LinuxMint 12 lisa IBM T40 bitcoin-qt

Postby redhate on Fri Jul 06, 2012 12:40 am

installed multibit, works just fine, shipped with Windows like installer very easy to install. :D
http://multibit.org/
redhate
Level 1
Level 1
 
Posts: 6
Joined: Thu Jun 14, 2012 9:01 am

Linux Mint is funded by ads and donations.
 

Return to Software & Applications

Who is online

Users browsing this forum: No registered users and 13 guests