- Run using browser if you have an idle PC or during the times you're working on your computer
- You might obtain uptime for multipliers, I'm running it 24/7
- You can run it on a windows server (if you have a VPS with windows installed on for other extension nodes)
1. Visit: https://node.hyper.space/
- You receive points based on your node's uptime, liveness multiplier, and your system specification's tier
- You initially get Tier-5 but your tier and multiplier will increase over time as your node stays online with good performance
You can import it later
❗️* Make sure to keep the red switch turned on because it can sometimes disconnect, possibly because of network issues.
1. Visit: https://hyper.space/downloads
You can choose GPU or CPU versions
- You can find your PrivateKey file
key.pmf
in this directoryC:\Users\XXX\AppData\Roaming\hyperspace
- I'm receiving points on my VPS by going through the following guide but I will update the repo if it was needed to enhance it
- You can also check out Official repository for more commands and info
curl https://download.hyper.space/api/install | bash
source /root/.bashrc
# Create a screen ro run it in background for later
screen -S hyperspace
# Run node
aios-cli start
- To continue, minimize your screen using
CTRL+A+D
or Open second terminal - Turn back to screen:
screen -r hyperspace
# 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 .pem and input a privatekey (You can get a privatekey from browser version)
aios-cli hive import-keys ./my.pem
# Set those keys as the preferred keys for this session
aios-cli hive login
# Make sure the model is registered
aios-cli hive connect
aios-cli hive select-tier 5
You can Upgrade to Tier-3 to receive 2x points
aios-cli hive select-tier 3
# To check your current multiplier and points
aios-cli hive points
# Shortcut for Start, Login and Connect to Hive commands, if you've stopped you node
aios-cli start --connect
# Update node
aios-cli version
# Stop node
aios-cli kill