silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

[BUG]No matching distribution found for miniupnpc==2.1 #108

Closed rones-dev closed 2 years ago

rones-dev commented 2 years ago

Executing command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/silicoin-network/silicoin-blockchain/main/install_scripts/installLinux.sh)"

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pip in ./venv/lib/python3.7/site-packages (21.3.1) Looking in indexes: https://hosted.chia.net/simple/, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement miniupnpc==2.1 (from versions: none) ERROR: No matching distribution found for miniupnpc==2.1

How to solve this? The operating sys is RaspbianOS 64.

OutsmartinTech commented 2 years ago

I ran into this same bug. I used the old way of 'git clone' and 'sh install.sh'. That worked for me until they fix this bug.

rones-dev commented 2 years ago

The answer is (quoting):

they should change the install wiki for. you should go like this: git clone https://github.com/silicoin-network/silicoin-blockchain cd silicoin-blockchain sh install.sh . ./activate (for gui "sh install-gui.sh" "cd chia-blockchain-gui" "npm run electron &") silicoin init silicoin keys add (put in your mnemonics) you can just copy all the folders for plots from chia or other fork at config.yaml to silicoin config.yaml, plot folders and start it. silicoin start farmer thats it, have a nice day.