Quick Install CPUNK Network
Choose your operating system and copy the installation command to your terminal.
๐ง
Linux Installation
Copy and paste this command in your terminal:
curl -fsSL https://cpunk.club/install.sh | sudo bash
What does this do?
- Downloads and installs Cellframe node if not already installed
- Downloads all CPUNK network configuration files
- Installs certificates to the correct locations
- Restarts the node service
- Verifies the installation
๐ช
Windows Installation
Copy and paste this command in PowerShell (run as Administrator):
iex ((New-Object System.Net.WebClient).DownloadString('https://cpunk.club/install.ps1'))
What does this do?
- Downloads and installs Cellframe node if not already installed
- Downloads all CPUNK network configuration files
- Installs certificates to the correct locations
- Restarts the node service
- Verifies the installation
๐
macOS Installation
Copy and paste this command in Terminal:
curl -fsSL https://cpunk.club/install-mac.sh | bash
What does this do?
- Downloads and installs Cellframe node if not already installed
- Downloads all CPUNK network configuration files
- Installs certificates to the correct locations
- Restarts the node service
- Verifies the installation
โ
Verify Installation
After installation completes, verify CPUNK network is active:
/opt/cellframe-node/bin/cellframe-node-cli net list | grep Cpunk
& "C:\Program Files\cellframe-node\cellframe-node-cli.exe" net list | Select-String "Cpunk"
โ You should see "Cpunk" in the network list if installation was successful.
๐ฅ
Manual Installation Files
If you prefer manual installation, download these files and place them in the specified locations for your operating system: