enwaiax/phpcoin-miner

By enwaiax

Updated about 1 year ago

Image

312

phpcoin-miner

This is the miner of the phpcoin project. For more information, visit phpcoin.net.

Pre-conditions

docker and docker-compose are installed.

How to use it

  1. Download the docker-compose.yml file from GitHub
     wget -O docker-compose.yml https://raw.githubusercontent.com/Chasing66/phpcoin-miner/main/docker-compose.yaml
    
  2. Edit the environment variables in the docker-compose.yml file, input your own values
  3. Run the following command to start the docker-compose:
    docker-compose up -d
    

Onekey installation

curl -fsSL https://raw.githubusercontent.com/Chasing66/phpcoin-miner/main/phpcoin-miner.sh | bash

Docker Pull Command

docker pull enwaiax/phpcoin-miner