chrisblackton

Members
  • Posts

    4
  • Joined

  • Last visited

chrisblackton's Achievements

Noob

Noob (1/14)

0

Reputation

  1. That's what I figured. Thanks for the help!
  2. Interesting. I shut down every docker container I thought might be the culprit and the speed only went up to ~2Mb/s. Shut down all of them and speed went up to ~200Mb/s. Other than starting them back up one by one is there any quick way to figure out which one was causing the issue?
  3. Was getting extremely slow Parity Check speeds <1Mb/s so I checked all connections and started again. Speeds were up to ~150Mb/s for about 5 mins and now they're back down. If a kind soul could check my logs and help me troubleshoot I would be extremely grateful! babyrubs-diagnostics-20230530-0903.zip
  4. root@blaaaaaarg:/mnt/user/appdata/python/this_script# cat init.sh #!/bin/bash /usr/local/bin/python -m pip install --upgrade pip pip install requests /usr/local/bin/python /app/main.py Just stumbled upon this. Could you clarify this for me? Are these two separate scripts? Or is it one script that got separated by formatting?