Can I copy a .config directory from one machine to another?

I have 2 pc, now I run node in pc.A, Can I copy the dir of /ceremonyclient/node/.config from pc.A to pc.B and run it in pc.B, If there are too many pc,how can I run

You can. Just do not run the same node on multiple PCs.

1 Like

It’s mean I just keep the dir of store in .config and remove another files?

Are you asking about running multiple machines with same peerid?

You could, but this will likely cause errors or at the very best do nothing since your store would contain files linked to the old config files.

It would be easier to do nothing.