Skip to content

crystal-koii/koii-vps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

koii-vps

Hardware requirements

Minimal Setup: A system with a 1+ GHz processor, 2 GB of RAM, and 10 GB of SSD storage meets the minimum requirements. Ensure a stable internet connection and use a 64-bit Linux distribution like Ubuntu 24.04 LTS for running the Koii Node.

Recommended Setup: For running multiple tasks, it's recommended to use a system with a 2+ GHz multi-core processor, 8 GB of RAM, and 30 GB of SSD storage. Ensure a stable internet connection with at least 10 Mbps upload/download speeds, and use a 64-bit Linux distribution like Ubuntu 24.04 LTS for optimal performance.

Important this script is still being worked on, it doesn't work flawlessly. You will need to do some steps manually and restart the terminal.

To run Koii Node on a VPS overview

  1. Have a VPS that has enough memory + cpu
  2. SSH into your vps
  3. Clone this repo
  4. cd into folder
  5. Make script executable and run it.
    chmod +x setupServer.sh
    ./setupServer.sh
    
  6. Read through the script comments first to understand what will happen.
  7. Follow along with script
  8. Do manual steps and rerun the script at certain points.
  9. Check that it's running
  10. Enjoy!

Steps you need to do, prompted in script:

  1. When koii-cli is installed it will ask you if you updated the path, just copy the line starting with PATH that is printed in your terminal and paste it in. Then rerun the script.
    EXAMPLE - Please use what is in your terminal
    Please update your PATH environment variable to include the koii programs:
        PATH="/home/ubuntu/.local/share/koii/install/active_release/bin:$PATH"
    
  2. When the public key and seed phrase are printed, save them you'll need them later.
  3. When prompted: "Please take a moment to fill your new wallet with enough koii to run the tasks." You need to copy the public key and use Finnie to fund your wallet before the next step.

If you have problem:

  1. Check that you did manual steps correctly
  2. With docker install and koii cli install after updating path variables you may need to restart the terminal.

To claim rewards etc:

https://www.koii.network/docs/develop/command-line-tool/create-task-cli/install npx @_koii/create-task-cli@latest

Only commands you'll need: 1.Claim Reward (If you have rewards) 2.Withdraw Staked Funds from Task (If you don't want to run the task anymore)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages