Chia wallet installation problem in Linux-mint 18.2

Hi,

This is my first time in this forum. I am trying to install a chia-wallet in Linux-mint 18.2 to mine chia coin. I followed the steps mentioned on https://www.chia.net/ and downloaded the file from Github. After following all steps, the command

. ./activate

gives me the following error:

bash: ./activate: No such file or directory

I am using default python3.7 in anaconda.

Any help will be appreciated.
Thanks.

Hello, anybody home? Did anybody have this kind of problem in past? Does anybody have any idea to solve this issue?

Thanks in advance.

You need to be in the chia-blockchain directory when you run that command.

Thanks for the reply. Yes, I ran the command from the chia-blockchain directory.

The error is telling you the activate file doesn’t exist. Please run “pwd” and “ls” and reply with the results.

pwd:
…/chia/chia-blockchain$

ls:
azure-pipelines.yml
BUILD_TIMELORD.md
chia
CODE_OF_CONDUCT.md
install-gui.sh
install.sh
LICENSE
mypy.ini
README.md
setup.py
build_scripts
CHANGELOG.md
chia-blockchain-gui
CONTRIBUTING.md
INSTALL.md
install-timelord.sh
mozilla-ca
pyproject.toml
run-py-tests.sh
tests

This is odd. The file is missing. Did you run the installer?
sh install.sh

If yes, did you get any errors?

Yes, there is no activate file inside chia-blockchain directory. When I ran “sh install.sh”, there was some error related with updating wine and nginx. I not sure it is the problem.
Here is the all error after “sh install.sh” command:

W: The repository ‘https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./ Release’ does not have a Release file.
N: Data from such a repository can’t be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://nginx.org/packages/ubuntu xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
W: The repository ‘http://nginx.org/packages/ubuntu xenial InRelease’ is not signed.
N: Data from such a repository can’t be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/./Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

The problem has to do with your Linux repositories. This article gives a good description on how to fix it (Linux Mint is based off of Ubuntu):

1 Like

Ok thanks for your time and help.