Bitcoin Forum
May 24, 2024, 11:03:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin compilation question from newbie  (Read 175 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Trunked (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
March 24, 2018, 07:09:36 PM
 #1

Hi everyone,
I'm novice to bitcoin and I'm trying to compile it to study.
In Ubuntu 14 I have compiled all, and in the /usr/local/bin folder 7 files were created:
bench_bitcoin, bitcoin-cli, bitcoind, bitcoin-qt, bitcoin-tx, test_bitcoin, test_bitcoin-qt


When I click on any of them, Ubuntu displays an error: Could not display “bitcoind”. There is no application installed for “shared library” files. Do you want to search for an application to open this file?


Does anybody  know how to launch these files? Thanks!
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
March 24, 2018, 11:40:14 PM
Merited by ABCbits (2)
 #2

Just start them from terminal.
Type "bitcoin-qt" in the command line and it should start.

You could also create a desktop file to be able to lunch it from your desktop environment.
You just need a file in /usr/share/applications called for example bitcoin.desktop owned by root (chown 0.0 bitcoin.desktop && chmod 644 bitcoin.desktop) that looks something like this:
Code:
[Desktop Entry]
Name=Bitcoin
Exec=bitcoin-qt
Icon=<location of your bitcoin source directory>/bitcoin/share/pixmaps/bitcoin128.png
Type=Application
StartupNotify=false
Trunked (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
March 25, 2018, 05:25:17 AM
 #3

It worked! Thanks so much for the tip.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!