Bitcoin Forum

Other => Beginners & Help => Topic started by: elite3000 on September 06, 2014, 03:53:57 PM



Title: install Bitcoin-Qt on Debian?
Post by: elite3000 on September 06, 2014, 03:53:57 PM

How to install on Debian?
thanks


 


Title: Re: install Bitcoin-Qt on Debian?
Post by: DubFX on September 06, 2014, 07:40:47 PM

How to install on Debian?
thanks


 
Download the package for linux

Extract into /tmp

Run terminal

Install required QT4 library : su -c "apt-get install libqtgui4-gui"

Install -qt wallet : su -c "chown -R root:root /tmp/bitcoin* && mv /tmp/bitcoin* /opt/"

Run the wallet : /opt/bitcoin*/bin/64/bitcoin-qt


Title: Re: install Bitcoin-Qt on Debian?
Post by: MightyBTC on September 06, 2014, 08:36:22 PM

How to install on Debian?
thanks


 
Download the package for linux

Extract into /tmp

Run terminal

Install required QT4 library : su -c "apt-get install libqtgui4-gui"

Install -qt wallet : su -c "chown -R root:root /tmp/bitcoin* && mv /tmp/bitcoin* /opt/"

Run the wallet : /opt/bitcoin*/bin/64/bitcoin-qt
Linuxes infamous in google I don't think so?Google might have been the answer rather


Title: Re: install Bitcoin-Qt on Debian?
Post by: DubFX on September 06, 2014, 08:42:23 PM

How to install on Debian?
thanks


 
Download the package for linux

Extract into /tmp

Run terminal

Install required QT4 library : su -c "apt-get install libqtgui4-gui"

Install -qt wallet : su -c "chown -R root:root /tmp/bitcoin* && mv /tmp/bitcoin* /opt/"

Run the wallet : /opt/bitcoin*/bin/64/bitcoin-qt
Linuxes infamous in google I don't think so?Google might have been the answer rather
Well it's the basic guide, i don't get you post at all but yes OP could rather google it if this won't work for him. Also the last command is for 64bit computers if OP has 32 bit then change that 64 in last command to 32.


Title: Re: install Bitcoin-Qt on Debian?
Post by: elite3000 on September 07, 2014, 04:44:15 AM

How to install on Debian?
thanks


 
Download the package for linux

Extract into /tmp

Run terminal

Install required QT4 library : su -c "apt-get install libqtgui4-gui"

Install -qt wallet : su -c "chown -R root:root /tmp/bitcoin* && mv /tmp/bitcoin* /opt/"

Run the wallet : /opt/bitcoin*/bin/64/bitcoin-qt

thanks guy , cheers !


Title: Re: install Bitcoin-Qt on Debian?
Post by: DubFX on September 07, 2014, 07:20:57 AM

How to install on Debian?
thanks


 
Download the package for linux

Extract into /tmp

Run terminal

Install required QT4 library : su -c "apt-get install libqtgui4-gui"

Install -qt wallet : su -c "chown -R root:root /tmp/bitcoin* && mv /tmp/bitcoin* /opt/"

Run the wallet : /opt/bitcoin*/bin/64/bitcoin-qt

thanks guy , cheers !
No problem, did it work? :)