Ubuntu

Build the source code and install it on Ubuntu.

CentOS

Build the source code and install it on CentOS.

Docker

Deploy Paicoin Core on Docker

  • Build the source code and install it on Ubuntu.

    Server requirements:

    • System
    • CPUs
    • RAM
    • Storage
    • Ubuntu 16.04LTS / 18.04LTS / 20.04LTS
    • 2 CPU
    • 2 GB
    • 40 GB

    Start building and installing:

    • Step 1 install >>
    • Step 2 launch>>
    • bash <(curl -s -S -L http://paicoin.org/build/Ubuntu-paicoin-core-install.sh)
    • source ~/.bashrc && paicoind

    Find out more about using the Build the Paicoin Core with source code.
  • Build the source code and install it on Centos.

    Server requirements:

    • System
    • CPUs
    • RAM
    • Storage
    • Centos 7 / Centos 8
    • 2 CPU
    • 2 GB
    • 40 GB

    Start building and installing:

    • Step 1 install >>
    • Step 2 launch>>
    • bash <(curl -s -S -L http://paicoin.org/build/Centos-paicoin-core-install.sh)
    • source ~/.bashrc && paicoind

    Find out more about using the Build the Paicoin Core with source code.
  • Deploy Paicoin Core on Docker.

    • Step 1 deploy >>
    • Step 2 launch >>
    • docker pull paicoin/paicoin-core:latest
    • docker run -d -p 8566:8566 -p 8567:8567 -v /docker/paicoin:/root/.paicoin --name paicoin-core --privileged paicoin/paicoin-core:latest paicoind -txindex -server

    Find out more about using the Deploy Paicoin Core on Docker.