Can I run a bitcoinabc wallet and a core wallet on the same server?
Yes, if used one at a time - because they use the same port (8333).
Both also use the same data directories name - so you would have to write a script to start each one with their own dedicated blockchain and data directories.
Thanks - I guess that's why I see the ABC wallet connect to Core peers? Any way to avoid that?