defichain-income
defichain-income copied to clipboard
Running DefiChain Income on Ubuntu 22.04
Make sure you have the package libssl1.1
installed on your machine. With Ubuntu 22.04, this package wont be pre-installed. You may use the following command to add the repository to your sources.list.
echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
Then install the library libssl1.1 sudo apt install libssl1.1
.