Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport endpoint is not connected #1328

Open
Links17 opened this issue Jun 28, 2023 · 0 comments
Open

Transport endpoint is not connected #1328

Links17 opened this issue Jun 28, 2023 · 0 comments

Comments

@Links17
Copy link

Links17 commented Jun 28, 2023

When I use the way wiki provides to run, he says "Transport endpoint is not connected", and phala-pherry does not work properly, which makes me feel very confused
image

version: "3"
services:
  node:
    image: phalanetwork/phala-node-with-launcher:latest
    container_name: node
    hostname: node
    restart: always
    ports:
     - "9933:9933"
     - "9934:9934"
     - "9944:9944"
     - "9945:9945"
     - "30333:30333"
     - "30334:30334"
    environment:
     - NODE_NAME=PNODE
     - NODE_ROLE=MINER
     - RELAYCHAIN_DB=rocksdb
     - PARACHAIN_DB=rocksdb
     - PARACHAIN_EXTRA_ARGS=--max-runtime-instances 32 --runtime-cache-size 8 --rpc-max-response-size 64
     - RELAYCHAIN_EXTRA_ARGS=--max-runtime-instances 32 --runtime-cache-size 8 --rpc-max-response-size 64
    volumes:
     - /data/phala/node-data:/root/data

  phala-pherry:
    image: phalanetwork/phala-pherry:latest
    container_name: phala-pherry
    hostname: phala-pherry
    restart: always
    entrypoint:
      [
        "/root/pherry",
        "-r",
        "--parachain",
        "--mnemonic=xxx xxx xxx",
        "--substrate-ws-endpoint=ws://127.0.0.1:9945",
        "--collator-ws-endpoint=ws://127.0.0.1:9944",
        "--pruntime-endpoint=http://127.0.0.1:8000",
        "--operator=xx",
        "--fetch-blocks=512",
        "--fast-sync",
        "--auto-restart"
      ]

  phala-pruntime:
    image: phalanetwork/phala-pruntime-v2-with-handover:latest
    container_name: phala-pruntime
    hostname: phala-pruntime
    ports:
    - "8000:8000"
    devices:
    - /dev/sgx_enclave:/dev/sgx_enclave
    - /dev/sgx_provision:/dev/sgx_provision
    environment:
    - EXTRA_OPTS=--cores=4 --checkpoint-interval=3600
    - ROCKET_ADDRESS=0.0.0.0
    volumes:
    - /data/phala/pruntimev2:/opt/pruntime/data
    - /data/phala/pruntimev2/backups:/opt/pruntime/backups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant