Author

Topic: How to install Protoshares Wallet for Linux? (Read 1141 times)

sr. member
Activity: 280
Merit: 250
December 26, 2013, 01:21:16 PM
#10
I think you might need to distro upgrade your ubuntu. You are still using precise.

Yes that's the LTS version IIRC.  I wasn't planning on upgrading until then next LTS version due to be released in the new year.

I think you should upgrade to the newer version, then try again. Maybe that PPA doesn't support older version Ubuntu.
legendary
Activity: 1372
Merit: 1003
December 25, 2013, 04:47:40 PM
#9
I think you might need to distro upgrade your ubuntu. You are still using precise.

Yes that's the LTS version IIRC.  I wasn't planning on upgrading until then next LTS version due to be released in the new year.
sr. member
Activity: 280
Merit: 250
December 25, 2013, 11:45:15 AM
#8
I think you might need to distro upgrade your ubuntu. You are still using precise.
legendary
Activity: 1372
Merit: 1003
December 24, 2013, 06:46:03 PM
#7
Try this


Have you tried this, it worked for me.

Code:
sudo apt-add-repository ppa:k-dg/protoshares
sudo apt-get update

Code:
W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
sr. member
Activity: 280
Merit: 250
December 24, 2013, 06:42:52 PM
#6
Try this
Code:
sudo apt-get update && sudo apt-get install -y yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
cd && rm -rf ./ProtoShares
git clone https://github.com/InvictusInnovations/ProtoShares.git
cd ./ProtoShares/src && make -f makefile.unix -j`grep -c ^processor /proc/cpuinfo`

Code:
W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Have you tried this, it worked for me.

Code:
sudo apt-add-repository ppa:k-dg/protoshares
sudo apt-get update
sudo apt-get install protoshares-qt
legendary
Activity: 1372
Merit: 1003
December 24, 2013, 11:48:04 AM
#5
Try this
Code:
sudo apt-get update && sudo apt-get install -y yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
cd && rm -rf ./ProtoShares
git clone https://github.com/InvictusInnovations/ProtoShares.git
cd ./ProtoShares/src && make -f makefile.unix -j`grep -c ^processor /proc/cpuinfo`

Code:
W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/k-dg/protoshares/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
sr. member
Activity: 280
Merit: 250
December 22, 2013, 06:55:44 PM
#4
Thanks I just found the following on the Protoshares Forum.

In case anyone else is having problem. The code below works.

Code:
sudo apt-add-repository ppa:k-dg/protoshares
sudo apt-get update
sudo apt-get install protoshares-qt
sr. member
Activity: 280
Merit: 250
December 22, 2013, 06:29:59 PM
#3
Try this
Code:
sudo apt-get update && sudo apt-get install -y yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
cd && rm -rf ./ProtoShares
git clone https://github.com/InvictusInnovations/ProtoShares.git
cd ./ProtoShares/src && make -f makefile.unix -j`grep -c ^processor /proc/cpuinfo`

Thanks, I managed to compile the source, but where is the wallet?
I can't find protoshares-qt anywhere.
newbie
Activity: 56
Merit: 0
December 22, 2013, 05:47:18 PM
#2
Try this
Code:
sudo apt-get update && sudo apt-get install -y yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
cd && rm -rf ./ProtoShares
git clone https://github.com/InvictusInnovations/ProtoShares.git
cd ./ProtoShares/src && make -f makefile.unix -j`grep -c ^processor /proc/cpuinfo`
sr. member
Activity: 280
Merit: 250
December 22, 2013, 05:38:55 PM
#1
How to install Protoshares Wallet for Linux? I am using Ubuntu. I have tried to install the wallet using source. But no luck. Anyone can tell me how to install the wallet please.

Thanks
Jump to: