For the complete documentation index, see llms.txt. This page is also available as Markdown.

Script Usage

In this section, you will find the script commands to install and update PayRam — use the Mainnet command for production, Testnet for development, and Update to upgrade to the latest version.

Commands

Mainnet installation

  • Install PayRam on the mainnet (production environment):

    bash <(curl -fsSL https://payram.com/setup_payram.sh) --mainnet

Testnet installation

  • Install PayRam on the testnet (Development environment):

    bash <(curl -fsSL https://payram.com/setup_payram.sh) --testnet

Update

  • To update the PayRam container to the latest version, run the following command:

    bash <(curl -fsSL https://payram.com/setup_payram.sh) --update

Reset

  • To completely reset the PayRam server configuration and perform a clean uninstallation, including the removal of all Docker images, run the following command:

    bash <(curl -fsSL https://payram.com/setup_payram.sh) --reset

Restart

  • To restart the PayRam server and refresh all active services without removing any data or configurations, run the following command.This will safely restart PayRam, helping to resolve issues such as unprocessed blocks or inactive services

Last updated