1
I have done this:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoin-qt
But whenever I start bitcoin-qt from my console, it starts up 0.16.0. How can I fix this?
1
I have done this:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoin-qt
But whenever I start bitcoin-qt from my console, it starts up 0.16.0. How can I fix this?
1Try
sudo apt upgrade– Andrew Chow – 2018-09-21T21:12:51.600Thanks for the post edit btw, looks a lot better. Sudo apt upgrade didn't help either. – DW123 – 2018-09-22T07:37:55.410