0weavern

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by 0weavern

  1. I've been having connection issues since moving to a br1 network. All the other containers seem to have IP addresses and port mappings in the Docker UI, but none show for Myst. I think this might be causing the node to go unreachable. Any idea on how to fix? I've added port mappings and static IP addresses when setting up, but it doesn't seem to work... Under docker allocations:
  2. Looks like the latest update ha broken the build. I woke up to an orphaned image and when trying to re-install/rebuilt I get the below: docker run -d --name='chia' --net='eth1' --ip='192.168.##.##' --cpuset-cpus='1,2,3' -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="####" -e HOST_CONTAINERNAME="####" -e 'keys'='/root/.chia/mnemonic.txt' -e 'full_node_port'='' -e 'farmer_address'='' -e 'farmer_port'='' -e 'testnet'='false' -e 'farmer'='false' -e 'harvester'='false' -e 'TCP_PORT_8444'='8444' -e 'TCP_PORT_8555'='8555' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia-icon.png' -v '/mnt/user/chia_plots/':'/plots':'ro' -v '':'/plotting':'rw' -v '/mnt/user/appdata/chia/':'/root/.chia':'rw' 'ghcr.io/chia-network/chia' docker: invalid spec: :/plotting:rw: empty section between colons. See 'docker run --help'. The command failed. Any ideas?