How to install Litecoin
I'm trying to install litecoin on my ubuntu 12.04 machine.
I downloaded the Litecoin-Qt from http://litecoin.org/ and extracted it to ~/
Then based on the README, I did the following:
oshirowanen@desktop:~/litecoin/bin/64$ ./litecoin-qt
This runs
Litecoin, but it does not install
it, i.e. when I click the super key on the keyboard to bring up the unity navigation and type in Litecoin
, it is not found as an installed application on my computer.
So my question is, how do I install
litecoin?
12.04 qt
add a comment |
I'm trying to install litecoin on my ubuntu 12.04 machine.
I downloaded the Litecoin-Qt from http://litecoin.org/ and extracted it to ~/
Then based on the README, I did the following:
oshirowanen@desktop:~/litecoin/bin/64$ ./litecoin-qt
This runs
Litecoin, but it does not install
it, i.e. when I click the super key on the keyboard to bring up the unity navigation and type in Litecoin
, it is not found as an installed application on my computer.
So my question is, how do I install
litecoin?
12.04 qt
add a comment |
I'm trying to install litecoin on my ubuntu 12.04 machine.
I downloaded the Litecoin-Qt from http://litecoin.org/ and extracted it to ~/
Then based on the README, I did the following:
oshirowanen@desktop:~/litecoin/bin/64$ ./litecoin-qt
This runs
Litecoin, but it does not install
it, i.e. when I click the super key on the keyboard to bring up the unity navigation and type in Litecoin
, it is not found as an installed application on my computer.
So my question is, how do I install
litecoin?
12.04 qt
I'm trying to install litecoin on my ubuntu 12.04 machine.
I downloaded the Litecoin-Qt from http://litecoin.org/ and extracted it to ~/
Then based on the README, I did the following:
oshirowanen@desktop:~/litecoin/bin/64$ ./litecoin-qt
This runs
Litecoin, but it does not install
it, i.e. when I click the super key on the keyboard to bring up the unity navigation and type in Litecoin
, it is not found as an installed application on my computer.
So my question is, how do I install
litecoin?
12.04 qt
12.04 qt
asked May 4 '13 at 7:57
oshirowanenoshirowanen
1,255185991
1,255185991
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
add a comment |
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f290457%2fhow-to-install-litecoin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
add a comment |
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
add a comment |
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
answered May 5 '13 at 11:20
thefourtheyethefourtheye
4,31921630
4,31921630
add a comment |
add a comment |
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop
add a comment |
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop
add a comment |
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop
edited Oct 16 '17 at 2:41
karel
58.1k12128146
58.1k12128146
answered Oct 16 '17 at 2:09
AnonymousAnonymous
411
411
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f290457%2fhow-to-install-litecoin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown