- Browser
- MAC / Windows
- CLI ( Server )

- Link : https://node.hyper.space/
Important Information : The nodes freezes and breaks - the work stops, the part we press the button and make green turns red. Check from time to time.
- Link : https://hyper.space/
- GPU ( Display Card ) : Nvidia
- CPU ( Processor ) : x86 Intel
- Key's File Path C:\Users\youruser\AppData\Roaming\hyperspace
sudo apt update -y && sudo apt upgrade -y
sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y
curl https://download.hyper.space/api/install | bash
source /root/.bashrc
- Sample Download :
- Let's get a private key like we got in the Browser section.
screen -S hyper
aios-cli start
- If you want to enter the back page: screen -r hyper
nano my.pem
-
Save the key you got from the browser with your Right Click. (I got a new key from a different browser to avoid conflicts).
-
CTRL X Y Enter. Save
aios-cli hive import-keys ./my.pem
aios-cli hive login
aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
aios-cli hive select-tier 5
aios-cli hive connect
aios-cli hive select-tier 5
-
To get a score you need to enter a tier (currently ranging from 1-5 from best to worst).
-
Each tier has some required models and certain amounts of GPU memory that you need to download and save to the network:
1 : 30GB 2 : 20GB 3 : 8GB 4 : 4GB 5 : 2GB
aios-cli hive points
- Useful Commands :
# For fast connection if the node is stopped :
aios-cli start --connect
# Update :
aios-cli version
# Stop :
aios-cli kill
curl https://download.hyper.space/api/uninstall | bash
# To see which models are needed :
aios-cli hive select-tier 5
# Download a required model
aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
# Import your private key - create a my.pem file using nano my.pem and enter a private key (You can import a private key from the Browser version)
aios-cli hive import-keys ./my.pem
# Set these switches as preferred for this session
aios-cli hive login
# Make sure the model is registered
aios-cli hive connect
aios-cli hive select-tier 5
- If you do screen -r hyper the average logs will be like this: