This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
The BCH Unlimited Ubuntu PPA repository has been updated to serve version 1.8.0 is available at:
https://launchpad.net/~bitcoin-unlimited/ archive/ubuntu/bucash
This release is compatible the Bitcoin Cash protocol. To update already installed packages (*):
sudo apt update
sudo apt upgrade
To install
sudo add-apt-repository ppa:bitcoin-unlimited/bucash
sudo apt-get update
sudo apt install bitcoind bitcoin-qt
starting from this update the repository is serving also ElectrsCash(**) v.1.1.1, for now just for the amd64
architecture. To install it just execute this command:
sudo apt install electrscash
See the official announcement and the release notes for more details:
https://np.reddit.com/r/btc/comments/g3k4mr/bch_unlimited_180_has_just_been_released/
Known issues:
On Ubuntu 18.04 (bionic) you'll probably get an error while trying to install bitcoind
. The error message is the following:
The following packages have unmet dependencies.
bitcoind : Depends: libgcc-s1 (>= 3.4) but it is not installable
E: Unable to correct problems, you have held broken packages.
Package libgcc-s1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
It seems like libgcc-s1 which is a focal (ubuntu 20.04, still in beta) package that has somehow crept in the bionic "food-chain", I'm working on a fix right now. Thanks to /u/xd1gital for the initial report.
Edit: to solve the problem please do:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt dist-upgrade
sudo apt install bitcoind
(*) due to fact we rebranded Ubuntua PPA name along with the name of the clients, you will be displayed with this warning and question to which you could safely reply "Yes":
E: Repository 'http://ppa.launchpad.net/bitcoin-unlimited/bucash/ubuntu bionic InRelease' changed its 'Label' value from 'BU Cash' to 'BCH Unlimited'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N]
(**) ElectrsCash is an efficient re-implementation of Electrum Server written in Rust.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/btc/comment...