silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

Replace ports #146

Closed behrendsr closed 2 years ago

behrendsr commented 2 years ago

Describe the bug Ports conflicting with existing forks (Cactus)

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Init and use of SIT without conflicting ports

Screenshots

N/A

Desktop

N/A

Additional context Replace ports in initial config file

sed -i 's/11000/22000/g' initial-config.yaml sed -i 's/11222/22222/g' initial-config.yaml sed -i 's/11256/22256/g' initial-config.yaml sed -i 's/11445/22445/g' initial-config.yaml sed -i 's/11446/22446/g' initial-config.yaml sed -i 's/11447/22447/g' initial-config.yaml sed -i 's/11448/22448/g' initial-config.yaml sed -i 's/11449/22449/g' initial-config.yaml sed -i 's/11555/22555/g' initial-config.yaml sed -i 's/11559/22559/g' initial-config.yaml sed -i 's/11560/22560/g' initial-config.yaml sed -i 's/12444/22444/g' initial-config.yaml sed -i 's/21234/22234/g' initial-config.yaml sed -i 's/22222/22222/g' initial-config.yaml sed -i 's/514/22514/g' initial-config.yaml sed -i 's/56400/22400/g' initial-config.yaml sed -i 's/56402/22402/g' initial-config.yaml

albertcoady commented 2 years ago

You can change the port manually in config.yaml