We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install From Source
$ sudo apt-get install python3 python3-venv git or $ sudo yum install -y python3 git
$ mkdir kiwi && cd kiwi $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kiwihealthcare-network/kiwi-blockchain/main/install_scripts/installLinux.sh)"
If you encounter any problems using the above script. Please try to clone the source in latest branch and run "sh install.sh" script.
git clone https://github.com/kiwihealthcare-network/kiwi-blockchain.git -b latest --recurse-submodules git submodule update --init --recursive cd kiwi-blockchain sh install.sh . ./activate
$ cd kiwi $ . ./activate $ kiwi init $ kiwi plots add -d /path/to/plots $ kiwi start farmer ...
$ cd kiwi $ . ./activate $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kiwihealthcare-network/kiwi-blockchain/main/install_scripts/install-timelord.sh)" $ kiwi start timelord ...