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:

๐Ÿง
Linux/macOS:
/opt/cellframe-node/bin/cellframe-node-cli net list | grep Cpunk
๐ŸชŸ
Windows:
& "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: