How can I set up DogeCoin wallet on Ubuntu?

-3

I just newly introduced with Dogecoins, how can I set up wallet to store Dogecoins on my Ubuntu machine? I have tried lots of references but I cant get simple way. May I know how can mine Dogecoins from Ubuntu Machine?

codeBYmahesh

Posted 2014-03-12T06:35:18.680

Reputation: 11

Question was closed 2014-04-05T17:16:10.287

1What have you tried? What are you having trouble with? This question does not currently contain enough detail to answer.Greg Hewgill 2014-03-12T07:11:17.757

@GregHewgill I want to install Wallet for Dogecoin on my ubuntu machine, how can I do that?codeBYmahesh 2014-03-12T07:16:20.603

Please add more details: what have you tried? How have those attempts failed? Did you read a number of sites and were their instructions unclear? Plus be aware mining and having a wallet are different things.Joe Pineda 2014-03-12T13:33:02.297

Answers

1

The simplest way is to use a PPA. Once you add the PPA to your apt sources, you can install it using apt-get just like any other apt package.

Just run the following and you're good to go!

sudo add-apt-repository ppa:cwayne18/doge
sudo apt-get update && sudo apt-get install dogecoin-qt

Please note: When you use a PPA, you have to trust that the person maintaining the PPA doesn't do anything malicious. For the highest security, compile the source yourself.

Tony

Posted 2014-03-12T06:35:18.680

Reputation: 1 104